Package cn.ucloud.uphone.models
Class ModifyUPhoneShareBandwidthNameRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uphone.models.ModifyUPhoneShareBandwidthNameRequest
-
public class ModifyUPhoneShareBandwidthNameRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description ModifyUPhoneShareBandwidthNameRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetProjectId()StringgetShareBandwidthId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetName(String name)voidsetProjectId(String projectId)voidsetShareBandwidthId(String shareBandwidthId)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
-
getShareBandwidthId
public String getShareBandwidthId()
-
setShareBandwidthId
public void setShareBandwidthId(String shareBandwidthId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-