Class ApplicationUserRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.application.ApplicationUserRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class ApplicationUserRepresentation extends AbstractExtensibleRepresentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationUserRepresentation.ApplicationUserRepresentationBuilder
-
Constructor Summary
Constructors Constructor Description ApplicationUserRepresentation()ApplicationUserRepresentation(String tenant, String name, String password)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationUserRepresentation.ApplicationUserRepresentationBuilderapplicationUserRepresentation()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetPassword()StringgetTenant()inthashCode()voidsetName(String name)voidsetPassword(String password)voidsetTenant(String tenant)StringtoString()-
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
-
-
-
Method Detail
-
applicationUserRepresentation
public static ApplicationUserRepresentation.ApplicationUserRepresentationBuilder applicationUserRepresentation()
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
canEqual
protected boolean canEqual(Object other)
-
-