Class DeleteCustomizationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.DeleteCustomizationRequest
-
public class DeleteCustomizationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCustomizationRequest()DeleteCustomizationRequest(DeleteCustomizationRequest 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 LonggetBizId()Get 应用 ID,登录控制台创建应用得到的AppIDStringgetModelId()Get 删除的模型IDvoidsetBizId(Long BizId)Set 应用 ID,登录控制台创建应用得到的AppIDvoidsetModelId(String ModelId)Set 删除的模型IDvoidtoMap(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
-
DeleteCustomizationRequest
public DeleteCustomizationRequest()
-
DeleteCustomizationRequest
public DeleteCustomizationRequest(DeleteCustomizationRequest 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
-
getModelId
public String getModelId()
Get 删除的模型ID- Returns:
- ModelId 删除的模型ID
-
setModelId
public void setModelId(String ModelId)
Set 删除的模型ID- Parameters:
ModelId- 删除的模型ID
-
getBizId
public Long getBizId()
Get 应用 ID,登录控制台创建应用得到的AppID- Returns:
- BizId 应用 ID,登录控制台创建应用得到的AppID
-
setBizId
public void setBizId(Long BizId)
Set 应用 ID,登录控制台创建应用得到的AppID- Parameters:
BizId- 应用 ID,登录控制台创建应用得到的AppID
-
-