Package com.influxdb.client.domain
Class SecretKeysResponse
java.lang.Object
com.influxdb.client.domain.SecretKeys
com.influxdb.client.domain.SecretKeysResponse
SecretKeysResponse
-
Field Summary
Fields inherited from class com.influxdb.client.domain.SecretKeys
SERIALIZED_NAME_SECRETS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLinks()
Get linksint
hashCode()
links
(SecretKeysResponseLinks links) void
setLinks
(SecretKeysResponseLinks links) toString()
Methods inherited from class com.influxdb.client.domain.SecretKeys
addSecretsItem, getSecrets, secrets, setSecrets
-
Field Details
-
SERIALIZED_NAME_LINKS
- See Also:
-
-
Constructor Details
-
SecretKeysResponse
public SecretKeysResponse()
-
-
Method Details
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
- Overrides:
equals
in classSecretKeys
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSecretKeys
-
toString
- Overrides:
toString
in classSecretKeys
-