public class CasterBriefInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CasterBriefInfo() | 
| CasterBriefInfo(CasterBriefInfo 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 | 
|---|---|
| Long | getCasterId()Get 导播台ID | 
| String | getCasterName()Get 导播台名称 | 
| Long | getCreateTime()Get 创建时间,值为unix时间戳 | 
| String | getDescription()Get 导播台的描述 | 
| Long | getExpireTime()Get 导播台的过期时间,值为-1或unix时间戳。
当值为-1时,代表永不过期。
当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。 | 
| Long | getFeeType()Get 计费字段,该字段暂无作用 | 
| Long | getStartBillingTime()Get 开始计费时间,值为unix时间戳 | 
| Long | getStatus()Get 导播台状态
0:停止状态,无预监,无主监
1:无预监,有主监
2:有预监,无主监
3:有预监,有主监 | 
| Long | getStopBillingTime()Get 结束计费时间,值为unix时间戳 | 
| void | setCasterId(Long CasterId)Set 导播台ID | 
| void | setCasterName(String CasterName)Set 导播台名称 | 
| void | setCreateTime(Long CreateTime)Set 创建时间,值为unix时间戳 | 
| void | setDescription(String Description)Set 导播台的描述 | 
| void | setExpireTime(Long ExpireTime)Set 导播台的过期时间,值为-1或unix时间戳。
当值为-1时,代表永不过期。
当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。 | 
| void | setFeeType(Long FeeType)Set 计费字段,该字段暂无作用 | 
| void | setStartBillingTime(Long StartBillingTime)Set 开始计费时间,值为unix时间戳 | 
| void | setStatus(Long Status)Set 导播台状态
0:停止状态,无预监,无主监
1:无预监,有主监
2:有预监,无主监
3:有预监,有主监 | 
| void | setStopBillingTime(Long StopBillingTime)Set 结束计费时间,值为unix时间戳 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CasterBriefInfo()
public CasterBriefInfo(CasterBriefInfo source)
public Long getCasterId()
public void setCasterId(Long CasterId)
CasterId - 导播台IDpublic String getCasterName()
public void setCasterName(String CasterName)
CasterName - 导播台名称public String getDescription()
public void setDescription(String Description)
Description - 导播台的描述public Long getStartBillingTime()
public void setStartBillingTime(Long StartBillingTime)
StartBillingTime - 开始计费时间,值为unix时间戳public Long getStopBillingTime()
public void setStopBillingTime(Long StopBillingTime)
StopBillingTime - 结束计费时间,值为unix时间戳public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间,值为unix时间戳public Long getStatus()
public void setStatus(Long Status)
Status - 导播台状态
0:停止状态,无预监,无主监
1:无预监,有主监
2:有预监,无主监
3:有预监,有主监public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 导播台的过期时间,值为-1或unix时间戳。
当值为-1时,代表永不过期。
当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。public Long getFeeType()
public void setFeeType(Long FeeType)
FeeType - 计费字段,该字段暂无作用Copyright © 2025. All rights reserved.