public static class PinRemovedEvent.PinnedInfo extends Object
| Constructor and Description |
|---|
PinnedInfo() |
| Modifier and Type | Method and 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() |
public String getChannel()
public String getPinnedBy()
public Long getPinnedTs()
public void setChannel(String channel)
public void setPinnedBy(String pinnedBy)
public void setPinnedTs(Long pinnedTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.