Class ErrStaffItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.ErrStaffItem
-
public class ErrStaffItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ErrStaffItem()ErrStaffItem(ErrStaffItem 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 StringgetCode()Get 错误码StringgetMessage()Get 错误描述StringgetStaffEmail()Get 坐席邮箱地址voidsetCode(String Code)Set 错误码voidsetMessage(String Message)Set 错误描述voidsetStaffEmail(String StaffEmail)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
-
ErrStaffItem
public ErrStaffItem()
-
ErrStaffItem
public ErrStaffItem(ErrStaffItem 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
-
getStaffEmail
public String getStaffEmail()
Get 坐席邮箱地址- Returns:
- StaffEmail 坐席邮箱地址
-
setStaffEmail
public void setStaffEmail(String StaffEmail)
Set 坐席邮箱地址- Parameters:
StaffEmail- 坐席邮箱地址
-
getCode
public String getCode()
Get 错误码- Returns:
- Code 错误码
-
setCode
public void setCode(String Code)
Set 错误码- Parameters:
Code- 错误码
-
getMessage
public String getMessage()
Get 错误描述- Returns:
- Message 错误描述
-
setMessage
public void setMessage(String Message)
Set 错误描述- Parameters:
Message- 错误描述
-
-