Class DeviceCredentialsRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.CustomPropertiesMapRepresentation
-
- com.cumulocity.rest.representation.devicebootstrap.DeviceCredentialsRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation
public class DeviceCredentialsRepresentation extends CustomPropertiesMapRepresentation
-
-
Constructor Summary
Constructors Constructor Description DeviceCredentialsRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetPassword()StringgetSecurityToken()StringgetTenantId()StringgetUsername()voidsetId(String id)voidsetPassword(String password)voidsetSecurityToken(String securityToken)voidsetTenantId(String tenantId)voidsetUsername(String username)-
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
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
setSecurityToken
public void setSecurityToken(String securityToken)
-
getSecurityToken
@JSONProperty(ignoreIfNull=true) public String getSecurityToken()
-
-