public class RestoredBucketMappings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHARD_MAPPINGS |
| Constructor and Description |
|---|
RestoredBucketMappings() |
| Modifier and Type | Method and Description |
|---|---|
RestoredBucketMappings |
addShardMappingsItem(BucketShardMapping shardMappingsItem) |
boolean |
equals(Object o) |
String |
getId()
New ID of the restored bucket
|
String |
getName()
Get name
|
List<BucketShardMapping> |
getShardMappings()
Get shardMappings
|
int |
hashCode() |
RestoredBucketMappings |
id(String id) |
RestoredBucketMappings |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setShardMappings(List<BucketShardMapping> shardMappings) |
RestoredBucketMappings |
shardMappings(List<BucketShardMapping> shardMappings) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHARD_MAPPINGS
public RestoredBucketMappings id(String id)
public String getId()
public void setId(String id)
public RestoredBucketMappings name(String name)
public String getName()
public void setName(String name)
public RestoredBucketMappings shardMappings(List<BucketShardMapping> shardMappings)
public RestoredBucketMappings addShardMappingsItem(BucketShardMapping shardMappingsItem)
public List<BucketShardMapping> getShardMappings()
public void setShardMappings(List<BucketShardMapping> shardMappings)
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.