public class DomainCLSTargetInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DomainCLSTargetInfo() |
DomainCLSTargetInfo(DomainCLSTargetInfo 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 中国大陆以外地区的日志推送目标。
|
void |
setChineseMainlandCLSTargetInfo(AreaCLSTargetInfo ChineseMainlandCLSTargetInfo)
Set 中国大陆地区的日志推送目标。
|
void |
setDomain(String Domain)
Set 域名。
|
void |
setOutsideChineseMainlandCLSTargetInfo(AreaCLSTargetInfo OutsideChineseMainlandCLSTargetInfo)
Set 中国大陆以外地区的日志推送目标。
|
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 DomainCLSTargetInfo()
public DomainCLSTargetInfo(DomainCLSTargetInfo source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名。public AreaCLSTargetInfo getChineseMainlandCLSTargetInfo()
public void setChineseMainlandCLSTargetInfo(AreaCLSTargetInfo ChineseMainlandCLSTargetInfo)
ChineseMainlandCLSTargetInfo
- 中国大陆地区的日志推送目标。public AreaCLSTargetInfo getOutsideChineseMainlandCLSTargetInfo()
public void setOutsideChineseMainlandCLSTargetInfo(AreaCLSTargetInfo OutsideChineseMainlandCLSTargetInfo)
OutsideChineseMainlandCLSTargetInfo
- 中国大陆以外地区的日志推送目标。Copyright © 2024. All rights reserved.