public class GetUserActionLogsDto extends Object
| 构造器和说明 |
|---|
GetUserActionLogsDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getClientIp() |
Integer |
getEnd() |
String |
getEventType() |
ListWebhooksDto |
getPagination() |
String |
getRequestId() |
Integer |
getStart() |
Boolean |
getSuccess() |
String |
getUserId() |
void |
setAppId(String appId) |
void |
setClientIp(String clientIp) |
void |
setEnd(Integer end) |
void |
setEventType(String eventType) |
void |
setPagination(ListWebhooksDto pagination) |
void |
setRequestId(String requestId) |
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 getEventType()
public void setEventType(String eventType)
public String getUserId()
public void setUserId(String userId)
public String getAppId()
public void setAppId(String appId)
public Integer getStart()
public void setStart(Integer start)
public Integer getEnd()
public void setEnd(Integer end)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public ListWebhooksDto getPagination()
public void setPagination(ListWebhooksDto pagination)
Copyright © 2022. All rights reserved.