public class ModifyDefaultDistributionConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDefaultDistributionConfigRequest() |
ModifyDefaultDistributionConfigRequest(ModifyDefaultDistributionConfigRequest 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 |
---|---|
String |
getDomain()
Get 分发域名,取值为点播域名列表里的域名。不填或者填空,表示不修改域名。
|
String |
getPlayKey()
Get 播放密钥,由大小写字母(a - Z)或者数字(0 - 9)组成,长度在8 - 20个字符之间。
|
String |
getScheme()
Get 分发协议,取值为 HTTP 或者 HTTPS。
|
Long |
getSubAppId()
Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
void |
setDomain(String Domain)
Set 分发域名,取值为点播域名列表里的域名。不填或者填空,表示不修改域名。
|
void |
setPlayKey(String PlayKey)
Set 播放密钥,由大小写字母(a - Z)或者数字(0 - 9)组成,长度在8 - 20个字符之间。
|
void |
setScheme(String Scheme)
Set 分发协议,取值为 HTTP 或者 HTTPS。
|
void |
setSubAppId(Long SubAppId)
Set 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。
|
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 ModifyDefaultDistributionConfigRequest()
public ModifyDefaultDistributionConfigRequest(ModifyDefaultDistributionConfigRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public String getDomain()
public void setDomain(String Domain)
Domain
- 分发域名,取值为点播域名列表里的域名。不填或者填空,表示不修改域名。public String getScheme()
public void setScheme(String Scheme)
Scheme
- 分发协议,取值为 HTTP 或者 HTTPS。public String getPlayKey()
public void setPlayKey(String PlayKey)
PlayKey
- 播放密钥,由大小写字母(a - Z)或者数字(0 - 9)组成,长度在8 - 20个字符之间。Copyright © 2024. All rights reserved.