public class DescribeStreamAuthData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeStreamAuthData() | 
| DescribeStreamAuthData(DescribeStreamAuthData 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 | getAppId()Get 用户ID | 
| String | getId()Get 鉴权配置ID(uuid) | 
| Long | getPullExpired()Get 播放过期时间(单位:分钟) | 
| String | getPullSecret()Get 播放密钥(仅支持字母数字,长度0-10位) | 
| Long | getPullState()Get 是否开播放鉴权(1:开启,0:关闭) | 
| Long | getPushExpired()Get 推流过期时间(单位:分钟) | 
| String | getPushSecret()Get 推流密钥(仅支持字母数字,长度0-10位) | 
| Long | getPushState()Get 是否开启推流鉴权(1:开启,0:关闭) | 
| void | setAppId(Long AppId)Set 用户ID | 
| void | setId(String Id)Set 鉴权配置ID(uuid) | 
| void | setPullExpired(Long PullExpired)Set 播放过期时间(单位:分钟) | 
| void | setPullSecret(String PullSecret)Set 播放密钥(仅支持字母数字,长度0-10位) | 
| void | setPullState(Long PullState)Set 是否开播放鉴权(1:开启,0:关闭) | 
| void | setPushExpired(Long PushExpired)Set 推流过期时间(单位:分钟) | 
| void | setPushSecret(String PushSecret)Set 推流密钥(仅支持字母数字,长度0-10位) | 
| void | setPushState(Long PushState)Set 是否开启推流鉴权(1:开启,0:关闭) | 
| 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 DescribeStreamAuthData()
public DescribeStreamAuthData(DescribeStreamAuthData source)
public String getId()
public void setId(String Id)
Id - 鉴权配置ID(uuid)public Long getPullState()
public void setPullState(Long PullState)
PullState - 是否开播放鉴权(1:开启,0:关闭)public String getPullSecret()
public void setPullSecret(String PullSecret)
PullSecret - 播放密钥(仅支持字母数字,长度0-10位)public Long getPullExpired()
public void setPullExpired(Long PullExpired)
PullExpired - 播放过期时间(单位:分钟)public Long getPushState()
public void setPushState(Long PushState)
PushState - 是否开启推流鉴权(1:开启,0:关闭)public String getPushSecret()
public void setPushSecret(String PushSecret)
PushSecret - 推流密钥(仅支持字母数字,长度0-10位)public Long getPushExpired()
public void setPushExpired(Long PushExpired)
PushExpired - 推流过期时间(单位:分钟)public Long getAppId()
public void setAppId(Long AppId)
AppId - 用户IDCopyright © 2025. All rights reserved.