public class GetAdminAuditLogsDto extends Object
| 构造器和说明 |
|---|
GetAdminAuditLogsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientIp() |
Integer |
getEnd() |
String |
getOperationType() |
ListWebhooksDto |
getPagination() |
String |
getRequestId() |
String |
getResourceType() |
Integer |
getStart() |
Boolean |
getSuccess() |
String |
getUserId() |
void |
setClientIp(String clientIp) |
void |
setEnd(Integer end) |
void |
setOperationType(String operationType) |
void |
setPagination(ListWebhooksDto pagination) |
void |
setRequestId(String requestId) |
void |
setResourceType(String resourceType) |
void |
setStart(Integer start) |
void |
setSuccess(Boolean success) |
void |
setUserId(String userId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getClientIp()
public void setClientIp(String clientIp)
public String getOperationType()
public void setOperationType(String operationType)
public String getResourceType()
public void setResourceType(String resourceType)
public String getUserId()
public void setUserId(String userId)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Integer getStart()
public void setStart(Integer start)
public Integer getEnd()
public void setEnd(Integer end)
public ListWebhooksDto getPagination()
public void setPagination(ListWebhooksDto pagination)
Copyright © 2022. All rights reserved.