public class RtmpPushInputInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RtmpPushInputInfo()
public RtmpPushInputInfo(RtmpPushInputInfo source)
public Long getExpiredSecond()
public void setExpiredSecond(Long ExpiredSecond)
ExpiredSecond
- 直播推流地址有效期,单位:秒 。public String getPushUrl()
public void setPushUrl(String PushUrl)
PushUrl
- 直播推流地址,入参不填默认由云剪生成。Copyright © 2021. All rights reserved.