public class UnbindClientElem extends AbstractModel
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 解绑/撤销时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApplyTime()
Get 申请时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 名称
|
Long |
getStatus()
Get 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回
|
String |
getUin()
Get 解绑账号ID
|
void |
setActionTime(String ActionTime)
Set 解绑/撤销时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApplyTime(String ApplyTime)
Set 申请时间
注意:此字段可能返回 null,表示取不到有效值。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 申请时间
注意:此字段可能返回 null,表示取不到有效值。public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime
- 解绑/撤销时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.