java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Dataset
All Implemented Interfaces:
Serializable

public class Dataset extends PlannerApiResource implements Serializable
Planner REST API class representing a dataset.
See Also:
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • getName

      public String getName()
      Gets the name of the dataset
    • setName

      public void setName(String name)
      Sets the name of the dataset
    • getActive

      public String getActive()
      Gets flag indicating if the dataset is active: 0 - not active, 1 - active
    • setActive

      public void setActive(String active)
      Sets flag indicating if the dataset is active: 0 - not active, 1 - active
    • getDelete

      public String getDelete()
      Gets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
    • setDelete

      public void setDelete(String delete)
      Sets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
    • getDefaultval

      public String getDefaultval()
      Gets default value
    • setDefaultval

      public void setDefaultval(String defaultval)
      Sets default value
    • getLinks

      public List<Link> getLinks()
      links of the Status