Class FailureItem.Meta

  • All Implemented Interfaces:
    org.joda.beans.MetaBean
    Enclosing class:
    FailureItem

    public static final class FailureItem.Meta
    extends org.joda.beans.impl.direct.DirectMetaBean
    The meta-bean for FailureItem.
    • Method Detail

      • metaPropertyGet

        protected org.joda.beans.MetaProperty<?> metaPropertyGet​(String propertyName)
        Overrides:
        metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBean
      • builder

        public org.joda.beans.BeanBuilder<? extends FailureItem> builder()
      • metaPropertyMap

        public Map<String,​org.joda.beans.MetaProperty<?>> metaPropertyMap()
      • reason

        public org.joda.beans.MetaProperty<FailureReason> reason()
        The meta-property for the reason property.
        Returns:
        the meta-property, not null
      • message

        public org.joda.beans.MetaProperty<String> message()
        The meta-property for the message property.
        Returns:
        the meta-property, not null
      • attributes

        public org.joda.beans.MetaProperty<ImmutableMap<String,​String>> attributes()
        The meta-property for the attributes property.
        Returns:
        the meta-property, not null
      • stackTrace

        public org.joda.beans.MetaProperty<String> stackTrace()
        The meta-property for the stackTrace property.
        Returns:
        the meta-property, not null
      • causeType

        public org.joda.beans.MetaProperty<Class<? extends Throwable>> causeType()
        The meta-property for the causeType property.
        Returns:
        the meta-property, not null
      • propertyGet

        protected Object propertyGet​(org.joda.beans.Bean bean,
                                     String propertyName,
                                     boolean quiet)
        Overrides:
        propertyGet in class org.joda.beans.impl.direct.DirectMetaBean
      • propertySet

        protected void propertySet​(org.joda.beans.Bean bean,
                                   String propertyName,
                                   Object newValue,
                                   boolean quiet)
        Overrides:
        propertySet in class org.joda.beans.impl.direct.DirectMetaBean