Class DescribeSourceAssetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeSourceAssetRequest
-
public class DescribeSourceAssetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChooseType()Get ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产StringgetFuzzySearch()Get 模糊查询StringgetInsType()Get 资产类型 1公网 2内网LonggetLimit()Get 查询单页的最大值;eg:10;则最多返回10条结果LonggetOffset()Get 查询结果的偏移量StringgetZone()Get 地域voidsetChooseType(String ChooseType)Set ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产voidsetFuzzySearch(String FuzzySearch)Set 模糊查询voidsetInsType(String InsType)Set 资产类型 1公网 2内网voidsetLimit(Long Limit)Set 查询单页的最大值;eg:10;则最多返回10条结果voidsetOffset(Long Offset)Set 查询结果的偏移量voidsetZone(String Zone)Set 地域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
-
DescribeSourceAssetRequest
public DescribeSourceAssetRequest()
-
DescribeSourceAssetRequest
public 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.
-
-
Method Detail
-
getFuzzySearch
public String getFuzzySearch()
Get 模糊查询- Returns:
- FuzzySearch 模糊查询
-
setFuzzySearch
public void setFuzzySearch(String FuzzySearch)
Set 模糊查询- Parameters:
FuzzySearch- 模糊查询
-
getInsType
public String getInsType()
Get 资产类型 1公网 2内网- Returns:
- InsType 资产类型 1公网 2内网
-
setInsType
public void setInsType(String InsType)
Set 资产类型 1公网 2内网- Parameters:
InsType- 资产类型 1公网 2内网
-
getChooseType
public String getChooseType()
Get ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产- Returns:
- ChooseType ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
-
setChooseType
public void setChooseType(String ChooseType)
Set ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产- Parameters:
ChooseType- ChooseType为1,查询已经分组的资产;ChooseType不为1查询没有分组的资产
-
getZone
public String getZone()
Get 地域- Returns:
- Zone 地域
-
setZone
public void setZone(String Zone)
Set 地域- Parameters:
Zone- 地域
-
getLimit
public Long getLimit()
Get 查询单页的最大值;eg:10;则最多返回10条结果- Returns:
- Limit 查询单页的最大值;eg:10;则最多返回10条结果
-
setLimit
public void setLimit(Long Limit)
Set 查询单页的最大值;eg:10;则最多返回10条结果- Parameters:
Limit- 查询单页的最大值;eg:10;则最多返回10条结果
-
getOffset
public Long getOffset()
Get 查询结果的偏移量- Returns:
- Offset 查询结果的偏移量
-
setOffset
public void setOffset(Long Offset)
Set 查询结果的偏移量- Parameters:
Offset- 查询结果的偏移量
-
-