public class DescribeCCUrlAllowResponse extends AbstractModel
Constructor and Description |
---|
DescribeCCUrlAllowResponse() |
DescribeCCUrlAllowResponse(DescribeCCUrlAllowResponse 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 |
---|---|
KeyValue[] |
getData()
Get 该字段被RecordList字段替代了,请不要使用
|
KeyValueRecord[] |
getRecordList()
Get 返回黑/白名单的记录,
"Key":"url"时,"Value":值表示URL;
"Key":"domain"时, "Value":值表示域名;
"Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单);
"Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotal()
Get 记录总数
|
void |
setData(KeyValue[] Data)
Set 该字段被RecordList字段替代了,请不要使用
|
void |
setRecordList(KeyValueRecord[] RecordList)
Set 返回黑/白名单的记录,
"Key":"url"时,"Value":值表示URL;
"Key":"domain"时, "Value":值表示域名;
"Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单);
"Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotal(Long Total)
Set 记录总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCCUrlAllowResponse()
public DescribeCCUrlAllowResponse(DescribeCCUrlAllowResponse source)
public KeyValue[] getData()
public void setData(KeyValue[] Data)
Data
- 该字段被RecordList字段替代了,请不要使用public Long getTotal()
public void setTotal(Long Total)
Total
- 记录总数public KeyValueRecord[] getRecordList()
public void setRecordList(KeyValueRecord[] RecordList)
RecordList
- 返回黑/白名单的记录,
"Key":"url"时,"Value":值表示URL;
"Key":"domain"时, "Value":值表示域名;
"Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单);
"Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.