Class ConfigVerificationResultDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConfigVerificationResultDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConfigVerificationResultDTO
extends Object
ConfigVerificationResultDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The outcome of the verification -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
explanation
(String explanation) An explanation of why the step was or was not successfulThe outcome of the verificationThe name of the verification stepint
hashCode()
void
setExplanation
(String explanation) void
void
setVerificationStepName
(String verificationStepName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
verificationStepName
(String verificationStepName)
-
Field Details
-
outcome
-
verificationStepName
-
explanation
-
-
Constructor Details
-
ConfigVerificationResultDTO
public ConfigVerificationResultDTO()
-
-
Method Details
-
outcome
-
getOutcome
The outcome of the verification- Returns:
- outcome
-
setOutcome
-
verificationStepName
-
getVerificationStepName
The name of the verification step- Returns:
- verificationStepName
-
setVerificationStepName
-
explanation
-
getExplanation
An explanation of why the step was or was not successful- Returns:
- explanation
-
setExplanation
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-