public class InputDescribeDataListFront extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputDescribeDataListFront() |
InputDescribeDataListFront(InputDescribeDataListFront 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 |
getKeyWord()
Get 搜索关键字,按照名单数据名称或加密名单数据名称搜索
|
Long |
getNameListId()
Get 名单ID
|
Long |
getPageNumber()
Get 当前页数
|
Long |
getPageSize()
Get 每页显示条数
|
Long |
getStatus()
Get 黑白名单列表状态[1 启用 2 停用]
|
void |
setKeyWord(String KeyWord)
Set 搜索关键字,按照名单数据名称或加密名单数据名称搜索
|
void |
setNameListId(Long NameListId)
Set 名单ID
|
void |
setPageNumber(Long PageNumber)
Set 当前页数
|
void |
setPageSize(Long PageSize)
Set 每页显示条数
|
void |
setStatus(Long Status)
Set 黑白名单列表状态[1 启用 2 停用]
|
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, toJsonString
public InputDescribeDataListFront()
public InputDescribeDataListFront(InputDescribeDataListFront source)
public Long getNameListId()
public void setNameListId(Long NameListId)
NameListId
- 名单IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页数public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页显示条数public String getKeyWord()
public void setKeyWord(String KeyWord)
KeyWord
- 搜索关键字,按照名单数据名称或加密名单数据名称搜索public Long getStatus()
public void setStatus(Long Status)
Status
- 黑白名单列表状态[1 启用 2 停用]Copyright © 2024. All rights reserved.