Class SearchKeyword
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.SearchKeyword
-
public class SearchKeyword extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchKeyword()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 搜索条件的KeyStringgetValue()Get 搜索条件的值voidsetKey(String Key)Set 搜索条件的KeyvoidsetValue(String Value)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
-
SearchKeyword
public SearchKeyword()
-
SearchKeyword
public 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 搜索条件的Key- Returns:
- Key 搜索条件的Key
-
setKey
public void setKey(String Key)
Set 搜索条件的Key- Parameters:
Key- 搜索条件的Key
-
getValue
public String getValue()
Get 搜索条件的值- Returns:
- Value 搜索条件的值
-
setValue
public void setValue(String Value)
Set 搜索条件的值- Parameters:
Value- 搜索条件的值
-
-