Class ModifyModuleImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ModifyModuleImageRequest
-
public class ModifyModuleImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyModuleImageRequest()
ModifyModuleImageRequest(ModifyModuleImageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultImageId()
Get 默认镜像IDString
getModuleId()
Get 模块IDvoid
setDefaultImageId(String DefaultImageId)
Set 默认镜像IDvoid
setModuleId(String ModuleId)
Set 模块IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyModuleImageRequest
public ModifyModuleImageRequest()
-
ModifyModuleImageRequest
public ModifyModuleImageRequest(ModifyModuleImageRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getDefaultImageId
public String getDefaultImageId()
Get 默认镜像ID- Returns:
- DefaultImageId 默认镜像ID
-
setDefaultImageId
public void setDefaultImageId(String DefaultImageId)
Set 默认镜像ID- Parameters:
DefaultImageId
- 默认镜像ID
-
getModuleId
public String getModuleId()
Get 模块ID- Returns:
- ModuleId 模块ID
-
setModuleId
public void setModuleId(String ModuleId)
Set 模块ID- Parameters:
ModuleId
- 模块ID
-
-