Class MessageFilterResponse


  • public class MessageFilterResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageFilterResponse​(int errNo, java.lang.String message)  
    • Method Summary

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

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

      • MessageFilterResponse

        public MessageFilterResponse​(int errNo,
                                     java.lang.String message)
    • Method Detail

      • getErrNo

        public int getErrNo()
      • getMessage

        public java.lang.String getMessage()