public class UnknownBlock extends Object implements LayoutBlock
| Modifier and Type | Class and Description |
|---|---|
static class |
UnknownBlock.UnknownBlockBuilder |
| Constructor and Description |
|---|
UnknownBlock() |
UnknownBlock(String type,
String blockId) |
| Modifier and Type | Method and Description |
|---|---|
static UnknownBlock.UnknownBlockBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBlockId() |
String |
getType()
Determines the type of layout block, e.g.
|
int |
hashCode() |
void |
setBlockId(String blockId) |
void |
setType(String type) |
String |
toString() |
public static UnknownBlock.UnknownBlockBuilder builder()
public String getType()
LayoutBlockgetType in interface LayoutBlockpublic String getBlockId()
public void setType(String type)
public void setBlockId(String blockId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.