public class NewDeviceRequestRepresentation extends CustomPropertiesMapRepresentation
Constructor and Description |
---|
NewDeviceRequestRepresentation() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreationTime() |
String |
getGroupId() |
String |
getId() |
String |
getOwner() |
String |
getStatus() |
String |
getTenantId() |
String |
getType() |
void |
setCreationTime(org.joda.time.DateTime creationTime) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setOwner(String owner) |
void |
setStatus(String status) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
getCustomProperties, setCustomProperties
getSelf, getSelfDecoded, setSelf, toJSON, toString
public String getId()
public String getStatus()
public String getTenantId()
public void setId(String id)
public void setStatus(String status)
public void setTenantId(String tenantId)
public void setGroupId(String groupId)
public void setType(String type)
public void setOwner(String owner)
public void setCreationTime(org.joda.time.DateTime creationTime)
@JSONProperty(ignoreIfNull=true) public String getGroupId()
@JSONProperty(ignoreIfNull=true) public String getType()
@JSONProperty(ignoreIfNull=true) public String getOwner()
@JSONProperty(ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getCreationTime()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.