Class ValidationSummary

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

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

    • ValidationSummary

      public ValidationSummary()
  • Method Details

    • getPassed

      public Integer getPassed()
      Getter for passed. Total number of passed validations.
    • setPassed

      public void setPassed(Integer passed)
      Setter for passed. Total number of passed validations.
    • getWarning

      public Integer getWarning()
      Getter for warning. Total number of validations that passed but have warnings associated with them.
    • setWarning

      public void setWarning(Integer warning)
      Setter for warning. Total number of validations that passed but have warnings associated with them.
    • getFailed

      public Integer getFailed()
      Getter for failed. Total number of failed validations.
    • setFailed

      public void setFailed(Integer failed)
      Setter for failed. Total number of failed validations.
    • getSkipped

      public Integer getSkipped()
      Getter for skipped. Total number of skipped validations.
    • setSkipped

      public void setSkipped(Integer skipped)
      Setter for skipped. Total number of skipped validations.
    • getTotal

      public Integer getTotal()
      Getter for total. Total number of validations.
    • setTotal

      public void setTotal(Integer total)
      Setter for total. Total number of validations.
    • 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