public class CreateUPathRequest extends Request
| 构造器和说明 |
|---|
CreateUPathRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth() |
String |
getChargeType() |
String |
getCouponId() |
String |
getLineId() |
String |
getName() |
String |
getPathType() |
Boolean |
getPostPaid() |
String |
getProjectId() |
Integer |
getQuantity() |
void |
setBandwidth(Integer bandwidth) |
void |
setChargeType(String chargeType) |
void |
setCouponId(String couponId) |
void |
setLineId(String lineId) |
void |
setName(String name) |
void |
setPathType(String pathType) |
void |
setPostPaid(Boolean postPaid) |
void |
setProjectId(String projectId) |
void |
setQuantity(Integer quantity) |
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignaturepublic String getProjectId()
getProjectId 在类中 Requestpublic void setProjectId(String projectId)
setProjectId 在类中 Requestpublic String getName()
public void setName(String name)
public String getLineId()
public void setLineId(String lineId)
public Integer getBandwidth()
public void setBandwidth(Integer bandwidth)
public String getChargeType()
public void setChargeType(String chargeType)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Boolean getPostPaid()
public void setPostPaid(Boolean postPaid)
public String getPathType()
public void setPathType(String pathType)
public String getCouponId()
public void setCouponId(String couponId)
Copyright © 2022. All rights reserved.