public class ApplicationUserRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationUserRepresentation.ApplicationUserRepresentationBuilder |
Constructor and Description |
---|
ApplicationUserRepresentation() |
ApplicationUserRepresentation(String tenant,
String name,
String password) |
Modifier and Type | Method and Description |
---|---|
static ApplicationUserRepresentation.ApplicationUserRepresentationBuilder |
applicationUserRepresentation() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
String |
getPassword() |
String |
getTenant() |
int |
hashCode() |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setTenant(String tenant) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static ApplicationUserRepresentation.ApplicationUserRepresentationBuilder applicationUserRepresentation()
public String toString()
toString
in class BaseResourceRepresentation
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.