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