public class RechargeLiveVipRequest extends AbstractModel
skipSign| Constructor and Description |
|---|
RechargeLiveVipRequest() |
RechargeLiveVipRequest(RechargeLiveVipRequest 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 应用名称。
|
String |
getGiveType()
Get 充值分类。取值有:room_card-包月房卡; 其他-保留。
|
String |
getPlayScene()
Get 播放场景。默认为Live
Live:直播Chat:语聊
|
String |
getRoomId()
Get 房间标识。
|
String |
getTradeSerialNo()
Get 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。
|
String |
getUserId()
Get 用户标识。
|
Long |
getVipDays()
Get 充值会员天数。
取值有:
31
93
186
372
|
void |
setAppName(String AppName)
Set 应用名称。
|
void |
setGiveType(String GiveType)
Set 充值分类。取值有:room_card-包月房卡; 其他-保留。
|
void |
setPlayScene(String PlayScene)
Set 播放场景。默认为Live
Live:直播Chat:语聊
|
void |
setRoomId(String RoomId)
Set 房间标识。
|
void |
setTradeSerialNo(String TradeSerialNo)
Set 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。
|
void |
setUserId(String UserId)
Set 用户标识。
|
void |
setVipDays(Long VipDays)
Set 充值会员天数。
取值有:
31
93
186
372
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RechargeLiveVipRequest()
public RechargeLiveVipRequest(RechargeLiveVipRequest source)
public String getAppName()
public void setAppName(String AppName)
AppName - 应用名称。public String getUserId()
public void setUserId(String UserId)
UserId - 用户标识。public String getTradeSerialNo()
public void setTradeSerialNo(String TradeSerialNo)
TradeSerialNo - 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。public String getRoomId()
public void setRoomId(String RoomId)
RoomId - 房间标识。public Long getVipDays()
public void setVipDays(Long VipDays)
VipDays - 充值会员天数。
取值有:
public String getGiveType()
public void setGiveType(String GiveType)
GiveType - 充值分类。取值有:room_card-包月房卡; 其他-保留。public String getPlayScene()
public void setPlayScene(String PlayScene)
PlayScene - 播放场景。默认为Live
Copyright © 2023. All rights reserved.