public class DeleteResult extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Get 错误码,0-剔除成功 其他-剔除失败
|
String |
getErrorMsg()
Get 错误描述
|
void |
setCode(Long Code)
Set 错误码,0-剔除成功 其他-剔除失败
|
void |
setErrorMsg(String ErrorMsg)
Set 错误描述
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteResult()
public DeleteResult(DeleteResult source)
public Long getCode()
public void setCode(Long Code)
Code
- 错误码,0-剔除成功 其他-剔除失败public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- 错误描述Copyright © 2024. All rights reserved.