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 DeprecationPolicy
deprecatedAt(String deprecatedAt)
DeprecationPolicy
description(String description)
boolean
equals(Object o)
DeprecationPolicy
expiresAt(String expiresAt)
String
getDeprecatedAt()
The date the api was deprecated in yyyy-MM-dd format (UTC).String
getDescription()
A free text description that contains information about why this api is deprecated and how to migrate to a newer version.String
getExpiresAt()
The date the api support will be dropped in yyyy-MM-dd format (UTC).int
hashCode()
void
setDeprecatedAt(String deprecatedAt)
void
setDescription(String description)
void
setExpiresAt(String expiresAt)
String
toString()
-
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
-