public class StarRemovedEvent extends Object implements Event
Modifier and Type | Class and Description |
---|---|
static class |
StarRemovedEvent.Edited |
static class |
StarRemovedEvent.Item |
static class |
StarRemovedEvent.Message |
Constructor and Description |
---|
StarRemovedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEventTs() |
StarRemovedEvent.Item |
getItem() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setEventTs(String eventTs) |
void |
setItem(StarRemovedEvent.Item item) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public String getUser()
public StarRemovedEvent.Item getItem()
public String getEventTs()
public void setUser(String user)
public void setItem(StarRemovedEvent.Item item)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.