public class CreateUMemSpaceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreateUMemSpaceParam(String region,
Integer size,
String name,
String zone) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkPassword() |
String |
getChargeType() |
String |
getCouponId() |
String |
getName() |
String |
getPassword() |
String |
getProtocol() |
Integer |
getQuantity() |
String |
getRegion() |
Integer |
getSize() |
String |
getTag() |
String |
getType() |
String |
getZone() |
void |
setChargeType(String chargeType) |
void |
setCouponId(String couponId) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setProtocol(String protocol) |
void |
setQuantity(Integer quantity) |
void |
setRegion(String region) |
void |
setSize(Integer size) |
void |
setTag(String tag) |
void |
setType(String type) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic List<Param> checkPassword() throws UnsupportedEncodingException
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public Integer getSize()
public void setSize(Integer size)
public String getName()
public void setName(String name)
public String getProtocol()
public void setProtocol(String protocol)
public String getType()
public void setType(String type)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getTag()
public void setTag(String tag)
public String getPassword()
public void setPassword(String password)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2020. All rights reserved.