Package com.slack.api.audit.response
Class LogsResponse
- java.lang.Object
-
- com.slack.api.audit.response.LogsResponse
-
- All Implemented Interfaces:
AuditApiResponse
public class LogsResponse extends Object implements AuditApiResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogsResponse.Actorstatic classLogsResponse.Appstatic classLogsResponse.Channelstatic classLogsResponse.Contextstatic classLogsResponse.Detailsstatic classLogsResponse.DetailsChangedValueThe data structure for new_value, previous_value is greatly flexible.static classLogsResponse.Enterprisestatic classLogsResponse.Entitystatic classLogsResponse.Entrystatic classLogsResponse.Filestatic classLogsResponse.Grantstatic classLogsResponse.Inviterstatic classLogsResponse.Kickerstatic classLogsResponse.Locationstatic classLogsResponse.Permissionstatic classLogsResponse.Resourcestatic classLogsResponse.Userstatic classLogsResponse.Usergroupstatic classLogsResponse.WildCardstatic classLogsResponse.Workflowstatic classLogsResponse.Workspace
-
Constructor Summary
Constructors Constructor Description LogsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<LogsResponse.Entry>getEntries()StringgetError()StringgetNeeded()StringgetProvided()StringgetRawBody()ResponseMetadatagetResponseMetadata()StringgetWarning()inthashCode()booleanisOk()voidsetEntries(List<LogsResponse.Entry> entries)voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetRawBody(String rawBody)voidsetResponseMetadata(ResponseMetadata responseMetadata)voidsetWarning(String warning)StringtoString()
-
-
-
Method Detail
-
getRawBody
public String getRawBody()
- Specified by:
getRawBodyin interfaceAuditApiResponse
-
isOk
public boolean isOk()
- Specified by:
isOkin interfaceAuditApiResponse
-
getWarning
public String getWarning()
- Specified by:
getWarningin interfaceAuditApiResponse
-
getError
public String getError()
- Specified by:
getErrorin interfaceAuditApiResponse
-
getNeeded
public String getNeeded()
- Specified by:
getNeededin interfaceAuditApiResponse
-
getProvided
public String getProvided()
- Specified by:
getProvidedin interfaceAuditApiResponse
-
getResponseMetadata
public ResponseMetadata getResponseMetadata()
-
getEntries
public List<LogsResponse.Entry> getEntries()
-
setRawBody
public void setRawBody(String rawBody)
- Specified by:
setRawBodyin interfaceAuditApiResponse
-
setOk
public void setOk(boolean ok)
- Specified by:
setOkin interfaceAuditApiResponse
-
setWarning
public void setWarning(String warning)
- Specified by:
setWarningin interfaceAuditApiResponse
-
setError
public void setError(String error)
- Specified by:
setErrorin interfaceAuditApiResponse
-
setNeeded
public void setNeeded(String needed)
- Specified by:
setNeededin interfaceAuditApiResponse
-
setProvided
public void setProvided(String provided)
- Specified by:
setProvidedin interfaceAuditApiResponse
-
setResponseMetadata
public void setResponseMetadata(ResponseMetadata responseMetadata)
-
setEntries
public void setEntries(List<LogsResponse.Entry> entries)
-
canEqual
protected boolean canEqual(Object other)
-
-