public class UserInfo extends AbstractModel
Constructor and Description |
---|
UserInfo() |
UserInfo(UserInfo 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 |
getAppName()
Get 应用名称。
|
LiveVipUserInfo |
getLiveVipUserInfo()
Get 直播会员详细信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserId()
Get 用户标识。
|
String |
getUserType()
Get 用户类型
Normal:普通用户
LiveVip:直播会员用户
|
void |
setAppName(String AppName)
Set 应用名称。
|
void |
setLiveVipUserInfo(LiveVipUserInfo LiveVipUserInfo)
Set 直播会员详细信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserId(String UserId)
Set 用户标识。
|
void |
setUserType(String UserType)
Set 用户类型
Normal:普通用户
LiveVip:直播会员用户
|
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 UserInfo()
public UserInfo(UserInfo source)
public String getAppName()
public void setAppName(String AppName)
AppName
- 应用名称。public String getUserId()
public void setUserId(String UserId)
UserId
- 用户标识。public LiveVipUserInfo getLiveVipUserInfo()
public void setLiveVipUserInfo(LiveVipUserInfo LiveVipUserInfo)
LiveVipUserInfo
- 直播会员详细信息。
注意:此字段可能返回 null,表示取不到有效值。public String getUserType()
public void setUserType(String UserType)
UserType
- 用户类型
Copyright © 2023. All rights reserved.