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 AboutaddSupportedApisItem(ApiDescription supportedApisItem)booleanequals(Object o)StringgetLatestApiVersion()The latest version of the API in yyyy-MM-dd format (UTC).List<ApiDescription>getSupportedApis()A collection of all currently supported api versions.inthashCode()AboutlatestApiVersion(String latestApiVersion)voidsetLatestApiVersion(String latestApiVersion)voidsetSupportedApis(List<ApiDescription> supportedApis)AboutsupportedApis(List<ApiDescription> supportedApis)StringtoString()
-
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
-