Package com.slack.api.audit.response
Class LogsResponse
java.lang.Object
com.slack.api.audit.response.LogsResponse
- All Implemented Interfaces:
AuditApiResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
The data structure for new_value, previous_value is greatly flexible.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getError()
int
hashCode()
boolean
isOk()
void
setEntries
(List<LogsResponse.Entry> entries) void
void
void
setOk
(boolean ok) void
setProvided
(String provided) void
setRawBody
(String rawBody) void
setResponseMetadata
(ResponseMetadata responseMetadata) void
setWarning
(String warning) toString()
-
Constructor Details
-
LogsResponse
public LogsResponse()
-
-
Method Details
-
getRawBody
- Specified by:
getRawBody
in interfaceAuditApiResponse
-
isOk
public boolean isOk()- Specified by:
isOk
in interfaceAuditApiResponse
-
getWarning
- Specified by:
getWarning
in interfaceAuditApiResponse
-
getError
- Specified by:
getError
in interfaceAuditApiResponse
-
getNeeded
- Specified by:
getNeeded
in interfaceAuditApiResponse
-
getProvided
- Specified by:
getProvided
in interfaceAuditApiResponse
-
getResponseMetadata
-
getEntries
-
setRawBody
- Specified by:
setRawBody
in interfaceAuditApiResponse
-
setOk
public void setOk(boolean ok) - Specified by:
setOk
in interfaceAuditApiResponse
-
setWarning
- Specified by:
setWarning
in interfaceAuditApiResponse
-
setError
- Specified by:
setError
in interfaceAuditApiResponse
-
setNeeded
- Specified by:
setNeeded
in interfaceAuditApiResponse
-
setProvided
- Specified by:
setProvided
in interfaceAuditApiResponse
-
setResponseMetadata
-
setEntries
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-