public class LogsRequest extends Object implements AuditApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
LogsRequest.LogsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static LogsRequest.LogsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAction()
Name of the action.
|
String |
getActor()
User ID who initiated the action.
|
String |
getEntity()
ID of the target entity of the action (such as a channel, workspace, organization, file).
|
Integer |
getLatest()
Unix timestamp of the most recent audit event to include (inclusive).
|
Integer |
getLimit()
Number of results to optimistically return, maximum 9999.
|
Integer |
getOldest()
Unix timestamp of the least recent audit event to include (inclusive).
|
String |
getToken() |
int |
hashCode() |
void |
setAction(String action)
Name of the action.
|
void |
setActor(String actor)
User ID who initiated the action.
|
void |
setEntity(String entity)
ID of the target entity of the action (such as a channel, workspace, organization, file).
|
void |
setLatest(Integer latest)
Unix timestamp of the most recent audit event to include (inclusive).
|
void |
setLimit(Integer limit)
Number of results to optimistically return, maximum 9999.
|
void |
setOldest(Integer oldest)
Unix timestamp of the least recent audit event to include (inclusive).
|
void |
setToken(String token) |
String |
toString() |
public static LogsRequest.LogsRequestBuilder builder()
public String getToken()
getToken in interface AuditApiRequestpublic Integer getLatest()
public Integer getOldest()
public Integer getLimit()
public String getAction()
public String getActor()
public String getEntity()
public void setToken(String token)
public void setLatest(Integer latest)
public void setOldest(Integer oldest)
public void setLimit(Integer limit)
public void setAction(String action)
public void setActor(String actor)
public void setEntity(String entity)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.