Package com.slack.api.model.event
Class PinAddedEvent.PinnedInfo
java.lang.Object
com.slack.api.model.event.PinAddedEvent.PinnedInfo
- Enclosing class:
- PinAddedEvent
public static class PinAddedEvent.PinnedInfo extends Object
-
Constructor Summary
Constructors Constructor Description PinnedInfo()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getChannel()
String
getPinnedBy()
Long
getPinnedTs()
int
hashCode()
void
setChannel(String channel)
void
setPinnedBy(String pinnedBy)
void
setPinnedTs(Long pinnedTs)
String
toString()
-
Constructor Details
-
PinnedInfo
public PinnedInfo()
-
-
Method Details
-
getChannel
-
getPinnedBy
-
getPinnedTs
-
setChannel
-
setPinnedBy
-
setPinnedTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-