public class StaffStatusExtra extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDirect()Get IN - Inbound | OUT - Outbound. | 
| String | getType()Get IM - Text | TEL - Cell phone | ALL - Full media. | 
| void | setDirect(String Direct)Set IN - Inbound | OUT - Outbound. | 
| void | setType(String Type)Set IM - Text | TEL - Cell phone | ALL - Full media. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StaffStatusExtra()
public StaffStatusExtra(StaffStatusExtra source)
public String getType()
public void setType(String Type)
Type - IM - Text | TEL - Cell phone | ALL - Full media.public String getDirect()
public void setDirect(String Direct)
Direct - IN - Inbound | OUT - Outbound.Copyright © 2024. All rights reserved.