Class AffectedComponentDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.AffectedComponentDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class AffectedComponentDTO
extends Object
AffectedComponentDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of this component -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) addValidationErrorsItem
(String validationErrorsItem) boolean
The number of active threads for the referencing component.getId()
The UUID of this componentgetName()
The name of this component.The UUID of the Process Group that this component is inThe type of this componentgetState()
The scheduled state of a processor or reporting task referencing a controller service.The validation errors for the component.int
hashCode()
processGroupId
(String processGroupId) referenceType
(AffectedComponentDTO.ReferenceTypeEnum referenceType) void
setActiveThreadCount
(Integer activeThreadCount) void
void
void
setProcessGroupId
(String processGroupId) void
setReferenceType
(AffectedComponentDTO.ReferenceTypeEnum referenceType) 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
-
processGroupId
-
id
-
referenceType
-
name
-
state
-
activeThreadCount
-
validationErrors
-
-
Constructor Details
-
AffectedComponentDTO
public AffectedComponentDTO()
-
-
Method Details
-
processGroupId
-
getProcessGroupId
The UUID of the Process Group that this component is in- Returns:
- processGroupId
-
setProcessGroupId
-
id
-
getId
The UUID of this component- Returns:
- id
-
setId
-
referenceType
-
getReferenceType
The type of this component- Returns:
- referenceType
-
setReferenceType
-
name
-
getName
The name of this component.- Returns:
- name
-
setName
-
state
-
getState
The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state.- Returns:
- state
-
setState
-
activeThreadCount
-
getActiveThreadCount
The number of active threads for the referencing component.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
validationErrors
-
addValidationErrorsItem
-
getValidationErrors
The validation errors for the component.- Returns:
- validationErrors
-
setValidationErrors
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-