Package cn.ucloud.uphost.models
Class ModifyPHostInfoRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uphost.models.ModifyPHostInfoRequest
-
public class ModifyPHostInfoRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description ModifyPHostInfoRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetPHostId()StringgetProjectId()StringgetRegion()StringgetRemark()StringgetTag()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetName(String name)voidsetPHostId(String pHostId)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetRemark(String remark)voidsetTag(String tag)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getPHostId
public String getPHostId()
-
setPHostId
public void setPHostId(String pHostId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-