Class VersionInfo


  • @Validated
    public class VersionInfo
    extends Object
    VersionInfo
    • Constructor Detail

      • VersionInfo

        public VersionInfo()
    • Method Detail

      • getMajor

        @NotNull
        public @NotNull String getMajor()
        Get major
        Returns:
        major
      • setMajor

        public void setMajor​(String major)
      • getMinor

        @NotNull
        public @NotNull String getMinor()
        Get minor
        Returns:
        minor
      • setMinor

        public void setMinor​(String minor)
      • getPatch

        @NotNull
        public @NotNull String getPatch()
        Get patch
        Returns:
        patch
      • setPatch

        public void setPatch​(String patch)
      • getHotfix

        @NotNull
        public @NotNull String getHotfix()
        Get hotfix
        Returns:
        hotfix
      • setHotfix

        public void setHotfix​(String hotfix)
      • getSchema

        @NotNull
        public @NotNull Integer getSchema()
        Get schema
        Returns:
        schema
      • setSchema

        public void setSchema​(Integer schema)
      • getLabel

        @NotNull
        public @NotNull String getLabel()
        Get label
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getDisplay

        @NotNull
        public @NotNull String getDisplay()
        Get display
        Returns:
        display
      • setDisplay

        public void setDisplay​(String display)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object