public class MicroserviceMetadataRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
MicroserviceMetadataRepresentation.MicroserviceMetadataRepresentationBuilder |
Constructor and Description |
---|
MicroserviceMetadataRepresentation() |
MicroserviceMetadataRepresentation(List<String> requiredRoles,
List<String> roles,
String url) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getRequiredRoles() |
List<String> |
getRoles() |
String |
getUrl() |
int |
hashCode() |
static MicroserviceMetadataRepresentation.MicroserviceMetadataRepresentationBuilder |
microserviceMetadataRepresentation() |
void |
setRequiredRoles(List<String> requiredRoles) |
void |
setRoles(List<String> roles) |
void |
setUrl(String url) |
String |
toString() |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON
@JSONProperty(ignoreIfNull=true) public String getUrl()
public static MicroserviceMetadataRepresentation.MicroserviceMetadataRepresentationBuilder microserviceMetadataRepresentation()
public void setUrl(String url)
public String toString()
toString
in class BaseResourceRepresentation
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.