public class LiveChannelInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveChannelInfo() | 
| LiveChannelInfo(LiveChannelInfo 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 | getCreateTime()Get 创建时间 | 
| String | getLiveChannelId()Get 频道ID | 
| String | getLiveChannelName()Get 频道名称 | 
| Long | getLiveChannelType()Get 频道类型 | 
| Long | getLiveStatus()Get 通道直播状态:1: 未推流,2: 推流中 | 
| String | getPushStreamAddress()Get 推流地址 | 
| String | getUpdateTime()Get 修改时间 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setLiveChannelId(String LiveChannelId)Set 频道ID | 
| void | setLiveChannelName(String LiveChannelName)Set 频道名称 | 
| void | setLiveChannelType(Long LiveChannelType)Set 频道类型 | 
| void | setLiveStatus(Long LiveStatus)Set 通道直播状态:1: 未推流,2: 推流中 | 
| void | setPushStreamAddress(String PushStreamAddress)Set 推流地址 | 
| void | setUpdateTime(String UpdateTime)Set 修改时间 | 
| 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 LiveChannelInfo()
public LiveChannelInfo(LiveChannelInfo source)
public String getLiveChannelId()
public void setLiveChannelId(String LiveChannelId)
LiveChannelId - 频道IDpublic String getLiveChannelName()
public void setLiveChannelName(String LiveChannelName)
LiveChannelName - 频道名称public Long getLiveChannelType()
public void setLiveChannelType(Long LiveChannelType)
LiveChannelType - 频道类型public Long getLiveStatus()
public void setLiveStatus(Long LiveStatus)
LiveStatus - 通道直播状态:1: 未推流,2: 推流中public String getPushStreamAddress()
public void setPushStreamAddress(String PushStreamAddress)
PushStreamAddress - 推流地址public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 修改时间Copyright © 2025. All rights reserved.