Class FlowAnalysisRuleStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowAnalysisRuleStatusDTO
extends Object
FlowAnalysisRuleStatusDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of this FlowAnalysisRulestatic enum
Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) boolean
The number of active threads for the component.The run status of this FlowAnalysisRuleIndicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)int
hashCode()
void
setActiveThreadCount
(Integer activeThreadCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
runStatus
-
validationStatus
-
activeThreadCount
-
-
Constructor Details
-
FlowAnalysisRuleStatusDTO
public FlowAnalysisRuleStatusDTO()
-
-
Method Details
-
getRunStatus
The run status of this FlowAnalysisRule- Returns:
- runStatus
-
getValidationStatus
Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)- Returns:
- validationStatus
-
activeThreadCount
-
getActiveThreadCount
The number of active threads for the component.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-