Class HttpPoster.CodeDetails

  • Enclosing class:
    HttpPoster

    protected static class HttpPoster.CodeDetails
    extends java.lang.Object
    Code+details paper object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String code  
      protected int codeValue  
      protected java.lang.String details  
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeDetails​(java.lang.String res)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      int getCodeValue()  
      java.lang.String getDetails()  
      • Methods inherited from class java.lang.Object

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

      • code

        protected java.lang.String code
      • codeValue

        protected int codeValue
      • details

        protected java.lang.String details
    • Constructor Detail

      • CodeDetails

        public CodeDetails​(java.lang.String res)
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • getCodeValue

        public int getCodeValue()
      • getDetails

        public java.lang.String getDetails()