public class ReplyElement extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReplyElement.Builder |
| 构造器和说明 |
|---|
ReplyElement() |
ReplyElement(ReplyElement.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
DocsLink |
getDocsLink() |
Person |
getPerson() |
TextRun |
getTextRun() |
String |
getType() |
static ReplyElement.Builder |
newBuilder() |
void |
setDocsLink(DocsLink docsLink) |
void |
setPerson(Person person) |
void |
setTextRun(TextRun textRun) |
void |
setType(String type) |
public ReplyElement()
public ReplyElement(ReplyElement.Builder builder)
public static ReplyElement.Builder newBuilder()
public String getType()
public void setType(String type)
public TextRun getTextRun()
public void setTextRun(TextRun textRun)
public DocsLink getDocsLink()
public void setDocsLink(DocsLink docsLink)
public Person getPerson()
public void setPerson(Person person)
Copyright © 2022. All rights reserved.