Package com.cloudera.cdp.compute.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for category.Getter for description.Getter for detailedMessage.Getter for duration.Getter for message.getName()
Getter for name.Getter for status.int
hashCode()
void
setCategory
(String category) Setter for category.void
setDescription
(String description) Setter for description.void
setDetailedMessage
(String detailedMessage) Setter for detailedMessage.void
setDuration
(String duration) Setter for duration.void
setMessage
(String message) Setter for message.void
Setter for name.void
Setter for status.toString()
-
Constructor Details
-
ValidationResult
public ValidationResult()
-
-
Method Details
-
getName
Getter for name. Name. -
setName
Setter for name. Name. -
getDescription
Getter for description. Description. -
setDescription
Setter for description. Description. -
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
Setter for category. Validation check categories such as COMMON, ENTITLEMENTS, CONTROL_PLANE, NETWORK, or DEPLOYMENT. New values may be added in the future. -
getStatus
Getter for status. Validation check status such as PASSED, FAILED, or SKIPPED. New values may be added in the future. -
setStatus
Setter for status. Validation check status such as PASSED, FAILED, or SKIPPED. New values may be added in the future. -
getMessage
Getter for message. A short, human-readable message that describes the end result of the validation. -
setMessage
Setter for message. A short, human-readable message that describes the end result of the validation. -
getDetailedMessage
Getter for detailedMessage. A supporting message which contains additional details, such as subnet names, instance types, etc. -
setDetailedMessage
Setter for detailedMessage. A supporting message which contains additional details, such as subnet names, instance types, etc. -
getDuration
Getter for duration. Time taken to get the end result of the validation in a human-readable time format. -
setDuration
Setter for duration. Time taken to get the end result of the validation in a human-readable time format. -
equals
-
hashCode
public int hashCode() -
toString
-