Class TargetVersion

java.lang.Object
io.gs2.version.model.TargetVersion
All Implemented Interfaces:
IModel, Serializable

public class TargetVersion extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • TargetVersion

      public TargetVersion()
  • Method Details

    • getVersionName

      public String getVersionName()
    • setVersionName

      public void setVersionName(String versionName)
    • withVersionName

      public TargetVersion withVersionName(String versionName)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • withBody

      public TargetVersion withBody(String body)
    • getSignature

      public String getSignature()
    • setSignature

      public void setSignature(String signature)
    • withSignature

      public TargetVersion withSignature(String signature)
    • getVersion

      public Version getVersion()
    • setVersion

      public void setVersion(Version version)
    • withVersion

      public TargetVersion withVersion(Version version)
    • fromJson

      public static TargetVersion fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object