public class EchoResponse extends Object
| Constructor and Description |
|---|
EchoResponse()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getBodyLength() |
String |
getBodySha1() |
Long |
getCounter() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getResource() |
String |
getUri() |
void |
setBodyLength(Long bodyLength) |
void |
setBodySha1(String bodySha1) |
void |
setCounter(Long counter) |
void |
setHeaders(Map<String,String> headers) |
void |
setMethod(String method) |
void |
setResource(String resource) |
void |
setUri(String uri) |
public String getMethod()
public void setMethod(String method)
method - the method to setpublic String getResource()
public void setResource(String resource)
resource - the resource to setpublic void setHeaders(Map<String,String> headers)
headers - the headers to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic Long getBodyLength()
public void setBodyLength(Long bodyLength)
bodyLength - the bodyLength to setpublic String getBodySha1()
public void setBodySha1(String bodySha1)
bodySha1 - the bodySha1 to setpublic Long getCounter()
public void setCounter(Long counter)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.