@Portable public class CaseCommentSummary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CaseCommentSummary.Builder |
Constructor and Description |
---|
CaseCommentSummary() |
Modifier and Type | Method and Description |
---|---|
static CaseCommentSummary.Builder |
builder() |
boolean |
equals(Object o) |
Date |
getAddedAt() |
String |
getAuthor() |
String |
getId() |
String |
getText() |
int |
hashCode() |
void |
setAddedAt(Date addedAt) |
void |
setAuthor(String author) |
void |
setId(String id) |
void |
setText(String text) |
String |
toString() |
public static CaseCommentSummary.Builder builder()
public String getId()
public void setId(String id)
public String getAuthor()
public void setAuthor(String author)
public String getText()
public void setText(String text)
public Date getAddedAt()
public void setAddedAt(Date addedAt)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.