public class CreateAutoClassifyStructureTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAutoClassifyStructureTaskInfo() |
CreateAutoClassifyStructureTaskInfo(CreateAutoClassifyStructureTaskInfo 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 |
getCustomerId()
Get 客户号
|
String |
getCustomerName()
Get 客户姓名
|
String[] |
getFileList()
Get 报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可
|
String[] |
getImageList()
Get 报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列
|
void |
setCustomerId(String CustomerId)
Set 客户号
|
void |
setCustomerName(String CustomerName)
Set 客户姓名
|
void |
setFileList(String[] FileList)
Set 报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可
|
void |
setImageList(String[] ImageList)
Set 报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAutoClassifyStructureTaskInfo()
public CreateAutoClassifyStructureTaskInfo(CreateAutoClassifyStructureTaskInfo source)
public String[] getFileList()
public void setFileList(String[] FileList)
FileList
- 报告文件上传的地址列表,需按顺序排列。如果使用ImageList参数,置为空数组即可public String getCustomerId()
public void setCustomerId(String CustomerId)
CustomerId
- 客户号public String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName
- 客户姓名public String[] getImageList()
public void setImageList(String[] ImageList)
ImageList
- 报告上传的图片内容数组,图片内容采用base64编码,需按顺序排列Copyright © 2024. All rights reserved.