Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.SearchKeyword
-
Packages that use SearchKeyword Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of SearchKeyword in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return SearchKeyword Modifier and Type Method Description SearchKeyword[]DescribeFirmwareTaskDevicesRequest. getFilters()Get 筛选条件SearchKeyword[]DescribeFirmwareTasksRequest. getFilters()Get 搜索过滤条件SearchKeyword[]DescribeResourceTasksRequest. getFilters()Get 搜索过滤条件SearchKeyword[]ListFirmwaresRequest. getFilters()Get 搜索过滤条件Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type SearchKeyword Modifier and Type Method Description voidDescribeFirmwareTaskDevicesRequest. setFilters(SearchKeyword[] Filters)Set 筛选条件voidDescribeFirmwareTasksRequest. setFilters(SearchKeyword[] Filters)Set 搜索过滤条件voidDescribeResourceTasksRequest. setFilters(SearchKeyword[] Filters)Set 搜索过滤条件voidListFirmwaresRequest. setFilters(SearchKeyword[] Filters)Set 搜索过滤条件Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type SearchKeyword Constructor Description SearchKeyword(SearchKeyword 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.
-