public class McuPublishCdnParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
McuPublishCdnParam()  | 
McuPublishCdnParam(McuPublishCdnParam 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 | 
getIsTencentCdn()
Get Whether to relay to Tencent Cloud’s CDN. 
 | 
String | 
getPublishCdnUrl()
Get The URLs of the CDNs to relay to. 
 | 
void | 
setIsTencentCdn(Long IsTencentCdn)
Set Whether to relay to Tencent Cloud’s CDN. 
 | 
void | 
setPublishCdnUrl(String PublishCdnUrl)
Set The URLs of the CDNs to relay to. 
 | 
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, toJsonStringpublic McuPublishCdnParam()
public McuPublishCdnParam(McuPublishCdnParam source)
public String getPublishCdnUrl()
public void setPublishCdnUrl(String PublishCdnUrl)
PublishCdnUrl - The URLs of the CDNs to relay to.public Long getIsTencentCdn()
public void setIsTencentCdn(Long IsTencentCdn)
IsTencentCdn - Whether to relay to Tencent Cloud’s CDN. `0`: Third-party CDN; `1` (default): Tencent Cloud’s CDN. Relaying to a third-party CDN will incur fees. To avoid unexpected charges, we recommend you pass in a specific value. For details, see the API document.Copyright © 2025. All rights reserved.