Interface Response


  • public interface Response
    Response.
    Since:
    1.0
    • Method Detail

      • getCode

        int getCode()
        Returns the code.
        Returns:
        the code
        Since:
        1.0
      • getText

        java.lang.String getText()
        Returns the text.
        Returns:
        the text
        Since:
        1.0