Class DeprecationPolicy
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.DeprecationPolicy
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class DeprecationPolicy extends Object
DeprecationPolicy
-
Constructor Summary
Constructors Constructor Description DeprecationPolicy() -
Method Summary
Modifier and Type Method Description DeprecationPolicydeprecatedAt(String deprecatedAt)DeprecationPolicydescription(String description)booleanequals(Object o)DeprecationPolicyexpiresAt(String expiresAt)StringgetDeprecatedAt()The date the api was deprecated in yyyy-MM-dd format (UTC).StringgetDescription()A free text description that contains information about why this api is deprecated and how to migrate to a newer version.StringgetExpiresAt()The date the api support will be dropped in yyyy-MM-dd format (UTC).inthashCode()voidsetDeprecatedAt(String deprecatedAt)voidsetDescription(String description)voidsetExpiresAt(String expiresAt)StringtoString()
-
Constructor Details
-
DeprecationPolicy
public DeprecationPolicy()
-
-
Method Details
-
deprecatedAt
-
getDeprecatedAt
The date the api was deprecated in yyyy-MM-dd format (UTC). Could be empty if the api is not deprecated.- Returns:
- deprecatedAt
-
setDeprecatedAt
-
description
-
getDescription
A free text description that contains information about why this api is deprecated and how to migrate to a newer version.- Returns:
- description
-
setDescription
-
expiresAt
-
getExpiresAt
The date the api support will be dropped in yyyy-MM-dd format (UTC). The api may still be available for use after that date but this is not guaranteed.- Returns:
- expiresAt
-
setExpiresAt
-
equals
-
hashCode
public int hashCode() -
toString
-