public class ListAuditLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endDate
This parameter is required.
|
Long |
nextBizId
example:
6406817113
|
Long |
nextGmtCreate
example:
1577340931837
|
Integer |
pageSize
This parameter is required.
|
Long |
startDate
This parameter is required.
|
| 构造器和说明 |
|---|
ListAuditLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListAuditLogRequest |
build(Map<String,?> map) |
Long |
getEndDate() |
Long |
getNextBizId() |
Long |
getNextGmtCreate() |
Integer |
getPageSize() |
Long |
getStartDate() |
ListAuditLogRequest |
setEndDate(Long endDate) |
ListAuditLogRequest |
setNextBizId(Long nextBizId) |
ListAuditLogRequest |
setNextGmtCreate(Long nextGmtCreate) |
ListAuditLogRequest |
setPageSize(Integer pageSize) |
ListAuditLogRequest |
setStartDate(Long startDate) |
@NameInMap(value="endDate") public Long endDate
This parameter is required.
example:1577945731837
@NameInMap(value="nextBizId") public Long nextBizId
6406817113
@NameInMap(value="nextGmtCreate") public Long nextGmtCreate
1577340931837
@NameInMap(value="pageSize") public Integer pageSize
This parameter is required.
example:500
@NameInMap(value="startDate") public Long startDate
This parameter is required.
example:1577340931837
public static ListAuditLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListAuditLogRequest setEndDate(Long endDate)
public Long getEndDate()
public ListAuditLogRequest setNextBizId(Long nextBizId)
public Long getNextBizId()
public ListAuditLogRequest setNextGmtCreate(Long nextGmtCreate)
public Long getNextGmtCreate()
public ListAuditLogRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListAuditLogRequest setStartDate(Long startDate)
public Long getStartDate()
Copyright © 2025. All rights reserved.