Class HttpCallResult

java.lang.Object
org.bardframework.commons.web.utils.HttpCallResult

public class HttpCallResult extends Object
  • Constructor Details

    • HttpCallResult

      public HttpCallResult(int responseCode, byte[] body, boolean error)
  • Method Details

    • getResponseCode

      public int getResponseCode()
    • getBody

      public byte[] getBody()
    • hasError

      public boolean hasError()