Package com.primavera.integration.client
Class VersionInfo
java.lang.Object
com.primavera.integration.client.VersionInfo
Information about this release of the Integration API, version 25.12.0.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intGets the build version of this releasestatic StringGets the date and time at which the API code was compiledstatic StringGets the full version of this releasestatic intGets the major version of this releasestatic intGets the minor version of this releasestatic intGets the revision version of this release
-
Constructor Details
-
VersionInfo
public VersionInfo()
-
-
Method Details
-
getCompileTime
Gets the date and time at which the API code was compiled- Returns:
- String the compile time
-
getMajorVersion
public static int getMajorVersion()Gets the major version of this release- Returns:
- int the major version
-
getMinorVersion
public static int getMinorVersion()Gets the minor version of this release- Returns:
- int the minor version
-
getRevisionVersion
public static int getRevisionVersion()Gets the revision version of this release- Returns:
- int the revision version
-
getBuildVersion
public static int getBuildVersion()Gets the build version of this release- Returns:
- int the build version
-
getFullVersion
Gets the full version of this release- Returns:
- String the full version
-