Class QueryBotListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.QueryBotListRequest
-
public class QueryBotListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryBotListRequest()
QueryBotListRequest(QueryBotListRequest 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 String
getModule()
Get 模块名:AiApiString
getOperation()
Get 操作名:QueryBotListvoid
setModule(String Module)
Set 模块名:AiApivoid
setOperation(String Operation)
Set 操作名:QueryBotListvoid
toMap(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
-
QueryBotListRequest
public QueryBotListRequest()
-
QueryBotListRequest
public QueryBotListRequest(QueryBotListRequest 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
-
getModule
public String getModule()
Get 模块名:AiApi- Returns:
- Module 模块名:AiApi
-
setModule
public void setModule(String Module)
Set 模块名:AiApi- Parameters:
Module
- 模块名:AiApi
-
getOperation
public String getOperation()
Get 操作名:QueryBotList- Returns:
- Operation 操作名:QueryBotList
-
setOperation
public void setOperation(String Operation)
Set 操作名:QueryBotList- Parameters:
Operation
- 操作名:QueryBotList
-
-