public class FileComment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileComment.FileCommentBuilder |
| Constructor and Description |
|---|
FileComment() |
FileComment(String id,
Integer created,
Integer timestamp,
String user,
String comment,
String channel,
boolean intro) |
| Modifier and Type | Method and Description |
|---|---|
static FileComment.FileCommentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getComment() |
Integer |
getCreated() |
String |
getId() |
Integer |
getTimestamp() |
String |
getUser() |
int |
hashCode() |
boolean |
isIntro() |
void |
setChannel(String channel) |
void |
setComment(String comment) |
void |
setCreated(Integer created) |
void |
setId(String id) |
void |
setIntro(boolean intro) |
void |
setTimestamp(Integer timestamp) |
void |
setUser(String user) |
String |
toString() |
public static FileComment.FileCommentBuilder builder()
public String getId()
public Integer getCreated()
public Integer getTimestamp()
public String getUser()
public String getComment()
public String getChannel()
public boolean isIntro()
public void setId(String id)
public void setCreated(Integer created)
public void setTimestamp(Integer timestamp)
public void setUser(String user)
public void setComment(String comment)
public void setChannel(String channel)
public void setIntro(boolean intro)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.