public static class StarRemovedEvent.Item extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
FileComment |
getComment() |
String |
getCreatedBy() |
Long |
getDateCreate() |
File |
getFile() |
StarRemovedEvent.Message |
getMessage() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setComment(FileComment comment) |
void |
setCreatedBy(String createdBy) |
void |
setDateCreate(Long dateCreate) |
void |
setFile(File file) |
void |
setMessage(StarRemovedEvent.Message message) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getChannel()
public String getCreatedBy()
public Long getDateCreate()
public StarRemovedEvent.Message getMessage()
public File getFile()
public FileComment getComment()
public void setType(String type)
public void setChannel(String channel)
public void setCreatedBy(String createdBy)
public void setDateCreate(Long dateCreate)
public void setMessage(StarRemovedEvent.Message message)
public void setFile(File file)
public void setComment(FileComment comment)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.