public static class RequestDetails.RequestInfo extends Object implements Serializable
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"> <sequence> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="queryParam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
method |
protected String |
path |
protected String |
queryParam |
protected String |
url |
Constructor and Description |
---|
RequestInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Gets the value of the method property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getQueryParam()
Gets the value of the queryParam property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setQueryParam(String value)
Sets the value of the queryParam property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String method
protected String url
protected String path
protected String queryParam
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public String getQueryParam()
String