Class InternalHttpMsg


  • public class InternalHttpMsg
    extends java.lang.Object
    Internal Payload.
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalHttpMsg()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassInfo()  
      java.lang.String getKeyName()  
      java.lang.Object getValue()  
      void setClassInfo​(java.lang.String classInfo)  
      void setKeyName​(java.lang.String keyName)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • InternalHttpMsg

        public InternalHttpMsg()
    • Method Detail

      • setKeyName

        public void setKeyName​(java.lang.String keyName)
      • setValue

        public void setValue​(java.lang.Object value)
      • setClassInfo

        public void setClassInfo​(java.lang.String classInfo)
      • getKeyName

        public java.lang.String getKeyName()
      • getValue

        public java.lang.Object getValue()
      • getClassInfo

        public java.lang.String getClassInfo()