Class Dataset
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Dataset
- All Implemented Interfaces:
Serializable
Planner REST API class representing a dataset.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets flag indicating if the dataset is active: 0 - not active, 1 - activeGets default valueGets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deletedgetLinks()links of the StatusgetName()Gets the name of the datasetvoidSets flag indicating if the dataset is active: 0 - not active, 1 - activevoidsetDefaultval(String defaultval) Sets default valuevoidSets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deletedvoidSets the name of the datasetMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
getName
Gets the name of the dataset -
setName
Sets the name of the dataset -
getActive
Gets flag indicating if the dataset is active: 0 - not active, 1 - active -
setActive
Sets flag indicating if the dataset is active: 0 - not active, 1 - active -
getDelete
Gets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted -
setDelete
Sets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted -
getDefaultval
Gets default value -
setDefaultval
Sets default value -
getLinks
links of the Status
-