Package cn.ucloud.pathx.models
Class ModifyGlobalSSHPortRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.ModifyGlobalSSHPortRequest
-
public class ModifyGlobalSSHPortRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description ModifyGlobalSSHPortRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()IntegergetPort()StringgetProjectId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetInstanceId(String instanceId)voidsetPort(Integer port)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
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-