public static class PinAddedEvent.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() |
Integer |
getCreated() |
String |
getCreatedBy() |
File |
getFile() |
PinAddedEvent.Message |
getMessage() |
String |
getType() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setComment(FileComment comment) |
void |
setCreated(Integer created) |
void |
setCreatedBy(String createdBy) |
void |
setFile(File file) |
void |
setMessage(PinAddedEvent.Message message) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getChannel()
public String getCreatedBy()
public Integer getCreated()
public PinAddedEvent.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 setCreated(Integer created)
public void setMessage(PinAddedEvent.Message message)
public void setFile(File file)
public void setComment(FileComment comment)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.