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
public class ApplicationVersionRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description ApplicationVersionRepresentation()ApplicationVersionRepresentation(String version, String binaryId, Set<String> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBinaryId()Set<String>getTags()StringgetVersion()inthashCode()voidsetBinaryId(String binaryId)voidsetTags(Set<String> tags)voidsetVersion(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
-
-
-
-
Method Detail
-
getVersion
@JSONProperty(ignoreIfNull=true) public String getVersion()
-
getBinaryId
@JSONProperty(ignoreIfNull=true) public String getBinaryId()
-
setVersion
public void setVersion(String version)
-
setBinaryId
public void setBinaryId(String binaryId)
-
canEqual
protected boolean canEqual(Object other)
-
-