public static interface StpApi.VersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBuild() |
java.lang.String |
getIdent()
A semicolon-separated list of additional version
information, such as the name of the component and if a
"Final" or "Dev" build was done.
|
com.google.protobuf.ByteString |
getIdentBytes()
A semicolon-separated list of additional version
information, such as the name of the component and if a
"Final" or "Dev" build was done.
|
int |
getMaintenance() |
int |
getMajor()
Also used for single number versions.
|
int |
getMinor() |
StpApi.VersionType |
getVersionID() |
boolean |
hasBuild() |
boolean |
hasIdent()
A semicolon-separated list of additional version
information, such as the name of the component and if a
"Final" or "Dev" build was done.
|
boolean |
hasMaintenance() |
boolean |
hasMajor()
Also used for single number versions.
|
boolean |
hasMinor() |
boolean |
hasVersionID() |
boolean hasVersionID()
StpApi.VersionType getVersionID()
boolean hasMajor()
int getMajor()
boolean hasMinor()
int getMinor()
boolean hasMaintenance()
int getMaintenance()
boolean hasBuild()
int getBuild()
boolean hasIdent()
java.lang.String getIdent()
com.google.protobuf.ByteString getIdentBytes()