Class ProviderRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.application.microservice.ProviderRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class ProviderRepresentation extends AbstractExtensibleRepresentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProviderRepresentation.ProviderRepresentationBuilder
-
Constructor Summary
Constructors Constructor Description ProviderRepresentation()ProviderRepresentation(String name, String domain, String support)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProviderRepresentation.ProviderRepresentationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDomain()StringgetName()StringgetSupport()inthashCode()voidsetDomain(String domain)voidsetName(String name)voidsetSupport(String support)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
-
builder
public static ProviderRepresentation.ProviderRepresentationBuilder builder()
-
setName
public void setName(String name)
-
setDomain
public void setDomain(String domain)
-
setSupport
public void setSupport(String support)
-
canEqual
protected boolean canEqual(Object other)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
getName
@JSONProperty(ignoreIfNull=true) public String getName()
-
getDomain
@JSONProperty(ignoreIfNull=true) public String getDomain()
-
getSupport
@JSONProperty(ignoreIfNull=true) public String getSupport()
-
-