Package io.gs2.version.model
Class TargetVersion
java.lang.Object
io.gs2.version.model.TargetVersion
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TargetVersionfromJson(com.fasterxml.jackson.databind.JsonNode data) getBody()inthashCode()voidvoidsetSignature(String signature) voidsetVersion(Version version) voidsetVersionName(String versionName) com.fasterxml.jackson.databind.JsonNodetoJson()withSignature(String signature) withVersion(Version version) withVersionName(String versionName)
-
Constructor Details
-
TargetVersion
public TargetVersion()
-
-
Method Details
-
getVersionName
-
setVersionName
-
withVersionName
-
getBody
-
setBody
-
withBody
-
getSignature
-
setSignature
-
withSignature
-
getVersion
-
setVersion
-
withVersion
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-