com.wordnik.swaggersocket.protocol
Class Response

java.lang.Object
  extended by com.wordnik.swaggersocket.protocol.ProtocolBase
      extended by com.wordnik.swaggersocket.protocol.Response

public class Response
extends ProtocolBase


Nested Class Summary
static class Response.Builder
           
 
Field Summary
 
Fields inherited from class com.wordnik.swaggersocket.protocol.ProtocolBase
dataFormat, headers, messageBody, method, queryString
 
Constructor Summary
Response()
           
 
Method Summary
 String getPath()
           
 String getReasonPhrase()
           
 int getStatusCode()
           
 String getUuid()
           
 void setPath(String path)
           
 void setReasonPhrase(String reasonPhrase)
           
 void setStatusCode(int status)
           
 void setUuid(String uuid)
           
 
Methods inherited from class com.wordnik.swaggersocket.protocol.ProtocolBase
getDataFormat, getHeaders, getMessageBody, getMethod, getQueryString, setDataFormat, setHeaders, setMessageBody, setMethod, setQueryString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

getPath

public String getPath()
Overrides:
getPath in class ProtocolBase

setPath

public void setPath(String path)
Overrides:
setPath in class ProtocolBase

getUuid

public String getUuid()
Overrides:
getUuid in class ProtocolBase

setUuid

public void setUuid(String uuid)
Overrides:
setUuid in class ProtocolBase

getStatusCode

public int getStatusCode()

setStatusCode

public void setStatusCode(int status)

getReasonPhrase

public String getReasonPhrase()

setReasonPhrase

public void setReasonPhrase(String reasonPhrase)


Copyright © 2012. All Rights Reserved.