public class ProviderRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
ProviderRepresentation.ProviderRepresentationBuilder |
Constructor and Description |
---|
ProviderRepresentation() |
ProviderRepresentation(String name,
String domain,
String support) |
Modifier and Type | Method and Description |
---|---|
static ProviderRepresentation.ProviderRepresentationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDomain() |
String |
getName() |
String |
getSupport() |
int |
hashCode() |
void |
setDomain(String domain) |
void |
setName(String name) |
void |
setSupport(String support) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
public static ProviderRepresentation.ProviderRepresentationBuilder builder()
public void setName(String name)
public void setDomain(String domain)
public void setSupport(String support)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONProperty(ignoreIfNull=true) public String getName()
@JSONProperty(ignoreIfNull=true) public String getDomain()
@JSONProperty(ignoreIfNull=true) public String getSupport()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.