public static class ReactionRemovedEvent.Item extends Object
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getFile() |
String |
getFileComment() |
String |
getTs() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setFile(String file) |
void |
setFileComment(String fileComment) |
void |
setTs(String ts) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getChannel()
public String getTs()
public String getFile()
public String getFileComment()
public void setType(String type)
public void setChannel(String channel)
public void setTs(String ts)
public void setFile(String file)
public void setFileComment(String fileComment)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.