public class RtmpPushInputInfo extends AbstractModel
Constructor and Description |
---|
RtmpPushInputInfo() |
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 Long getExpiredSecond()
public void setExpiredSecond(Long ExpiredSecond)
ExpiredSecond
- 直播推流地址有效期,单位:秒 。public String getPushUrl()
public void setPushUrl(String PushUrl)
PushUrl
- 直播推流地址,入参不填默认由云剪生成。Copyright © 2021. All rights reserved.