Class CreateExportComplianceStatusListJobRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.CreateExportComplianceStatusListJobRequest
-
public class CreateExportComplianceStatusListJobRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateExportComplianceStatusListJobRequest()CreateExportComplianceStatusListJobRequest(CreateExportComplianceStatusListJobRequest 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 StringgetAssetType()Get 要导出信息的资产类型BooleangetExportAll()Get true, 全部导出;false, 根据IdList来导出数据。BooleangetExportByAsset()Get 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。Long[]getIdList()Get 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。voidsetAssetType(String AssetType)Set 要导出信息的资产类型voidsetExportAll(Boolean ExportAll)Set true, 全部导出;false, 根据IdList来导出数据。voidsetExportByAsset(Boolean ExportByAsset)Set 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。voidsetIdList(Long[] IdList)Set 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。voidtoMap(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
-
CreateExportComplianceStatusListJobRequest
public CreateExportComplianceStatusListJobRequest()
-
CreateExportComplianceStatusListJobRequest
public CreateExportComplianceStatusListJobRequest(CreateExportComplianceStatusListJobRequest 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
-
getAssetType
public String getAssetType()
Get 要导出信息的资产类型- Returns:
- AssetType 要导出信息的资产类型
-
setAssetType
public void setAssetType(String AssetType)
Set 要导出信息的资产类型- Parameters:
AssetType- 要导出信息的资产类型
-
getExportByAsset
public Boolean getExportByAsset()
Get 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。- Returns:
- ExportByAsset 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
-
setExportByAsset
public void setExportByAsset(Boolean ExportByAsset)
Set 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。- Parameters:
ExportByAsset- 按照检测项导出,还是按照资产导出。true: 按照资产导出;false: 按照检测项导出。
-
getExportAll
public Boolean getExportAll()
Get true, 全部导出;false, 根据IdList来导出数据。- Returns:
- ExportAll true, 全部导出;false, 根据IdList来导出数据。
-
setExportAll
public void setExportAll(Boolean ExportAll)
Set true, 全部导出;false, 根据IdList来导出数据。- Parameters:
ExportAll- true, 全部导出;false, 根据IdList来导出数据。
-
getIdList
public Long[] getIdList()
Get 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。- Returns:
- IdList 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
-
setIdList
public void setIdList(Long[] IdList)
Set 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。- Parameters:
IdList- 要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。
-
-