public class HttpConfig extends Object
Java class for HttpConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpConfig"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="response" type="{http://restsql.org/schema}HttpResponse" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
HttpConfig() |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
getResponse()
Gets the value of the response property.
|
void |
setResponse(HttpResponse value)
Sets the value of the response property.
|
public HttpResponse getResponse()
HttpResponse
public void setResponse(HttpResponse value)
value
- allowed object is
HttpResponse
Copyright © 2011-2018 restSQL Project Contributors