Package io.gs2.version.model
Class SignTargetVersion
java.lang.Object
io.gs2.version.model.SignTargetVersion
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SignTargetVersionfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetNamespaceName(String namespaceName) voidvoidsetVersion(Version version) voidsetVersionName(String versionName) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withRegion(String region) withVersion(Version version) withVersionName(String versionName)
-
Constructor Details
-
SignTargetVersion
public SignTargetVersion()
-
-
Method Details
-
getRegion
-
setRegion
-
withRegion
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getVersionName
-
setVersionName
-
withVersionName
-
getVersion
-
setVersion
-
withVersion
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-