Class StaffStatusExtra
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.StaffStatusExtra
-
public class StaffStatusExtra extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StaffStatusExtra()StaffStatusExtra(StaffStatusExtra 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 StringgetDirect()Get in - 呼入 | out - 呼出StringgetType()Get im - 文本 | tel - 电话 | all - 全媒体voidsetDirect(String Direct)Set in - 呼入 | out - 呼出voidsetType(String Type)Set im - 文本 | tel - 电话 | all - 全媒体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
-
StaffStatusExtra
public StaffStatusExtra()
-
StaffStatusExtra
public StaffStatusExtra(StaffStatusExtra 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
-
getType
public String getType()
Get im - 文本 | tel - 电话 | all - 全媒体- Returns:
- Type im - 文本 | tel - 电话 | all - 全媒体
-
setType
public void setType(String Type)
Set im - 文本 | tel - 电话 | all - 全媒体- Parameters:
Type- im - 文本 | tel - 电话 | all - 全媒体
-
getDirect
public String getDirect()
Get in - 呼入 | out - 呼出- Returns:
- Direct in - 呼入 | out - 呼出
-
setDirect
public void setDirect(String Direct)
Set in - 呼入 | out - 呼出- Parameters:
Direct- in - 呼入 | out - 呼出
-
-