public class HttpResponse extends Object
Java class for HttpResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="cacheControl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
HttpResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCacheControl()
Gets the value of the cacheControl property.
|
void |
setCacheControl(String value)
Sets the value of the cacheControl property.
|
Copyright © 2011-2018 restSQL Project Contributors