Class RtmpPushInputInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.RtmpPushInputInfo
-
public class RtmpPushInputInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RtmpPushInputInfo()
RtmpPushInputInfo(RtmpPushInputInfo 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 Long
getExpiredSecond()
Get 直播推流地址有效期,单位:秒 。String
getPushUrl()
Get 直播推流地址,入参不填默认由多媒体创作引擎生成。void
setExpiredSecond(Long ExpiredSecond)
Set 直播推流地址有效期,单位:秒 。void
setPushUrl(String PushUrl)
Set 直播推流地址,入参不填默认由多媒体创作引擎生成。void
toMap(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
-
RtmpPushInputInfo
public RtmpPushInputInfo()
-
RtmpPushInputInfo
public RtmpPushInputInfo(RtmpPushInputInfo 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
-
getExpiredSecond
public Long getExpiredSecond()
Get 直播推流地址有效期,单位:秒 。- Returns:
- ExpiredSecond 直播推流地址有效期,单位:秒 。
-
setExpiredSecond
public void setExpiredSecond(Long ExpiredSecond)
Set 直播推流地址有效期,单位:秒 。- Parameters:
ExpiredSecond
- 直播推流地址有效期,单位:秒 。
-
getPushUrl
public String getPushUrl()
Get 直播推流地址,入参不填默认由多媒体创作引擎生成。- Returns:
- PushUrl 直播推流地址,入参不填默认由多媒体创作引擎生成。
-
setPushUrl
public void setPushUrl(String PushUrl)
Set 直播推流地址,入参不填默认由多媒体创作引擎生成。- Parameters:
PushUrl
- 直播推流地址,入参不填默认由多媒体创作引擎生成。
-
-