java.lang.Object
com.azure.resourcemanager.storagecache.models.Condition

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

    • Condition

      public Condition()
  • Method Details

    • 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.