public class ResponseOptionsParams extends Object
| Constructor and Description |
|---|
ResponseOptionsParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAcceptableRequestSize() |
Integer |
getContentFormat() |
org.mule.runtime.api.metadata.TypedValue<Object> |
getEntityTagValue() |
String |
getLocationPath() |
List<QueryParam> |
getLocationQuery() |
Long |
getMaxAge() |
List<OtherOption> |
getOtherOptions() |
Integer |
getResponseSize() |
void |
setAcceptableRequestSize(Integer acceptableRequestSize) |
void |
setContentFormat(Integer contentFormat) |
void |
setEntityTagValue(org.mule.runtime.api.metadata.TypedValue<Object> entityTagValue) |
void |
setLocationPath(String locationPath) |
void |
setLocationQuery(List<QueryParam> locationQuery) |
void |
setMaxAge(Long maxAge) |
void |
setOtherOptions(List<OtherOption> otherOptions) |
void |
setResponseSize(Integer responseSize) |
public List<OtherOption> getOtherOptions()
public void setOtherOptions(List<OtherOption> otherOptions)
otherOptions - the other options to setpublic Integer getContentFormat()
public void setContentFormat(Integer contentFormat)
contentFormat - the contentFormat to setpublic Long getMaxAge()
public void setMaxAge(Long maxAge)
maxAge - the maxAge to setpublic org.mule.runtime.api.metadata.TypedValue<Object> getEntityTagValue()
public void setEntityTagValue(org.mule.runtime.api.metadata.TypedValue<Object> entityTagValue)
entityTagValue - The Entity-tag value of the resource to setpublic String getLocationPath()
public void setLocationPath(String locationPath)
locationPath - the locationPath to setpublic List<QueryParam> getLocationQuery()
public void setLocationQuery(List<QueryParam> locationQuery)
locationQuery - the locationQuery to setpublic Integer getResponseSize()
public void setResponseSize(Integer responseSize)
responseSize - the responseSize to setpublic Integer getAcceptableRequestSize()
public void setAcceptableRequestSize(Integer acceptableRequestSize)
acceptableRequestSize - the acceptableRequestSize to setCopyright © 2019–2024 Teslanet.nl. All rights reserved.