Package cn.ucloud.uaccount.models
Class SetNetworkMaskRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uaccount.models.SetNetworkMaskRequest
-
public class SetNetworkMaskRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description SetNetworkMaskRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAPINetworkMask()StringgetCode()StringgetLoginNetworkMask()IntegerloadMaxRetries()IntegerloadTimeout()voidsetAPINetworkMask(String apiNetworkMask)voidsetCode(String code)voidsetLoginNetworkMask(String loginNetworkMask)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getAPINetworkMask
public String getAPINetworkMask()
-
setAPINetworkMask
public void setAPINetworkMask(String apiNetworkMask)
-
getLoginNetworkMask
public String getLoginNetworkMask()
-
setLoginNetworkMask
public void setLoginNetworkMask(String loginNetworkMask)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-