类 GetUserActionLogsDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.GetUserActionLogsDto
-
public class GetUserActionLogsDto extends Object
-
-
构造器概要
构造器 构造器 说明 GetUserActionLogsDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAppId()StringgetClientIp()IntegergetEnd()StringgetEventType()ListWebhooksDtogetPagination()StringgetRequestId()IntegergetStart()BooleangetSuccess()StringgetUserId()voidsetAppId(String appId)voidsetClientIp(String clientIp)voidsetEnd(Integer end)voidsetEventType(String eventType)voidsetPagination(ListWebhooksDto pagination)voidsetRequestId(String requestId)voidsetStart(Integer start)voidsetSuccess(Boolean success)voidsetUserId(String userId)
-
-
-
方法详细资料
-
getRequestId
public String getRequestId()
-
setRequestId
public void setRequestId(String requestId)
-
getClientIp
public String getClientIp()
-
setClientIp
public void setClientIp(String clientIp)
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getAppId
public String getAppId()
-
setAppId
public void setAppId(String appId)
-
getStart
public Integer getStart()
-
setStart
public void setStart(Integer start)
-
getEnd
public Integer getEnd()
-
setEnd
public void setEnd(Integer end)
-
getSuccess
public Boolean getSuccess()
-
setSuccess
public void setSuccess(Boolean success)
-
getPagination
public ListWebhooksDto getPagination()
-
setPagination
public void setPagination(ListWebhooksDto pagination)
-
-