public class LiveVipTradeInfo extends AbstractModel
skipSign| Constructor and Description |
|---|
LiveVipTradeInfo() |
LiveVipTradeInfo(LiveVipTradeInfo 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 |
getCreateTime()
Get 创建时间。
|
String |
getRoomId()
Get 房间标识。
|
String |
getStatus()
Get 订单状态。
取值有:
Success:成功Fail:失败Processing:订单处理中
|
String |
getTradeSerialNo()
Get 交易流水号。
|
String |
getUserId()
Get 用户标识。
|
Long |
getVipDays()
Get 充值会员天数。
取值有:
31 93186 372
|
void |
setAppName(String AppName)
Set 应用名称。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setRoomId(String RoomId)
Set 房间标识。
|
void |
setStatus(String Status)
Set 订单状态。
取值有:
Success:成功Fail:失败Processing:订单处理中
|
void |
setTradeSerialNo(String TradeSerialNo)
Set 交易流水号。
|
void |
setUserId(String UserId)
Set 用户标识。
|
void |
setVipDays(Long VipDays)
Set 充值会员天数。
取值有:
31 93186 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 LiveVipTradeInfo()
public LiveVipTradeInfo(LiveVipTradeInfo source)
public String getTradeSerialNo()
public void setTradeSerialNo(String TradeSerialNo)
TradeSerialNo - 交易流水号。public String getAppName()
public void setAppName(String AppName)
AppName - 应用名称。public String getUserId()
public void setUserId(String UserId)
UserId - 用户标识。public String getRoomId()
public void setRoomId(String RoomId)
RoomId - 房间标识。public Long getVipDays()
public void setVipDays(Long VipDays)
VipDays - 充值会员天数。
取值有:
public String getStatus()
public void setStatus(String Status)
Status - 订单状态。
取值有:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间。Copyright © 2023. All rights reserved.