Class DescribeReportClassifyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cii.v20210408.models.DescribeReportClassifyRequest
-
public class DescribeReportClassifyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeReportClassifyRequest
public DescribeReportClassifyRequest()
-
DescribeReportClassifyRequest
public 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.
-
-
Method Detail
-
getServiceType
public String getServiceType()
Get 服务类型 Structured 仅结构化 Underwrite 结构化+核保- Returns:
- ServiceType 服务类型 Structured 仅结构化 Underwrite 结构化+核保
-
setServiceType
public void setServiceType(String ServiceType)
Set 服务类型 Structured 仅结构化 Underwrite 结构化+核保- Parameters:
ServiceType
- 服务类型 Structured 仅结构化 Underwrite 结构化+核保
-
getFileList
public String[] getFileList()
Get 文件地址数组- Returns:
- FileList 文件地址数组
-
setFileList
public void setFileList(String[] FileList)
Set 文件地址数组- Parameters:
FileList
- 文件地址数组
-
-