Class ForbidStreamInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ForbidStreamInfo
-
public class ForbidStreamInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ForbidStreamInfo()ForbidStreamInfo(ForbidStreamInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppName()Get 推流路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 创建时间。 注:此字段为北京时间(UTC+8时区)。StringgetDomainName()Get 推流域名。 注意:此字段可能返回 null,表示取不到有效值。StringgetExpireTime()Get 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。StringgetStreamName()Get 流名称。voidsetAppName(String AppName)Set 推流路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间。 注:此字段为北京时间(UTC+8时区)。voidsetDomainName(String DomainName)Set 推流域名。 注意:此字段可能返回 null,表示取不到有效值。voidsetExpireTime(String ExpireTime)Set 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。voidsetStreamName(String StreamName)Set 流名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ForbidStreamInfo
public ForbidStreamInfo()
-
ForbidStreamInfo
public ForbidStreamInfo(ForbidStreamInfo 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.
-
-
Method Detail
-
getStreamName
public String getStreamName()
Get 流名称。- Returns:
- StreamName 流名称。
-
setStreamName
public void setStreamName(String StreamName)
Set 流名称。- Parameters:
StreamName- 流名称。
-
getCreateTime
public String getCreateTime()
Get 创建时间。 注:此字段为北京时间(UTC+8时区)。- Returns:
- CreateTime 创建时间。 注:此字段为北京时间(UTC+8时区)。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间。 注:此字段为北京时间(UTC+8时区)。- Parameters:
CreateTime- 创建时间。 注:此字段为北京时间(UTC+8时区)。
-
getExpireTime
public String getExpireTime()
Get 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。- Returns:
- ExpireTime 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。- Parameters:
ExpireTime- 禁推过期时间。 注:此字段为北京时间(UTC+8时区)。
-
getAppName
public String getAppName()
Get 推流路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppName 推流路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setAppName
public void setAppName(String AppName)
Set 推流路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppName- 推流路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getDomainName
public String getDomainName()
Get 推流域名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DomainName 推流域名。 注意:此字段可能返回 null,表示取不到有效值。
-
setDomainName
public void setDomainName(String DomainName)
Set 推流域名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DomainName- 推流域名。 注意:此字段可能返回 null,表示取不到有效值。
-
-