类 GetUserActionLogsDto


  • public class GetUserActionLogsDto
    extends Object
    • 构造器详细资料

      • GetUserActionLogsDto

        public GetUserActionLogsDto()
    • 方法详细资料

      • 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)
      • setEnd

        public void setEnd​(Integer end)
      • getSuccess

        public Boolean getSuccess()
      • setSuccess

        public void setSuccess​(Boolean success)
      • setPagination

        public void setPagination​(ListWebhooksDto pagination)