public class PublishParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
PublishParams() |
PublishParams(PublishParams 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 |
getIsTencentUrl()
Get 是否是腾讯云CDN,0为转推非腾讯云CDN,1为转推腾讯CDN,不携带该参数默认为1。
|
String |
getPublishUrl()
Get 腾讯云直播推流地址url
|
void |
setIsTencentUrl(Long IsTencentUrl)
Set 是否是腾讯云CDN,0为转推非腾讯云CDN,1为转推腾讯CDN,不携带该参数默认为1。
|
void |
setPublishUrl(String PublishUrl)
Set 腾讯云直播推流地址url
|
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 PublishParams()
public PublishParams(PublishParams source)
public String getPublishUrl()
public void setPublishUrl(String PublishUrl)
PublishUrl
- 腾讯云直播推流地址urlpublic Long getIsTencentUrl()
public void setIsTencentUrl(Long IsTencentUrl)
IsTencentUrl
- 是否是腾讯云CDN,0为转推非腾讯云CDN,1为转推腾讯CDN,不携带该参数默认为1。Copyright © 2025. All rights reserved.