Class Condition


  • public final class Condition
    extends Object
    Outstanding conditions that will need to be resolved.
    • Constructor Detail

      • Condition

        public Condition()
    • Method Detail

      • timestamp

        public OffsetDateTime timestamp()
        Get the timestamp property: The time when the condition was raised.
        Returns:
        the timestamp value.
      • message

        public String message()
        Get the message property: The issue requiring attention.
        Returns:
        the message value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.