public class DescribeSourceAssetRequest extends AbstractModel
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 ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
String |
getFuzzySearch()
Get 模糊查询
|
String |
getInsType()
Get 资产类型 1公网 2内网
|
Long |
getLimit()
Get 查询单页的最大值;eg:10;则最多返回10条结果
|
Long |
getOffset()
Get 查询结果的偏移量
|
String |
getZone()
Get 地域
|
void |
setChooseType(String ChooseType)
Set ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
|
void |
setFuzzySearch(String FuzzySearch)
Set 模糊查询
|
void |
setInsType(String InsType)
Set 资产类型 1公网 2内网
|
void |
setLimit(Long Limit)
Set 查询单页的最大值;eg:10;则最多返回10条结果
|
void |
setOffset(Long Offset)
Set 查询结果的偏移量
|
void |
setZone(String Zone)
Set 地域
|
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 DescribeSourceAssetRequest()
public DescribeSourceAssetRequest(DescribeSourceAssetRequest source)
public String getFuzzySearch()
public void setFuzzySearch(String FuzzySearch)
FuzzySearch
- 模糊查询public String getInsType()
public void setInsType(String InsType)
InsType
- 资产类型 1公网 2内网public String getChooseType()
public void setChooseType(String ChooseType)
ChooseType
- ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产public String getZone()
public void setZone(String Zone)
Zone
- 地域public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询单页的最大值;eg:10;则最多返回10条结果public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询结果的偏移量Copyright © 2022. All rights reserved.