Package net.stickycode.kuuty.model.v18
Class IoK8sApiAuthenticationV1TokenRequestStatus
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAuthenticationV1TokenRequestStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAuthenticationV1TokenRequestStatus extends Object
TokenRequestStatus is the result of a token request.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXPIRATION_TIMESTAMPstatic StringJSON_PROPERTY_TOKEN
-
Constructor Summary
Constructors Constructor Description IoK8sApiAuthenticationV1TokenRequestStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiAuthenticationV1TokenRequestStatusexpirationTimestamp(OffsetDateTime expirationTimestamp)OffsetDateTimegetExpirationTimestamp()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.StringgetToken()Token is the opaque bearer token.inthashCode()voidsetExpirationTimestamp(OffsetDateTime expirationTimestamp)voidsetToken(String token)IoK8sApiAuthenticationV1TokenRequestStatustoken(String token)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EXPIRATION_TIMESTAMP
public static final String JSON_PROPERTY_EXPIRATION_TIMESTAMP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
expirationTimestamp
public IoK8sApiAuthenticationV1TokenRequestStatus expirationTimestamp(OffsetDateTime expirationTimestamp)
-
getExpirationTimestamp
public OffsetDateTime getExpirationTimestamp()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- expirationTimestamp
-
setExpirationTimestamp
public void setExpirationTimestamp(OffsetDateTime expirationTimestamp)
-
token
public IoK8sApiAuthenticationV1TokenRequestStatus token(String token)
-
getToken
public String getToken()
Token is the opaque bearer token.- Returns:
- token
-
setToken
public void setToken(String token)
-
-