hs.types
Class HsResponse

java.lang.Object
  extended by hs.types.HsResponse

public class HsResponse
extends java.lang.Object

The following class is used to read HeyStaks responses.

Author:
aidan

Constructor Summary
HsResponse(java.lang.String message, int status)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsResponse

public HsResponse(java.lang.String message,
                  int status)
Method Detail

getMessage

public java.lang.String getMessage()

getStatus

public int getStatus()