public class TeardownSection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TeardownSection |
EMPTY |
Constructor and Description |
---|
TeardownSection() |
Modifier and Type | Method and Description |
---|---|
void |
addDoSection(DoSection doSection) |
java.util.List<DoSection> |
getDoSections() |
SkipSection |
getSkipSection() |
boolean |
isEmpty() |
static TeardownSection |
parse(XContentParser parser) |
static TeardownSection |
parseIfNext(XContentParser parser)
|
void |
setSkipSection(SkipSection skipSection) |
public static final TeardownSection EMPTY
public static TeardownSection parseIfNext(XContentParser parser) throws java.io.IOException
java.io.IOException
public static TeardownSection parse(XContentParser parser) throws java.io.IOException
java.io.IOException
public SkipSection getSkipSection()
public void setSkipSection(SkipSection skipSection)
public java.util.List<DoSection> getDoSections()
public void addDoSection(DoSection doSection)
public boolean isEmpty()