public class LivePackageInfo extends AbstractModel
| Constructor and Description |
|---|
LivePackageInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyTime()
Get 购买时间。
|
String |
getExpireTime()
Get 过期时间。
|
String |
getId()
Get 包 ID。
|
Long |
getLeft()
Get 剩余量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
Long |
getStatus()
Get 包状态,可选值:
0: 未使用。
1: 使用中。
2: 已过期。
|
Long |
getTotal()
Get 总量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
Long |
getType()
Get 包类型,可选值:
0: 流量包。
1: 普通转码包。
2: 极速高清包。
|
Long |
getUsed()
Get 使用量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
void |
setBuyTime(String BuyTime)
Set 购买时间。
|
void |
setExpireTime(String ExpireTime)
Set 过期时间。
|
void |
setId(String Id)
Set 包 ID。
|
void |
setLeft(Long Left)
Set 剩余量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
void |
setStatus(Long Status)
Set 包状态,可选值:
0: 未使用。
1: 使用中。
2: 已过期。
|
void |
setTotal(Long Total)
Set 总量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
void |
setType(Long Type)
Set 包类型,可选值:
0: 流量包。
1: 普通转码包。
2: 极速高清包。
|
void |
setUsed(Long Used)
Set 使用量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。
|
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, toJsonStringpublic String getId()
public void setId(String Id)
Id - 包 ID。public Long getTotal()
public void setTotal(Long Total)
Total - 总量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。public Long getUsed()
public void setUsed(Long Used)
Used - 使用量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。public Long getLeft()
public void setLeft(Long Left)
Left - 剩余量。
注意:当为流量包时单位为字节。
当为转码包时单位为分钟。public String getBuyTime()
public void setBuyTime(String BuyTime)
BuyTime - 购买时间。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - 过期时间。public Long getType()
public void setType(Long Type)
Type - 包类型,可选值:
0: 流量包。
1: 普通转码包。
2: 极速高清包。public Long getStatus()
public void setStatus(Long Status)
Status - 包状态,可选值:
0: 未使用。
1: 使用中。
2: 已过期。Copyright © 2020. All rights reserved.