Class About
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.About
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class About extends Object
State object representing an about page that includes api versioning information
-
Constructor Summary
Constructors Constructor Description About()
-
Method Summary
Modifier and Type Method Description About
addSupportedApisItem(ApiDescription supportedApisItem)
boolean
equals(Object o)
String
getLatestApiVersion()
The latest version of the API in yyyy-MM-dd format (UTC).List<ApiDescription>
getSupportedApis()
A collection of all currently supported api versions.int
hashCode()
About
latestApiVersion(String latestApiVersion)
void
setLatestApiVersion(String latestApiVersion)
void
setSupportedApis(List<ApiDescription> supportedApis)
About
supportedApis(List<ApiDescription> supportedApis)
String
toString()
-
Constructor Details
-
About
public About()
-
-
Method Details
-
supportedApis
-
addSupportedApisItem
-
getSupportedApis
A collection of all currently supported api versions.- Returns:
- supportedApis
-
setSupportedApis
-
latestApiVersion
-
getLatestApiVersion
The latest version of the API in yyyy-MM-dd format (UTC).- Returns:
- latestApiVersion
-
setLatestApiVersion
-
equals
-
hashCode
public int hashCode() -
toString
-