public class ListFirmwaresRequest extends AbstractModel
Constructor and Description |
---|
ListFirmwaresRequest() |
ListFirmwaresRequest(ListFirmwaresRequest 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 |
---|---|
SearchKeyword[] |
getFilters()
Get 搜索过滤条件
|
Long |
getPageNum()
Get 获取的页数
|
Long |
getPageSize()
Get 分页的大小
|
String |
getProductId()
Get 产品ID
|
void |
setFilters(SearchKeyword[] Filters)
Set 搜索过滤条件
|
void |
setPageNum(Long PageNum)
Set 获取的页数
|
void |
setPageSize(Long PageSize)
Set 分页的大小
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 ListFirmwaresRequest()
public ListFirmwaresRequest(ListFirmwaresRequest source)
public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 获取的页数public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页的大小public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic SearchKeyword[] getFilters()
public void setFilters(SearchKeyword[] Filters)
Filters
- 搜索过滤条件Copyright © 2022. All rights reserved.