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