Package com.google.apphosting.base
Class VersionId
java.lang.Object
com.google.apphosting.base.VersionId
A parsed Version Id.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringReturns the serverId.abstract StringReturns the server version id.abstract StringReturns the majorVersion.abstract @Nullable StringReturns the minorVersion ornullif no minor version was present.abstract @Nullable StringReturns the versionId.static VersionId
-
Field Details
-
DEFAULT_ENGINE_ID
- See Also:
-
-
Constructor Details
-
VersionId
public VersionId()
-
-
Method Details
-
getVersionId
Returns the versionId. -
getMajorVersion
Returns the majorVersion. -
getEngineId
Returns the serverId. -
getEngineVersionId
Returns the server version id. -
getMinorVersion
Returns the minorVersion ornullif no minor version was present. -
parse
-