public class RichTextUnknownElement extends BlockElement implements RichTextElement
| Modifier and Type | Class and Description |
|---|---|
static class |
RichTextUnknownElement.RichTextUnknownElementBuilder |
| Constructor and Description |
|---|
RichTextUnknownElement() |
RichTextUnknownElement(String type) |
| Modifier and Type | Method and Description |
|---|---|
static RichTextUnknownElement.RichTextUnknownElementBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getType() |
int |
hashCode() |
void |
setType(String type) |
String |
toString() |
public RichTextUnknownElement()
public RichTextUnknownElement(String type)
public static RichTextUnknownElement.RichTextUnknownElementBuilder builder()
public String getType()
getType in interface RichTextElementpublic void setType(String type)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.