public class ListAuditLogRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="nextBizId") public Long nextBizId
@NameInMap(value="nextGmtCreate") public Long nextGmtCreate
@NameInMap(value="pageSize") public Integer pageSize
@NameInMap(value="startDate") public Long startDate
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 © 2022. All rights reserved.