public static class WaitDefinition.Http extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
method |
protected String |
status |
protected String |
timeout |
protected String |
url |
| Constructor and Description |
|---|
Http() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets the value of the method property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected String method
protected String status
protected String timeout
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getTimeout()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.