public class SecretKeysResponseLinks extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ORG |
static String |
SERIALIZED_NAME_SELF |
Constructor and Description |
---|
SecretKeysResponseLinks() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOrg()
Get org
|
String |
getSelf()
Get self
|
int |
hashCode() |
SecretKeysResponseLinks |
org(String org) |
SecretKeysResponseLinks |
self(String self) |
void |
setOrg(String org) |
void |
setSelf(String self) |
String |
toString() |
public static final String SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_ORG
public SecretKeysResponseLinks self(String self)
public String getSelf()
public void setSelf(String self)
public SecretKeysResponseLinks org(String org)
public String getOrg()
public void setOrg(String org)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.