Class TeamIntegrationLogsResponse
java.lang.Object
com.slack.api.methods.response.team.TeamIntegrationLogsResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class TeamIntegrationLogsResponse extends Object implements SlackApiTextResponse
-
Constructor Summary
Constructors Constructor Description TeamIntegrationLogsResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetError()List<IntegrationLog>getLogs()StringgetNeeded()PaginggetPaging()StringgetProvided()StringgetWarning()inthashCode()booleanisOk()voidsetError(String error)voidsetLogs(List<IntegrationLog> logs)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetPaging(Paging paging)voidsetProvided(String provided)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
TeamIntegrationLogsResponse
public TeamIntegrationLogsResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getLogs
-
getPaging
-
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setLogs
-
setPaging
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-