Class ResourceTestStatusInner


  • public final class ResourceTestStatusInner
    extends Object
    Describes the status of the test operation along with error information, if applicable.
    • Constructor Detail

      • ResourceTestStatusInner

        public ResourceTestStatusInner()
    • Method Detail

      • status

        public String status()
        Get the status property: The status of the test operation.
        Returns:
        the status value.
      • error

        public ErrorResponse error()
        Get the error property: Describes the error that occurred.
        Returns:
        the error value.
      • validate

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