Package com.influxdb.client.domain
Class AuthorizationUpdateRequest
java.lang.Object
com.influxdb.client.domain.AuthorizationUpdateRequest
- Direct Known Subclasses:
Authorization,AuthorizationPostRequest,LegacyAuthorizationPostRequest
AuthorizationUpdateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the token. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanA description of the token.Status of the token.inthashCode()voidsetDescription(String description) voidtoString()
-
Field Details
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
AuthorizationUpdateRequest
public AuthorizationUpdateRequest()
-
-
Method Details
-
status
-
getStatus
Status of the token. If `inactive`, requests using the token will be rejected.- Returns:
- status
-
setStatus
-
description
-
getDescription
A description of the token.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-