public class PostRestoreKVResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TOKEN |
| Constructor and Description |
|---|
PostRestoreKVResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getToken()
token is the root token for the instance after restore (this is overwritten during the restore)
|
int |
hashCode() |
void |
setToken(String token) |
PostRestoreKVResponse |
token(String token) |
String |
toString() |
public static final String SERIALIZED_NAME_TOKEN
public PostRestoreKVResponse token(String token)
public String getToken()
public void setToken(String token)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.