public class AnnotationReplyInfo extends Object
| Constructor | Description |
|---|---|
AnnotationReplyInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotationReplyInfo |
comment(String comment) |
|
boolean |
equals(Object o) |
|
String |
getComment() |
Gets or sets the message
|
Integer |
getId() |
Gets or sets the unique identifier
|
Integer |
getParentReplyId() |
Gets or sets the parent reply unique identifier
|
org.threeten.bp.OffsetDateTime |
getRepliedOn() |
Gets or sets the reply time
|
String |
getUserEmail() |
Gets or sets the user email
|
Integer |
getUserId() |
Gets or sets the user's unique identifier
|
String |
getUserName() |
Gets or sets the user's name
|
int |
hashCode() |
|
AnnotationReplyInfo |
id(Integer id) |
|
AnnotationReplyInfo |
parentReplyId(Integer parentReplyId) |
|
AnnotationReplyInfo |
repliedOn(org.threeten.bp.OffsetDateTime repliedOn) |
|
void |
setComment(String comment) |
|
void |
setId(Integer id) |
|
void |
setParentReplyId(Integer parentReplyId) |
|
void |
setRepliedOn(org.threeten.bp.OffsetDateTime repliedOn) |
|
void |
setUserEmail(String userEmail) |
|
void |
setUserId(Integer userId) |
|
void |
setUserName(String userName) |
|
String |
toString() |
|
AnnotationReplyInfo |
userEmail(String userEmail) |
|
AnnotationReplyInfo |
userId(Integer userId) |
|
AnnotationReplyInfo |
userName(String userName) |
public AnnotationReplyInfo id(Integer id)
public Integer getId()
public void setId(Integer id)
public AnnotationReplyInfo userId(Integer userId)
public Integer getUserId()
public void setUserId(Integer userId)
public AnnotationReplyInfo userName(String userName)
public String getUserName()
public void setUserName(String userName)
public AnnotationReplyInfo userEmail(String userEmail)
public String getUserEmail()
public void setUserEmail(String userEmail)
public AnnotationReplyInfo comment(String comment)
public String getComment()
public void setComment(String comment)
public AnnotationReplyInfo repliedOn(org.threeten.bp.OffsetDateTime repliedOn)
public org.threeten.bp.OffsetDateTime getRepliedOn()
public void setRepliedOn(org.threeten.bp.OffsetDateTime repliedOn)
public AnnotationReplyInfo parentReplyId(Integer parentReplyId)
public Integer getParentReplyId()
public void setParentReplyId(Integer parentReplyId)
Copyright © 2025. All rights reserved.