public class PreAllocateVolumesParams extends Object
| Constructor and Description |
|---|
PreAllocateVolumesParams() |
PreAllocateVolumesParams(int count) |
PreAllocateVolumesParams(String dataCenter) |
PreAllocateVolumesParams(String replication,
int count,
String dataCenter,
String ttl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection() |
int |
getCount() |
String |
getDataCenter() |
String |
getReplication() |
String |
getTtl() |
void |
setCollection(String collection) |
void |
setCount(int count) |
void |
setDataCenter(String dataCenter) |
void |
setReplication(String replication) |
void |
setTtl(String ttl) |
String |
toString() |
String |
toUrlParams() |
public PreAllocateVolumesParams()
public PreAllocateVolumesParams(String dataCenter)
public PreAllocateVolumesParams(int count)
public String getReplication()
public void setReplication(String replication)
public int getCount()
public void setCount(int count)
public String getDataCenter()
public void setDataCenter(String dataCenter)
public String getTtl()
public void setTtl(String ttl)
public String getCollection()
public void setCollection(String collection)
public String toUrlParams()
Copyright © 2017 Blocko Inc.. All rights reserved.