Class ScanAssetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ScanAssetRequest
-
public class ScanAssetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScanAssetRequest()ScanAssetRequest(ScanAssetRequest 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 Long[]getAssetTypeIds()Get 资产指纹类型id列表String[]getQuuids()Get Quuid列表voidsetAssetTypeIds(Long[] AssetTypeIds)Set 资产指纹类型id列表voidsetQuuids(String[] Quuids)Set Quuid列表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
-
ScanAssetRequest
public ScanAssetRequest()
-
ScanAssetRequest
public ScanAssetRequest(ScanAssetRequest 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
-
getAssetTypeIds
public Long[] getAssetTypeIds()
Get 资产指纹类型id列表- Returns:
- AssetTypeIds 资产指纹类型id列表
-
setAssetTypeIds
public void setAssetTypeIds(Long[] AssetTypeIds)
Set 资产指纹类型id列表- Parameters:
AssetTypeIds- 资产指纹类型id列表
-
getQuuids
public String[] getQuuids()
Get Quuid列表- Returns:
- Quuids Quuid列表
-
setQuuids
public void setQuuids(String[] Quuids)
Set Quuid列表- Parameters:
Quuids- Quuid列表
-
-