Class ClusterHost.ServerVersion

java.lang.Object
org.pidome.server.services.cluster.ClusterHost.ServerVersion
Enclosing class:
ClusterHost

public static class ClusterHost.ServerVersion extends Object
The server version.
  • Constructor Details

    • ServerVersion

      public ServerVersion()
  • Method Details

    • getMajor

      public int getMajor()
      Returns:
      the major
    • setMajor

      protected void setMajor(int major)
      Parameters:
      major - the major to set
    • getMinor

      public int getMinor()
      Returns:
      the minor
    • setMinor

      protected void setMinor(int minor)
      Parameters:
      minor - the minor to set
    • getPatch

      public int getPatch()
      Returns:
      the patch
    • setPatch

      protected void setPatch(int patch)
      Parameters:
      patch - the patch to set
    • getBuild

      public int getBuild()
      Returns:
      the build
    • setBuild

      protected void setBuild(int build)
      Parameters:
      build - the build to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      protected void setName(String name)
      Parameters:
      name - the name to set
    • getType

      public String getType()
      Returns:
      the type
    • setType

      protected void setType(String type)
      Parameters:
      type - the type to set
    • getDate

      public String getDate()
      Returns:
      the date
    • setDate

      protected void setDate(String date)
      Parameters:
      date - the date to set
    • isSnapshot

      public boolean isSnapshot()
      Returns:
      the snapshot
    • setSnapshot

      protected void setSnapshot(boolean snapshot)
      Parameters:
      snapshot - the snapshot to set