Class DescribeTenantCcnsRequest

    • Constructor Detail

      • DescribeTenantCcnsRequest

        public DescribeTenantCcnsRequest()
      • DescribeTenantCcnsRequest

        public DescribeTenantCcnsRequest​(DescribeTenantCcnsRequest 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

      • getFilters

        public Filter[] getFilters()
        Get 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
      • `ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]`
      • `user-account-id` 用户账号ID,值形如:`["12345678"]`
      • `is-security-lock` 是否锁定,值形如:`["true"]`
Returns:
Filters 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
  • `ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]`
  • `user-account-id` 用户账号ID,值形如:`["12345678"]`
  • `is-security-lock` 是否锁定,值形如:`["true"]`
  • Parameters:
    Filters - 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
  • `ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]`
  • `user-account-id` 用户账号ID,值形如:`["12345678"]`
  • `is-security-lock` 是否锁定,值形如:`["true"]`