public class DescribeSourceAssetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSourceAssetRequest()  | 
DescribeSourceAssetRequest(DescribeSourceAssetRequest 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 | 
|---|---|
String | 
getChooseType()
Get If ChooseType is 1, grouped assets are queried; if ChooseType is not 1, non-grouped assets are queried 
 | 
String | 
getFuzzySearch()
Get Fuzzy search 
 | 
String | 
getInsType()
Get Asset type. 
 | 
Long | 
getLimit()
Get Maximum number of results returned per page. 
 | 
Long | 
getOffset()
Get Offset of search results 
 | 
String | 
getZone()
Get Region 
 | 
void | 
setChooseType(String ChooseType)
Set If ChooseType is 1, grouped assets are queried; if ChooseType is not 1, non-grouped assets are queried 
 | 
void | 
setFuzzySearch(String FuzzySearch)
Set Fuzzy search 
 | 
void | 
setInsType(String InsType)
Set Asset type. 
 | 
void | 
setLimit(Long Limit)
Set Maximum number of results returned per page. 
 | 
void | 
setOffset(Long Offset)
Set Offset of search results 
 | 
void | 
setZone(String Zone)
Set Region 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeSourceAssetRequest()
public DescribeSourceAssetRequest(DescribeSourceAssetRequest source)
public String getFuzzySearch()
public void setFuzzySearch(String FuzzySearch)
FuzzySearch - Fuzzy searchpublic String getInsType()
public void setInsType(String InsType)
InsType - Asset type. 1: public network; 2: private networkpublic String getChooseType()
public void setChooseType(String ChooseType)
ChooseType - If ChooseType is 1, grouped assets are queried; if ChooseType is not 1, non-grouped assets are queriedpublic String getZone()
public void setZone(String Zone)
Zone - Regionpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Maximum number of results returned per page. For example, if it is set to 10, 10 results will be returned at most.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset of search resultsCopyright © 2025. All rights reserved.