public class ApproveUser extends AbstractModel
Constructor and Description |
---|
ApproveUser() |
ApproveUser(ApproveUser 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 |
getDesc()
Get 用户描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNick()
Get 用户昵称
注意:此字段可能返回 null,表示取不到有效值。
|
Scf |
getScf()
Get 动态获取Scf
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 用户类型 (1:用户 2:用户组)
|
Long |
getUin()
Get 用户uin
|
void |
setDesc(String Desc)
Set 用户描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNick(String Nick)
Set 用户昵称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScf(Scf Scf)
Set 动态获取Scf
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 用户类型 (1:用户 2:用户组)
|
void |
setUin(Long Uin)
Set 用户uin
|
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 ApproveUser()
public ApproveUser(ApproveUser source)
public Long getUin()
public void setUin(Long Uin)
Uin
- 用户uinpublic Long getType()
public void setType(Long Type)
Type
- 用户类型 (1:用户 2:用户组)public String getDesc()
public void setDesc(String Desc)
Desc
- 用户描述
注意:此字段可能返回 null,表示取不到有效值。public String getNick()
public void setNick(String Nick)
Nick
- 用户昵称
注意:此字段可能返回 null,表示取不到有效值。public Scf getScf()
public void setScf(Scf Scf)
Scf
- 动态获取Scf
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.