public class DescribeFileModelRequest extends AbstractModel
Constructor and Description |
---|
DescribeFileModelRequest() |
DescribeFileModelRequest(DescribeFileModelRequest 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 |
getBotId()
Get 任务ID,二者必填一个
|
String |
getBotName()
Get 任务名称,二者必填一个
|
String |
getFileType()
Get 模板文件类型,输入input,停拨stop
|
String |
getModule()
Get 模块名。默认值(固定):AiApi
|
String |
getOperation()
Get 操作名。默认值(固定):DescribeFileModel
|
void |
setBotId(String BotId)
Set 任务ID,二者必填一个
|
void |
setBotName(String BotName)
Set 任务名称,二者必填一个
|
void |
setFileType(String FileType)
Set 模板文件类型,输入input,停拨stop
|
void |
setModule(String Module)
Set 模块名。默认值(固定):AiApi
|
void |
setOperation(String Operation)
Set 操作名。默认值(固定):DescribeFileModel
|
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 DescribeFileModelRequest()
public DescribeFileModelRequest(DescribeFileModelRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名。默认值(固定):AiApipublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名。默认值(固定):DescribeFileModelpublic String getFileType()
public void setFileType(String FileType)
FileType
- 模板文件类型,输入input,停拨stoppublic String getBotId()
public void setBotId(String BotId)
BotId
- 任务ID,二者必填一个public String getBotName()
public void setBotName(String BotName)
BotName
- 任务名称,二者必填一个Copyright © 2021. All rights reserved.