public class QueryBotListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getModule()
Get 模块名:AiApi
|
String |
getOperation()
Get 操作名:QueryBotList
|
void |
setModule(String Module)
Set 模块名:AiApi
|
void |
setOperation(String Operation)
Set 操作名:QueryBotList
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryBotListRequest()
public QueryBotListRequest(QueryBotListRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名:AiApipublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名:QueryBotListCopyright © 2021. All rights reserved.