Class ProcessorRunStatusDetailsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessorRunStatusDetailsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessorRunStatusDetailsDTO
extends Object
ProcessorRunStatusDetailsDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of the processor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) addValidationErrorsItem
(String validationErrorsItem) boolean
The current number of threads that the processor is currently usinggetId()
The ID of the processorgetName()
The name of the processorThe run status of the processorThe processor's validation errorsint
hashCode()
void
setActiveThreadCount
(Integer activeThreadCount) void
void
void
void
setValidationErrors
(List<String> validationErrors) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
validationErrors
(List<String> validationErrors)
-
Field Details
-
id
-
name
-
runStatus
-
validationErrors
-
activeThreadCount
-
-
Constructor Details
-
ProcessorRunStatusDetailsDTO
public ProcessorRunStatusDetailsDTO()
-
-
Method Details
-
id
-
getId
The ID of the processor- Returns:
- id
-
setId
-
name
-
getName
The name of the processor- Returns:
- name
-
setName
-
runStatus
-
getRunStatus
The run status of the processor- Returns:
- runStatus
-
setRunStatus
-
validationErrors
-
addValidationErrorsItem
-
getValidationErrors
The processor's validation errors- Returns:
- validationErrors
-
setValidationErrors
-
activeThreadCount
-
getActiveThreadCount
The current number of threads that the processor is currently using- 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).
-