public class DeviceCredentialsRepresentation extends CustomPropertiesMapRepresentation
Constructor and Description |
---|
DeviceCredentialsRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getPassword() |
String |
getTenantId() |
String |
getUsername() |
void |
setId(String id) |
void |
setPassword(String password) |
void |
setTenantId(String tenantId) |
void |
setUsername(String username) |
getCustomProperties, setCustomProperties
getSelf, getSelfDecoded, setSelf, toJSON, toString
public String getId()
public void setId(String id)
public String getTenantId()
public void setTenantId(String tenantId)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.