com.wordnik.swaggersocket.protocol
Class ResponseMessage

java.lang.Object
  extended by com.wordnik.swaggersocket.protocol.ResponseMessage

public class ResponseMessage
extends Object

TODO: Add Builder


Constructor Summary
ResponseMessage()
           
ResponseMessage(String identity, Response response)
           
 
Method Summary
 String getIdentity()
           
 List<Response> getResponses()
           
 ResponseMessage response(Response response)
           
 void setIdentity(String identity)
           
 void setResponses(List<Response> responses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseMessage

public ResponseMessage()

ResponseMessage

public ResponseMessage(String identity,
                       Response response)
Method Detail

getResponses

public List<Response> getResponses()

setResponses

public void setResponses(List<Response> responses)

response

public ResponseMessage response(Response response)

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)


Copyright © 2012. All Rights Reserved.