Package com.slack.api.audit.response
Class SchemasResponse.Message
- java.lang.Object
-
- com.slack.api.audit.response.SchemasResponse.Message
-
- Enclosing class:
- SchemasResponse
public static class SchemasResponse.Message extends Object
-
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetTeam()StringgetTimestamp()inthashCode()voidsetChannel(String channel)voidsetTeam(String team)voidsetTimestamp(String timestamp)StringtoString()
-
-
-
Method Detail
-
getTeam
public String getTeam()
-
getChannel
public String getChannel()
-
getTimestamp
public String getTimestamp()
-
setTeam
public void setTeam(String team)
-
setChannel
public void setChannel(String channel)
-
setTimestamp
public void setTimestamp(String timestamp)
-
canEqual
protected boolean canEqual(Object other)
-
-