Class DescribeFileModelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.DescribeFileModelRequest
-
public class DescribeFileModelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBotId()
Get 任务ID,二者必填一个String
getBotName()
Get 任务名称,二者必填一个String
getFileType()
Get 模板文件类型,输入input,停拨stopString
getModule()
Get 模块名。默认值(固定):AiApiString
getOperation()
Get 操作名。默认值(固定):DescribeFileModelvoid
setBotId(String BotId)
Set 任务ID,二者必填一个void
setBotName(String BotName)
Set 任务名称,二者必填一个void
setFileType(String FileType)
Set 模板文件类型,输入input,停拨stopvoid
setModule(String Module)
Set 模块名。默认值(固定):AiApivoid
setOperation(String Operation)
Set 操作名。默认值(固定):DescribeFileModelvoid
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
-
DescribeFileModelRequest
public DescribeFileModelRequest()
-
DescribeFileModelRequest
public 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.
-
-
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 操作名。默认值(固定):DescribeFileModel- Returns:
- Operation 操作名。默认值(固定):DescribeFileModel
-
setOperation
public void setOperation(String Operation)
Set 操作名。默认值(固定):DescribeFileModel- Parameters:
Operation
- 操作名。默认值(固定):DescribeFileModel
-
getFileType
public String getFileType()
Get 模板文件类型,输入input,停拨stop- Returns:
- FileType 模板文件类型,输入input,停拨stop
-
setFileType
public void setFileType(String FileType)
Set 模板文件类型,输入input,停拨stop- Parameters:
FileType
- 模板文件类型,输入input,停拨stop
-
getBotId
public String getBotId()
Get 任务ID,二者必填一个- Returns:
- BotId 任务ID,二者必填一个
-
setBotId
public void setBotId(String BotId)
Set 任务ID,二者必填一个- Parameters:
BotId
- 任务ID,二者必填一个
-
getBotName
public String getBotName()
Get 任务名称,二者必填一个- Returns:
- BotName 任务名称,二者必填一个
-
setBotName
public void setBotName(String BotName)
Set 任务名称,二者必填一个- Parameters:
BotName
- 任务名称,二者必填一个
-
-