public class ContextBlock extends Object implements LayoutBlock
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextBlock.ContextBlockBuilder |
| Constructor and Description |
|---|
ContextBlock() |
ContextBlock(List<ContextBlockElement> elements,
String blockId) |
| Modifier and Type | Method and Description |
|---|---|
static ContextBlock.ContextBlockBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBlockId() |
List<ContextBlockElement> |
getElements() |
String |
getType()
Determines the type of layout block, e.g.
|
int |
hashCode() |
void |
setBlockId(String blockId) |
void |
setElements(List<ContextBlockElement> elements) |
String |
toString() |
public static final String TYPE
public ContextBlock()
public ContextBlock(List<ContextBlockElement> elements, String blockId)
public static ContextBlock.ContextBlockBuilder builder()
public String getType()
LayoutBlockgetType in interface LayoutBlockpublic List<ContextBlockElement> getElements()
public String getBlockId()
public void setElements(List<ContextBlockElement> elements)
public void setBlockId(String blockId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.