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
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get 鉴权配置ID(uuid)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPullExpired()
Get 播放过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPullSecret()
Get 播放密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPullState()
Get 是否开播放鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPushExpired()
Get 推流过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPushSecret()
Get 推流密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPushState()
Get 是否开启推流鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(Long AppId)
Set 用户ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 鉴权配置ID(uuid)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPullExpired(Long PullExpired)
Set 播放过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPullSecret(String PullSecret)
Set 播放密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPullState(Long PullState)
Set 是否开播放鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPushExpired(Long PushExpired)
Set 推流过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPushSecret(String PushSecret)
Set 推流密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPushState(Long PushState)
Set 是否开启推流鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public DescribeStreamAuthData()
public DescribeStreamAuthData(DescribeStreamAuthData source)
public String getId()
public void setId(String Id)
Id
- 鉴权配置ID(uuid)
注意:此字段可能返回 null,表示取不到有效值。public Long getPullState()
public void setPullState(Long PullState)
PullState
- 是否开播放鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。public String getPullSecret()
public void setPullSecret(String PullSecret)
PullSecret
- 播放密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。public Long getPullExpired()
public void setPullExpired(Long PullExpired)
PullExpired
- 播放过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。public Long getPushState()
public void setPushState(Long PushState)
PushState
- 是否开启推流鉴权(1:开启,0:关闭)
注意:此字段可能返回 null,表示取不到有效值。public String getPushSecret()
public void setPushSecret(String PushSecret)
PushSecret
- 推流密钥(仅支持字母数字,长度0-10位)
注意:此字段可能返回 null,表示取不到有效值。public Long getPushExpired()
public void setPushExpired(Long PushExpired)
PushExpired
- 推流过期时间(单位:分钟)
注意:此字段可能返回 null,表示取不到有效值。public Long getAppId()
public void setAppId(Long AppId)
AppId
- 用户ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.