Class LiveVipUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yinsuda.v20220527.models.LiveVipUserInfo
-
public class LiveVipUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveVipUserInfo()
LiveVipUserInfo(LiveVipUserInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLiveVipEndTime()
Get 直播会员结束时间。String
getLiveVipStatus()
Get 会员生效状态 Valid:生效Invalid:无效String
getRoomId()
Get 房间标识。void
setLiveVipEndTime(String LiveVipEndTime)
Set 直播会员结束时间。void
setLiveVipStatus(String LiveVipStatus)
Set 会员生效状态 Valid:生效Invalid:无效void
setRoomId(String RoomId)
Set 房间标识。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveVipUserInfo
public LiveVipUserInfo()
-
LiveVipUserInfo
public LiveVipUserInfo(LiveVipUserInfo 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.
-
-
Method Detail
-
getRoomId
public String getRoomId()
Get 房间标识。- Returns:
- RoomId 房间标识。
-
setRoomId
public void setRoomId(String RoomId)
Set 房间标识。- Parameters:
RoomId
- 房间标识。
-
getLiveVipEndTime
public String getLiveVipEndTime()
Get 直播会员结束时间。- Returns:
- LiveVipEndTime 直播会员结束时间。
-
setLiveVipEndTime
public void setLiveVipEndTime(String LiveVipEndTime)
Set 直播会员结束时间。- Parameters:
LiveVipEndTime
- 直播会员结束时间。
-
getLiveVipStatus
public String getLiveVipStatus()
Get 会员生效状态- Valid:生效
- Invalid:无效
- Returns:
- LiveVipStatus 会员生效状态
- Valid:生效
- Invalid:无效
-
setLiveVipStatus
public void setLiveVipStatus(String LiveVipStatus)
Set 会员生效状态- Valid:生效
- Invalid:无效
- Parameters:
LiveVipStatus
- 会员生效状态- Valid:生效
- Invalid:无效
-
-