Class ValidationResult

java.lang.Object
com.cloudera.cdp.compute.model.ValidationResult

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.033-08:00") public class ValidationResult extends Object
Validation result structure.
  • Constructor Details

    • ValidationResult

      public ValidationResult()
  • Method Details

    • getName

      public String getName()
      Getter for name. Name.
    • setName

      public void setName(String name)
      Setter for name. Name.
    • getDescription

      public String getDescription()
      Getter for description. Description.
    • setDescription

      public void setDescription(String description)
      Setter for description. Description.
    • getCategory

      public String getCategory()
      Getter for category. Validation check categories such as COMMON, ENTITLEMENTS, CONTROL_PLANE, NETWORK, or DEPLOYMENT. New values may be added in the future.
    • setCategory

      public void setCategory(String category)
      Setter for category. Validation check categories such as COMMON, ENTITLEMENTS, CONTROL_PLANE, NETWORK, or DEPLOYMENT. New values may be added in the future.
    • getStatus

      public String getStatus()
      Getter for status. Validation check status such as PASSED, FAILED, or SKIPPED. New values may be added in the future.
    • setStatus

      public void setStatus(String status)
      Setter for status. Validation check status such as PASSED, FAILED, or SKIPPED. New values may be added in the future.
    • getMessage

      public String getMessage()
      Getter for message. A short, human-readable message that describes the end result of the validation.
    • setMessage

      public void setMessage(String message)
      Setter for message. A short, human-readable message that describes the end result of the validation.
    • getDetailedMessage

      public String getDetailedMessage()
      Getter for detailedMessage. A supporting message which contains additional details, such as subnet names, instance types, etc.
    • setDetailedMessage

      public void setDetailedMessage(String detailedMessage)
      Setter for detailedMessage. A supporting message which contains additional details, such as subnet names, instance types, etc.
    • getDuration

      public String getDuration()
      Getter for duration. Time taken to get the end result of the validation in a human-readable time format.
    • setDuration

      public void setDuration(String duration)
      Setter for duration. Time taken to get the end result of the validation in a human-readable time format.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object