public class ScanAssetRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getAssetTypeIds()
Get 资产指纹类型id列表
|
String[] |
getQuuids()
Get Quuid列表
|
void |
setAssetTypeIds(Long[] AssetTypeIds)
Set 资产指纹类型id列表
|
void |
setQuuids(String[] Quuids)
Set Quuid列表
|
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 ScanAssetRequest()
public ScanAssetRequest(ScanAssetRequest source)
public Long[] getAssetTypeIds()
public void setAssetTypeIds(Long[] AssetTypeIds)
AssetTypeIds
- 资产指纹类型id列表public String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- Quuid列表Copyright © 2021. All rights reserved.