Class VersionInfo

java.lang.Object
org.alfresco.discovery.model.VersionInfo

@Validated public class VersionInfo extends Object
VersionInfo
  • Constructor Details

    • VersionInfo

      public VersionInfo()
  • Method Details

    • major

      public VersionInfo major(String major)
    • getMajor

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

      public void setMajor(String major)
    • minor

      public VersionInfo minor(String minor)
    • getMinor

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

      public void setMinor(String minor)
    • patch

      public VersionInfo patch(String patch)
    • getPatch

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

      public void setPatch(String patch)
    • hotfix

      public VersionInfo hotfix(String hotfix)
    • getHotfix

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

      public void setHotfix(String hotfix)
    • schema

      public VersionInfo schema(Integer schema)
    • getSchema

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

      public void setSchema(Integer schema)
    • label

      public VersionInfo label(String label)
    • getLabel

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

      public void setLabel(String label)
    • display

      public VersionInfo display(String display)
    • getDisplay

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

      public void setDisplay(String display)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object