Class StatusReason
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.StatusReason
-
public class StatusReason extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StatusReason()StatusReason(StatusReason 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 StringgetErrorCode()Get 错误码StringgetErrorMessage()Get 错误描述voidsetErrorCode(String ErrorCode)Set 错误码voidsetErrorMessage(String ErrorMessage)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
-
StatusReason
public StatusReason()
-
StatusReason
public StatusReason(StatusReason 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
-
getErrorCode
public String getErrorCode()
Get 错误码- Returns:
- ErrorCode 错误码
-
setErrorCode
public void setErrorCode(String ErrorCode)
Set 错误码- Parameters:
ErrorCode- 错误码
-
getErrorMessage
public String getErrorMessage()
Get 错误描述- Returns:
- ErrorMessage 错误描述
-
setErrorMessage
public void setErrorMessage(String ErrorMessage)
Set 错误描述- Parameters:
ErrorMessage- 错误描述
-
-