Class MicroserviceMetadataRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.microservice.subscription.model.MicroserviceMetadataRepresentation
- All Implemented Interfaces:
com.cumulocity.rest.representation.ResourceRepresentation,org.svenson.DynamicProperties
public class MicroserviceMetadataRepresentation
extends com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList<com.cumulocity.rest.representation.application.microservice.ExtensionRepresentation>getRoles()getUrl()inthashCode()voidsetExtensions(List<com.cumulocity.rest.representation.application.microservice.ExtensionRepresentation> extensions) voidsetRequiredRoles(List<String> requiredRoles) voidvoidtoString()Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setPropertyMethods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
Field Details
-
EXTENSIONS_FIELD_NAME
- See Also:
-
-
Constructor Details
-
MicroserviceMetadataRepresentation
-
MicroserviceMetadataRepresentation
public MicroserviceMetadataRepresentation()
-
-
Method Details
-
microserviceMetadataRepresentation
public static MicroserviceMetadataRepresentation.MicroserviceMetadataRepresentationBuilder microserviceMetadataRepresentation() -
getRequiredRoles
-
getUrl
-
getRoles
-
getExtensions
@JSONProperty(ignoreIfNull=true) public List<com.cumulocity.rest.representation.application.microservice.ExtensionRepresentation> getExtensions() -
setRequiredRoles
-
setRoles
-
setUrl
-
setExtensions
public void setExtensions(List<com.cumulocity.rest.representation.application.microservice.ExtensionRepresentation> extensions) -
toString
- Overrides:
toStringin classcom.cumulocity.rest.representation.BaseResourceRepresentation
-
equals
-
hashCode
public int hashCode() -
canEqual
-