public class ResponseParams extends Object
| Constructor and Description |
|---|
ResponseParams() |
| Modifier and Type | Method and Description |
|---|---|
CoapResponseCode |
getResponseCode() |
ResponseOptionsParams |
getResponseOptionsParams() |
org.mule.runtime.api.metadata.TypedValue<Object> |
getResponsePayload() |
void |
setResponseCode(CoapResponseCode responseCode) |
void |
setResponseOptionsParams(ResponseOptionsParams responseOptionsParams) |
void |
setResponsePayload(org.mule.runtime.api.metadata.TypedValue<Object> responsePayload) |
public CoapResponseCode getResponseCode()
public void setResponseCode(CoapResponseCode responseCode)
responseCode - the responseCode to setpublic org.mule.runtime.api.metadata.TypedValue<Object> getResponsePayload()
public void setResponsePayload(org.mule.runtime.api.metadata.TypedValue<Object> responsePayload)
responsePayload - the responsePayload to setpublic ResponseOptionsParams getResponseOptionsParams()
public void setResponseOptionsParams(ResponseOptionsParams responseOptionsParams)
responseOptionsParams - the responseOptionsParams to setCopyright © 2019–2024 Teslanet.nl. All rights reserved.