public class Response extends ProtocolBase
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Builder |
dataFormat, headers, messageBody, method, queryString| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
String |
getReasonPhrase() |
int |
getStatusCode() |
String |
getUuid() |
boolean |
isLast() |
void |
setLast(boolean last) |
void |
setPath(String path) |
void |
setReasonPhrase(String reasonPhrase) |
void |
setStatusCode(int status) |
void |
setUuid(String uuid) |
getDataFormat, getHeaders, getMessageBody, getMethod, getQueryString, setDataFormat, setHeaders, setMessageBody, setMethod, setQueryStringpublic String getPath()
getPath in class ProtocolBasepublic void setPath(String path)
setPath in class ProtocolBasepublic String getUuid()
getUuid in class ProtocolBasepublic void setUuid(String uuid)
setUuid in class ProtocolBasepublic int getStatusCode()
public void setStatusCode(int status)
public String getReasonPhrase()
public void setReasonPhrase(String reasonPhrase)
public boolean isLast()
public void setLast(boolean last)
Copyright © 2015. All Rights Reserved.