public class CreateAIFormTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAIFormTaskRequest() |
CreateAIFormTaskRequest(CreateAIFormTaskRequest 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 |
---|---|
SmartFormFileUrl[] |
getFileList()
Get 多个文件的URL列表
|
Long |
getFileType()
Get 文件类型
|
String |
getFirstNotes()
Get 备注信息1
|
String |
getSecondNotes()
Get 备注信息2
|
void |
setFileList(SmartFormFileUrl[] FileList)
Set 多个文件的URL列表
|
void |
setFileType(Long FileType)
Set 文件类型
|
void |
setFirstNotes(String FirstNotes)
Set 备注信息1
|
void |
setSecondNotes(String SecondNotes)
Set 备注信息2
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAIFormTaskRequest()
public CreateAIFormTaskRequest(CreateAIFormTaskRequest source)
public SmartFormFileUrl[] getFileList()
public void setFileList(SmartFormFileUrl[] FileList)
FileList
- 多个文件的URL列表public String getFirstNotes()
public void setFirstNotes(String FirstNotes)
FirstNotes
- 备注信息1public String getSecondNotes()
public void setSecondNotes(String SecondNotes)
SecondNotes
- 备注信息2public Long getFileType()
public void setFileType(Long FileType)
FileType
- 文件类型Copyright © 2024. All rights reserved.