Package cn.ucloud.vpc.models
Class DescribeNetworkAclAssociationRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.vpc.models.DescribeNetworkAclAssociationRequest
-
public class DescribeNetworkAclAssociationRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribeNetworkAclAssociationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAclId()StringgetLimit()IntegergetOffset()StringgetProjectId()StringgetRegion()IntegerloadMaxRetries()IntegerloadTimeout()voidsetAclId(String aclId)voidsetLimit(String limit)voidsetOffset(Integer offset)voidsetProjectId(String projectId)voidsetRegion(String region)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
-
getAclId
public String getAclId()
-
setAclId
public void setAclId(String aclId)
-
getOffset
public Integer getOffset()
-
setOffset
public void setOffset(Integer offset)
-
getLimit
public String getLimit()
-
setLimit
public void setLimit(String limit)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-