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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
void
setPassword
(String password) void
setSecurityToken
(String securityToken) void
setTenantId
(String tenantId) void
setUsername
(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
-
Constructor Details
-
DeviceCredentialsRepresentation
public DeviceCredentialsRepresentation()
-
-
Method Details
-
getId
-
setId
-
getTenantId
-
setTenantId
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
setSecurityToken
-
getSecurityToken
-