Class ApplicationVersionRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.application.ApplicationVersionRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
ConstructorDescriptionApplicationVersionRepresentation
(String version, String binaryId, Set<String> tags) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getTags()
int
hashCode()
void
setBinaryId
(String binaryId) void
void
setVersion
(String version) 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, toString
-
Constructor Details
-
ApplicationVersionRepresentation
-
ApplicationVersionRepresentation
public ApplicationVersionRepresentation()
-
-
Method Details