public class CreateGlobalDomainResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateGlobalDomainResp() |
CreateGlobalDomainResp(CreateGlobalDomainResp 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[] |
getExistsBlackUrls()
Get List of blocked domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getExistsWhiteUrls()
Get List of allowed domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getRepeatUrls()
Get List of duplicate domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getResult()
Get Result
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExistsBlackUrls(String[] ExistsBlackUrls)
Set List of blocked domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExistsWhiteUrls(String[] ExistsWhiteUrls)
Set List of allowed domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRepeatUrls(String[] RepeatUrls)
Set List of duplicate domain names
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResult(Boolean Result)
Set Result
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateGlobalDomainResp()
public CreateGlobalDomainResp(CreateGlobalDomainResp source)
public Boolean getResult()
public void setResult(Boolean Result)
Result
- Result
Note: This field may return null, indicating that no valid values can be obtained.public String[] getRepeatUrls()
public void setRepeatUrls(String[] RepeatUrls)
RepeatUrls
- List of duplicate domain names
Note: This field may return null, indicating that no valid values can be obtained.public String[] getExistsWhiteUrls()
public void setExistsWhiteUrls(String[] ExistsWhiteUrls)
ExistsWhiteUrls
- List of allowed domain names
Note: This field may return null, indicating that no valid values can be obtained.public String[] getExistsBlackUrls()
public void setExistsBlackUrls(String[] ExistsBlackUrls)
ExistsBlackUrls
- List of blocked domain names
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.