Package cn.ucloud.uec.models
Class DeleteUEcCustomImageRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uec.models.DeleteUEcCustomImageRequest
-
public class DeleteUEcCustomImageRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DeleteUEcCustomImageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdcId()StringgetImageId()StringgetProjectId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetIdcId(String idcId)voidsetImageId(String imageId)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
-
getImageId
public String getImageId()
-
setImageId
public void setImageId(String imageId)
-
getIdcId
public String getIdcId()
-
setIdcId
public void setIdcId(String idcId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-