public class ManagedObjectUserRepresentation extends CustomPropertiesMapRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ManagedObjectUserRepresentation.ManagedObjectUserRepresentationBuilder |
Constructor and Description |
---|
ManagedObjectUserRepresentation() |
ManagedObjectUserRepresentation(String userName,
Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
static ManagedObjectUserRepresentation.ManagedObjectUserRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getEnabled() |
String |
getUserName() |
int |
hashCode() |
void |
setEnabled(Boolean enabled) |
void |
setUserName(String userName) |
String |
toString() |
getCustomProperties, setCustomProperties
getSelf, getSelfDecoded, setSelf, toJSON
public static ManagedObjectUserRepresentation.ManagedObjectUserRepresentationBuilder builder()
public String getUserName()
public Boolean getEnabled()
public void setUserName(String userName)
public void setEnabled(Boolean enabled)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.