Class DescribeCCUrlAllowResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeCCUrlAllowResponse
-
public class DescribeCCUrlAllowResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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域名防护);StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTotal()Get 记录总数voidsetData(KeyValue[] Data)Set 该字段被RecordList字段替代了,请不要使用voidsetRecordList(KeyValueRecord[] RecordList)Set 返回黑/白名单的记录, "Key":"url"时,"Value":值表示URL; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTotal(Long Total)Set 记录总数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCCUrlAllowResponse
public DescribeCCUrlAllowResponse()
-
DescribeCCUrlAllowResponse
public 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.
-
-
Method Detail
-
getData
public KeyValue[] getData()
Get 该字段被RecordList字段替代了,请不要使用- Returns:
- Data 该字段被RecordList字段替代了,请不要使用
-
setData
public void setData(KeyValue[] Data)
Set 该字段被RecordList字段替代了,请不要使用- Parameters:
Data- 该字段被RecordList字段替代了,请不要使用
-
getTotal
public Long getTotal()
Get 记录总数- Returns:
- Total 记录总数
-
setTotal
public void setTotal(Long Total)
Set 记录总数- Parameters:
Total- 记录总数
-
getRecordList
public KeyValueRecord[] getRecordList()
Get 返回黑/白名单的记录, "Key":"url"时,"Value":值表示URL; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);- Returns:
- RecordList 返回黑/白名单的记录, "Key":"url"时,"Value":值表示URL; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);
-
setRecordList
public void setRecordList(KeyValueRecord[] RecordList)
Set 返回黑/白名单的记录, "Key":"url"时,"Value":值表示URL; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);- Parameters:
RecordList- 返回黑/白名单的记录, "Key":"url"时,"Value":值表示URL; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC的防护类型(HTTP防护或HTTPS域名防护);
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-