Class NewDeviceRequestRepresentation

All Implemented Interfaces:
ResourceRepresentation

public class NewDeviceRequestRepresentation extends CustomPropertiesMapRepresentation
  • Constructor Details

    • NewDeviceRequestRepresentation

      public NewDeviceRequestRepresentation()
  • Method Details

    • getId

      public String getId()
    • getStatus

      public String getStatus()
    • getTenantId

      public String getTenantId()
    • setId

      public void setId(String id)
    • setStatus

      public void setStatus(String status)
    • setTenantId

      public void setTenantId(String tenantId)
    • setGroupId

      public void setGroupId(String groupId)
    • setType

      public void setType(String type)
    • setOwner

      public void setOwner(String owner)
    • setCreationTime

      public void setCreationTime(org.joda.time.DateTime creationTime)
    • setSecurityToken

      public void setSecurityToken(String securityToken)
    • getGroupId

      @JSONProperty(ignoreIfNull=true) public String getGroupId()
    • getType

      @JSONProperty(ignoreIfNull=true) public String getType()
    • getOwner

      @JSONProperty(ignoreIfNull=true) public String getOwner()
    • getCreationTime

      @JSONProperty(ignoreIfNull=true) @JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getCreationTime()
    • getSecurityToken

      @JSONProperty(ignoreIfNull=true) public String getSecurityToken()