public class DescribeReportClassifyRequest extends AbstractModel
Constructor and Description |
---|
DescribeReportClassifyRequest() |
DescribeReportClassifyRequest(DescribeReportClassifyRequest 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[] |
getFileList()
Get 文件地址数组
|
String |
getServiceType()
Get 服务类型
Structured 仅结构化
Underwrite 结构化+核保
|
void |
setFileList(String[] FileList)
Set 文件地址数组
|
void |
setServiceType(String ServiceType)
Set 服务类型
Structured 仅结构化
Underwrite 结构化+核保
|
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 DescribeReportClassifyRequest()
public DescribeReportClassifyRequest(DescribeReportClassifyRequest source)
public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- 服务类型
Structured 仅结构化
Underwrite 结构化+核保public String[] getFileList()
public void setFileList(String[] FileList)
FileList
- 文件地址数组Copyright © 2023. All rights reserved.