Class DTODataCollectionNode
java.lang.Object
overit.geocallapp.wfm.core.datacollection.rs2.node.DTODataCollectionNode
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true,
since="22.0")
public class DTODataCollectionNode
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
DTO for data collection node.
- Since:
- 19.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getId()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getType()Deprecated, for removal: This API element is subject to removal in a future version.voidsetExpressions(DTODataCollectionNodeExpressions expressions) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetProperties(DTODataCollectionNodeProperties properties) Deprecated, for removal: This API element is subject to removal in a future version.voidsetStatus(DTODataCollectionNodeStatus status) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DTODataCollectionNode
public DTODataCollectionNode()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getId
Deprecated, for removal: This API element is subject to removal in a future version. -
setId
Deprecated, for removal: This API element is subject to removal in a future version. -
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
setType
Deprecated, for removal: This API element is subject to removal in a future version. -
getProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
setProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
getExpressions
Deprecated, for removal: This API element is subject to removal in a future version. -
setExpressions
Deprecated, for removal: This API element is subject to removal in a future version. -
getStatus
Deprecated, for removal: This API element is subject to removal in a future version. -
setStatus
Deprecated, for removal: This API element is subject to removal in a future version.
-