Class Beacon.Result

  • Enclosing class:
    Beacon

    public static class Beacon.Result
    extends java.lang.Object
    Status result of many beacon functions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String comment  
      private boolean result  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(java.lang.String comment, boolean result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      boolean getResult()  
      • Methods inherited from class java.lang.Object

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

      • comment

        private final java.lang.String comment
      • result

        private final boolean result
    • Constructor Detail

      • Result

        public Result​(java.lang.String comment,
                      boolean result)
    • Method Detail

      • getComment

        public java.lang.String getComment()
      • getResult

        public boolean getResult()