com.wordnik.swaggersocket.protocol
Class Response
java.lang.Object
com.wordnik.swaggersocket.protocol.ProtocolBase
com.wordnik.swaggersocket.protocol.Response
public class Response
- extends ProtocolBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Response
public Response()
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.