Package com.tableau.hyperapi
Class HyperServiceVersion
java.lang.Object
com.tableau.hyperapi.HyperServiceVersion
A Hyper Service version number of the form 'major.minor'.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
major
public int majorThe major part of the version number. -
minor
public int minorThe minor part of the version number.
-
-
Constructor Details
-
HyperServiceVersion
public HyperServiceVersion(int major, int minor) Constructs a HyperServiceVersion- Parameters:
major
- the major part of the versionminor
- the minor part of the version
-
-
Method Details
-
toString
Get the string representation of the version number -
equals
Checks two HyperServiceVersions for equality. -
hashCode
public int hashCode()Computes a hash code.
-