Class DeleteResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.DeleteResult
-
public class DeleteResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteResult()DeleteResult(DeleteResult 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 LonggetCode()Get 错误码,0-剔除成功 其他-剔除失败StringgetErrorMsg()Get 错误描述voidsetCode(Long Code)Set 错误码,0-剔除成功 其他-剔除失败voidsetErrorMsg(String ErrorMsg)Set 错误描述voidtoMap(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
-
DeleteResult
public DeleteResult()
-
DeleteResult
public DeleteResult(DeleteResult 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
-
getCode
public Long getCode()
Get 错误码,0-剔除成功 其他-剔除失败- Returns:
- Code 错误码,0-剔除成功 其他-剔除失败
-
setCode
public void setCode(Long Code)
Set 错误码,0-剔除成功 其他-剔除失败- Parameters:
Code- 错误码,0-剔除成功 其他-剔除失败
-
getErrorMsg
public String getErrorMsg()
Get 错误描述- Returns:
- ErrorMsg 错误描述
-
setErrorMsg
public void setErrorMsg(String ErrorMsg)
Set 错误描述- Parameters:
ErrorMsg- 错误描述
-
-