public class FileBlock extends Object implements LayoutBlock
Modifier and Type | Class and Description |
---|---|
static class |
FileBlock.FileBlockBuilder |
Constructor and Description |
---|
FileBlock() |
FileBlock(String blockId,
String externalId,
String source) |
Modifier and Type | Method and Description |
---|---|
static FileBlock.FileBlockBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBlockId() |
String |
getExternalId() |
String |
getSource() |
String |
getType()
Determines the type of layout block, e.g.
|
int |
hashCode() |
void |
setBlockId(String blockId) |
void |
setExternalId(String externalId) |
void |
setSource(String source) |
String |
toString() |
public static final String TYPE
public static FileBlock.FileBlockBuilder builder()
public String getType()
LayoutBlock
getType
in interface LayoutBlock
public String getBlockId()
public String getExternalId()
public String getSource()
public void setBlockId(String blockId)
public void setExternalId(String externalId)
public void setSource(String source)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.