Class NewDeviceRequestRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
com.cumulocity.rest.representation.devicebootstrap.NewDeviceRequestRepresentation
- All Implemented Interfaces:
ResourceRepresentation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
getId()
getOwner()
getType()
void
setCreationTime
(org.joda.time.DateTime creationTime) void
setGroupId
(String groupId) void
void
void
setSecurityToken
(String securityToken) void
void
setTenantId
(String tenantId) void
Methods inherited from class com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
getCustomProperties, setCustomProperties
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
Constructor Details
-
NewDeviceRequestRepresentation
public NewDeviceRequestRepresentation()
-
-
Method Details
-
getId
-
getStatus
-
getTenantId
-
setId
-
setStatus
-
setTenantId
-
setGroupId
-
setType
-
setOwner
-
setCreationTime
public void setCreationTime(org.joda.time.DateTime creationTime) -
setSecurityToken
-
getGroupId
-
getType
-
getOwner
-
getCreationTime
@JSONProperty(ignoreIfNull=true) @JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getCreationTime() -
getSecurityToken
-