Package com.influxdb.client.domain
Class PostUser
java.lang.Object
com.influxdb.client.domain.PostUser
PostUser
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
If inactive the user is inactive. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Get idgetName()
Get nameGet oauthIDIf inactive the user is inactive.int
hashCode()
void
void
setOauthID
(String oauthID) void
setStatus
(PostUser.StatusEnum status) status
(PostUser.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:
-
-
Constructor Details
-
PostUser
public PostUser()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-