public class SlideCommentBase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SlideCommentBase.TypeEnum
Gets or Sets type
|
Constructor and Description |
---|
SlideCommentBase() |
Modifier and Type | Method and Description |
---|---|
SlideCommentBase |
addChildCommentsItem(SlideCommentBase childCommentsItem) |
SlideCommentBase |
author(String author) |
SlideCommentBase |
childComments(List<SlideCommentBase> childComments) |
SlideCommentBase |
createdTime(String createdTime) |
boolean |
equals(Object o) |
String |
getAuthor()
Author.
|
List<SlideCommentBase> |
getChildComments()
Child comments.
|
String |
getCreatedTime()
Creation time.
|
String |
getText()
Text.
|
SlideCommentBase.TypeEnum |
getType()
Get type
|
int |
hashCode() |
void |
setAuthor(String author) |
void |
setChildComments(List<SlideCommentBase> childComments) |
void |
setCreatedTime(String createdTime) |
void |
setText(String text) |
protected void |
setType(SlideCommentBase.TypeEnum type) |
SlideCommentBase |
text(String text) |
String |
toString() |
public SlideCommentBase author(String author)
public String getAuthor()
public void setAuthor(String author)
public SlideCommentBase text(String text)
public String getText()
public void setText(String text)
public SlideCommentBase createdTime(String createdTime)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
public SlideCommentBase childComments(List<SlideCommentBase> childComments)
public SlideCommentBase addChildCommentsItem(SlideCommentBase childCommentsItem)
public List<SlideCommentBase> getChildComments()
public void setChildComments(List<SlideCommentBase> childComments)
public SlideCommentBase.TypeEnum getType()
protected void setType(SlideCommentBase.TypeEnum type)
Copyright © 2023. All rights reserved.