Package com.configcat

Class RefreshResult


  • public class RefreshResult
    extends java.lang.Object
    Represents the result of a forceRefresh() call.
    • Method Summary

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

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

      • isSuccess

        public boolean isSuccess()
      • error

        public java.lang.String error()