Class DescribeCOSAssetSensitiveDistributionResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DescribeCOSAssetSensitiveDistributionResponse
-
public class DescribeCOSAssetSensitiveDistributionResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCOSAssetSensitiveDistributionResponse()DescribeCOSAssetSensitiveDistributionResponse(DescribeCOSAssetSensitiveDistributionResponse 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 CosAssetgetCosAsset()Get cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。AssetCosDetail[]getCosDetail()Get cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。TopAsset[]getTopAsset()Get 涉敏top 注意:此字段可能返回 null,表示取不到有效值。voidsetCosAsset(CosAsset CosAsset)Set cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。voidsetCosDetail(AssetCosDetail[] CosDetail)Set cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTopAsset(TopAsset[] TopAsset)Set 涉敏top 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeCOSAssetSensitiveDistributionResponse
public DescribeCOSAssetSensitiveDistributionResponse()
-
DescribeCOSAssetSensitiveDistributionResponse
public DescribeCOSAssetSensitiveDistributionResponse(DescribeCOSAssetSensitiveDistributionResponse 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
-
getCosAsset
public CosAsset getCosAsset()
Get cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CosAsset cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。
-
setCosAsset
public void setCosAsset(CosAsset CosAsset)
Set cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CosAsset- cos的涉敏资产 注意:此字段可能返回 null,表示取不到有效值。
-
getTopAsset
public TopAsset[] getTopAsset()
Get 涉敏top 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopAsset 涉敏top 注意:此字段可能返回 null,表示取不到有效值。
-
setTopAsset
public void setTopAsset(TopAsset[] TopAsset)
Set 涉敏top 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopAsset- 涉敏top 注意:此字段可能返回 null,表示取不到有效值。
-
getCosDetail
public AssetCosDetail[] getCosDetail()
Get cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CosDetail cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。
-
setCosDetail
public void setCosDetail(AssetCosDetail[] CosDetail)
Set cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CosDetail- cos资产详情列表 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-