Package cn.ucloud.pathx.models
Class CreateUPathRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.CreateUPathRequest
-
public class CreateUPathRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description CreateUPathRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetChargeType()StringgetCouponId()StringgetLineId()StringgetName()StringgetPathType()BooleangetPostPaid()StringgetProjectId()IntegergetQuantity()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetChargeType(String chargeType)voidsetCouponId(String couponId)voidsetLineId(String lineId)voidsetName(String name)voidsetPathType(String pathType)voidsetPostPaid(Boolean postPaid)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLineId
public String getLineId()
-
setLineId
public void setLineId(String lineId)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getPostPaid
public Boolean getPostPaid()
-
setPostPaid
public void setPostPaid(Boolean postPaid)
-
getPathType
public String getPathType()
-
setPathType
public void setPathType(String pathType)
-
getCouponId
public String getCouponId()
-
setCouponId
public void setCouponId(String couponId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-