Package cn.ucloud.pathx.models
Class BindPathXSSLRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.BindPathXSSLRequest
-
public class BindPathXSSLRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description BindPathXSSLRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getPort()StringgetProjectId()StringgetSSLId()StringgetUGAId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetPort(List<Integer> port)voidsetProjectId(String projectId)voidsetSSLId(String sslId)voidsetUGAId(String ugaId)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
-
getSSLId
public String getSSLId()
-
setSSLId
public void setSSLId(String sslId)
-
getUGAId
public String getUGAId()
-
setUGAId
public void setUGAId(String ugaId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-