public class GetAbnormalOperationRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
GetAbnormalOperationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetAbnormalOperationRequest |
build(Map<String,?> map) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSearchKey() |
GetAbnormalOperationRequest |
setPageNumber(Integer pageNumber) |
GetAbnormalOperationRequest |
setPageSize(Integer pageSize) |
GetAbnormalOperationRequest |
setSearchKey(String searchKey) |
@NameInMap(value="pageNumber") public Integer pageNumber
页数,第几页
@NameInMap(value="pageSize") public Integer pageSize
每页条数
@NameInMap(value="searchKey") public String searchKey
关键词
public static GetAbnormalOperationRequest build(Map<String,?> map) throws Exception
Exception
public GetAbnormalOperationRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public GetAbnormalOperationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetAbnormalOperationRequest setSearchKey(String searchKey)
public String getSearchKey()
Copyright © 2023. All rights reserved.