Class DescribeCCIpAllowDenyResponse


  • public class DescribeCCIpAllowDenyResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeCCIpAllowDenyResponse

        public DescribeCCIpAllowDenyResponse()
      • DescribeCCIpAllowDenyResponse

        public DescribeCCIpAllowDenyResponse​(DescribeCCIpAllowDenyResponse 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":"ip"时,"Value":值表示ip; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC防护的协议(http或https);
        Returns:
        RecordList 返回黑/白名单的记录, "Key":"ip"时,"Value":值表示ip; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC防护的协议(http或https);
      • setRecordList

        public void setRecordList​(KeyValueRecord[] RecordList)
        Set 返回黑/白名单的记录, "Key":"ip"时,"Value":值表示ip; "Key":"domain"时, "Value":值表示域名; "Key":"type"时,"Value":值表示黑白名单类型(white为白名单,block为黑名单); "Key":"protocol"时,"Value":值表示CC防护的协议(http或https);
        Parameters:
        RecordList - 返回黑/白名单的记录, "Key":"ip"时,"Value":值表示ip; "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。