Package com.influxdb.client.domain
Class User
java.lang.Object
com.influxdb.client.domain.User
- Direct Known Subclasses:
ResourceMember,ResourceOwner
User
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Get idgetLinks()Get linksgetName()Get nameGet oauthIDIf inactive the user is inactive.inthashCode()voidvoidvoidsetOauthID(String oauthID) voidsetStatus(User.StatusEnum status) status(User.StatusEnum status) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OAUTH_I_D
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getId
Get id- Returns:
- id
-
oauthID
-
getOauthID
Get oauthID- Returns:
- oauthID
-
setOauthID
-
name
-
getName
Get name- Returns:
- name
-
setName
-
status
-
getStatus
If inactive the user is inactive.- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-