Class ErrDescription
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.ErrDescription
-
public class ErrDescription extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ErrDescription()ErrDescription(ErrDescription 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 StringgetErrCode()Get 错误码。StringgetErrMessage()Get 具体错误信息。voidsetErrCode(String ErrCode)Set 错误码。voidsetErrMessage(String ErrMessage)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
-
ErrDescription
public ErrDescription()
-
ErrDescription
public ErrDescription(ErrDescription 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
-
getErrCode
public String getErrCode()
Get 错误码。- Returns:
- ErrCode 错误码。
-
setErrCode
public void setErrCode(String ErrCode)
Set 错误码。- Parameters:
ErrCode- 错误码。
-
getErrMessage
public String getErrMessage()
Get 具体错误信息。- Returns:
- ErrMessage 具体错误信息。
-
setErrMessage
public void setErrMessage(String ErrMessage)
Set 具体错误信息。- Parameters:
ErrMessage- 具体错误信息。
-
-