Class ReportingTaskStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ReportingTaskStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ReportingTaskStatusDTO
extends Object
ReportingTaskStatusDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of this ReportingTaskstatic 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 ReportingTaskIndicates 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
-
ReportingTaskStatusDTO
public ReportingTaskStatusDTO()
-
-
Method Details
-
getRunStatus
The run status of this ReportingTask- 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).
-