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 是否未分组 1是
|
String |
getFuzzySearch()
Get 模糊查询
|
String |
getInsType()
Get 资产类型 1公网 2内网
|
Long |
getLimit()
Get 页大小
|
Long |
getOffset()
Get 偏移量
|
String |
getZone()
Get 地域
|
void |
setChooseType(String ChooseType)
Set 是否未分组 1是
|
void |
setFuzzySearch(String FuzzySearch)
Set 模糊查询
|
void |
setInsType(String InsType)
Set 资产类型 1公网 2内网
|
void |
setLimit(Long Limit)
Set 页大小
|
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
- 是否未分组 1是public String getZone()
public void setZone(String Zone)
Zone
- 地域public Long getLimit()
public void setLimit(Long Limit)
Limit
- 页大小public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量Copyright © 2021. All rights reserved.