public class UnbindClientElem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnbindClientElem() | 
| UnbindClientElem(UnbindClientElem 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 | getActionTime()Get 解绑/撤销时间 | 
| String | getApplyTime()Get 申请时间 | 
| String | getName()Get 名称 | 
| Long | getStatus()Get 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回 | 
| String | getUin()Get 解绑账号ID | 
| void | setActionTime(String ActionTime)Set 解绑/撤销时间 | 
| void | setApplyTime(String ApplyTime)Set 申请时间 | 
| void | setName(String Name)Set 名称 | 
| void | setStatus(Long Status)Set 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回 | 
| void | setUin(String Uin)Set 解绑账号ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UnbindClientElem()
public UnbindClientElem(UnbindClientElem source)
public String getUin()
public void setUin(String Uin)
Uin - 解绑账号IDpublic String getName()
public void setName(String Name)
Name - 名称public Long getStatus()
public void setStatus(Long Status)
Status - 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回public String getApplyTime()
public void setApplyTime(String ApplyTime)
ApplyTime - 申请时间public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime - 解绑/撤销时间Copyright © 2025. All rights reserved.