Package cn.ucloud.pathx.models
Class DescribePathXLineConfigRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.DescribePathXLineConfigRequest
-
public class DescribePathXLineConfigRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribePathXLineConfigRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProjectId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetProjectId(String projectId)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
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-