Interface ValidationResponse


public interface ValidationResponse
An immutable client-side representation of ValidationResponse.
  • Method Details

    • status

      Gets the status property: Overall validation status.
      Returns:
      the status value.
    • individualResponseDetails

      List<ValidationInputResponse> individualResponseDetails()
      Gets the individualResponseDetails property: List of response details contain validationType and its response as key and value respectively.
      Returns:
      the individualResponseDetails value.
    • innerModel

      Gets the inner com.azure.resourcemanager.databox.fluent.models.ValidationResponseInner object.
      Returns:
      the inner object.