public class SetCLSPushTargetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SetCLSPushTargetRequest() | 
| SetCLSPushTargetRequest(SetCLSPushTargetRequest 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 | 
|---|---|
| AreaCLSTargetInfo | getChineseMainlandCLSTargetInfo()Get 要设置的中国大陆地区的日志推送目标。 | 
| String | getDomain()Get 域名。 | 
| AreaCLSTargetInfo | getOutsideChineseMainlandCLSTargetInfo()Get 要设置的中国大陆以外地区的日志推送目标。 | 
| Long | getSubAppId()Get 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。 | 
| void | setChineseMainlandCLSTargetInfo(AreaCLSTargetInfo ChineseMainlandCLSTargetInfo)Set 要设置的中国大陆地区的日志推送目标。 | 
| void | setDomain(String Domain)Set 域名。 | 
| void | setOutsideChineseMainlandCLSTargetInfo(AreaCLSTargetInfo OutsideChineseMainlandCLSTargetInfo)Set 要设置的中国大陆以外地区的日志推送目标。 | 
| 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, toJsonStringpublic SetCLSPushTargetRequest()
public SetCLSPushTargetRequest(SetCLSPushTargetRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。public AreaCLSTargetInfo getChineseMainlandCLSTargetInfo()
public void setChineseMainlandCLSTargetInfo(AreaCLSTargetInfo ChineseMainlandCLSTargetInfo)
ChineseMainlandCLSTargetInfo - 要设置的中国大陆地区的日志推送目标。public AreaCLSTargetInfo getOutsideChineseMainlandCLSTargetInfo()
public void setOutsideChineseMainlandCLSTargetInfo(AreaCLSTargetInfo OutsideChineseMainlandCLSTargetInfo)
OutsideChineseMainlandCLSTargetInfo - 要设置的中国大陆以外地区的日志推送目标。Copyright © 2025. All rights reserved.