public static class StarsListResponse.Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getComment() |
Integer |
getCreated() |
String |
getId() |
Integer |
getNumStars() |
Integer |
getTimestamp() |
String |
getUser() |
int |
hashCode() |
boolean |
isIntro() |
boolean |
isStarred() |
void |
setComment(String comment) |
void |
setCreated(Integer created) |
void |
setId(String id) |
void |
setIntro(boolean intro) |
void |
setNumStars(Integer numStars) |
void |
setStarred(boolean starred) |
void |
setTimestamp(Integer timestamp) |
void |
setUser(String user) |
String |
toString() |
public String getId()
public Integer getCreated()
public Integer getTimestamp()
public String getUser()
public boolean isIntro()
public String getComment()
public Integer getNumStars()
public boolean isStarred()
public void setId(String id)
public void setCreated(Integer created)
public void setTimestamp(Integer timestamp)
public void setUser(String user)
public void setIntro(boolean intro)
public void setComment(String comment)
public void setNumStars(Integer numStars)
public void setStarred(boolean starred)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.