Package cn.ucloud.unet.models
Class AssociateEIPWithShareBandwidthRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.unet.models.AssociateEIPWithShareBandwidthRequest
-
public class AssociateEIPWithShareBandwidthRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description AssociateEIPWithShareBandwidthRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getEIPIds()StringgetIPVersion()StringgetProjectId()StringgetRegion()StringgetShareBandwidthId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetEIPIds(List<String> eipIds)voidsetIPVersion(String ipVersion)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetShareBandwidthId(String shareBandwidthId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, 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)
-
getIPVersion
public String getIPVersion()
-
setIPVersion
public void setIPVersion(String ipVersion)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-