Class AttributeUtil.AttributeGetResult

  • Enclosing class:
    AttributeUtil

    public static class AttributeUtil.AttributeGetResult
    extends java.lang.Object
    transformed retrieved Attributes result
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeGetResult​(boolean successful, java.lang.Object[] value, java.lang.Throwable t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getThrowable()
      Return the throwable if any exception happens
      java.lang.Object[] getValue()  
      boolean isSuccessful()  
      • Methods inherited from class java.lang.Object

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

      • AttributeGetResult

        public AttributeGetResult​(boolean successful,
                                  java.lang.Object[] value,
                                  java.lang.Throwable t)
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        Returns:
        the booelan to inidcate whether the operation success or not
      • getThrowable

        public java.lang.Throwable getThrowable()
        Return the throwable if any exception happens
      • getValue

        public java.lang.Object[] getValue()
        Returns:
        the object array for the AttributeGetResult