Class V1TokenRequestStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1TokenRequestStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1TokenRequestStatus
extends Object
TokenRequestStatus is the result of a token request.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expirationTimestamp
(ZonedDateTime expirationTimestamp) Set expirationTimestamp in a chainable fashion.ExpirationTimestamp is the time of expiration of the returned token.getToken()
Token is the opaque bearer token.int
hashCode()
void
setExpirationTimestamp
(ZonedDateTime expirationTimestamp) Set the expirationTimestamp property valuevoid
Set the token property valueSet token in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_EXPIRATION_TIMESTAMP
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
-
Constructor Details
-
V1TokenRequestStatus
-
-
Method Details
-
getExpirationTimestamp
ExpirationTimestamp is the time of expiration of the returned token.- Returns:
- the expirationTimestamp property value
-
setExpirationTimestamp
Set the expirationTimestamp property value -
expirationTimestamp
Set expirationTimestamp in a chainable fashion.- Returns:
- The same instance of V1TokenRequestStatus for chaining.
-
getToken
Token is the opaque bearer token.- Returns:
- the token property value
-
setToken
Set the token property value -
token
Set token in a chainable fashion.- Returns:
- The same instance of V1TokenRequestStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-