Class Parser.HttpReturn

  • Enclosing class:
    Parser

    public static class Parser.HttpReturn
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int code  
      java.lang.String payload  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public final int code
      • payload

        public final java.lang.String payload