java.lang.Comparable<ClientYamlTestSection>public class ClientYamlTestSection extends java.lang.Object implements java.lang.Comparable<ClientYamlTestSection>
| Constructor | Description |
|---|---|
ClientYamlTestSection(XContentLocation location,
java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addExecutableSection(ExecutableSection executableSection) |
|
int |
compareTo(ClientYamlTestSection o) |
|
boolean |
equals(java.lang.Object o) |
|
java.util.List<ExecutableSection> |
getExecutableSections() |
|
XContentLocation |
getLocation() |
|
java.lang.String |
getName() |
|
SkipSection |
getSkipSection() |
|
int |
hashCode() |
|
static ClientYamlTestSection |
parse(XContentParser parser) |
|
void |
setSkipSection(SkipSection skipSection) |
public ClientYamlTestSection(XContentLocation location, java.lang.String name)
public static ClientYamlTestSection parse(XContentParser parser) throws java.io.IOException
java.io.IOExceptionpublic XContentLocation getLocation()
public java.lang.String getName()
public SkipSection getSkipSection()
public void setSkipSection(SkipSection skipSection)
public java.util.List<ExecutableSection> getExecutableSections()
public void addExecutableSection(ExecutableSection executableSection)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(ClientYamlTestSection o)
compareTo in interface java.lang.Comparable<ClientYamlTestSection>