public class AffectedComponentDTO extends Object
Modifier and Type | Field and Description |
---|---|
private Integer |
activeThreadCount |
static String |
COMPONENT_TYPE_CONTROLLER_SERVICE |
static String |
COMPONENT_TYPE_INPUT_PORT |
static String |
COMPONENT_TYPE_OUTPUT_PORT |
static String |
COMPONENT_TYPE_PROCESSOR |
static String |
COMPONENT_TYPE_REMOTE_INPUT_PORT |
static String |
COMPONENT_TYPE_REMOTE_OUTPUT_PORT |
private String |
id |
private String |
name |
private String |
processGroupId |
private String |
referenceType |
private String |
state |
private Collection<String> |
validationErrors |
Constructor and Description |
---|
AffectedComponentDTO() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActiveThreadCount() |
String |
getId() |
String |
getName() |
String |
getProcessGroupId() |
String |
getReferenceType() |
String |
getState() |
Collection<String> |
getValidationErrors() |
void |
setActiveThreadCount(Integer activeThreadCount) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProcessGroupId(String processGroupId) |
void |
setReferenceType(String referenceType) |
void |
setState(String state) |
void |
setValidationErrors(Collection<String> validationErrors) |
String |
toString() |
public static final String COMPONENT_TYPE_PROCESSOR
public static final String COMPONENT_TYPE_CONTROLLER_SERVICE
public static final String COMPONENT_TYPE_INPUT_PORT
public static final String COMPONENT_TYPE_OUTPUT_PORT
public static final String COMPONENT_TYPE_REMOTE_INPUT_PORT
public static final String COMPONENT_TYPE_REMOTE_OUTPUT_PORT
private String processGroupId
private String id
private String referenceType
private String name
private String state
private Integer activeThreadCount
private Collection<String> validationErrors
public String getProcessGroupId()
public void setProcessGroupId(String processGroupId)
public String getId()
public void setId(String id)
public String getReferenceType()
public void setReferenceType(String referenceType)
public String getName()
public void setName(String name)
public Integer getActiveThreadCount()
public void setActiveThreadCount(Integer activeThreadCount)
public Collection<String> getValidationErrors()
public void setValidationErrors(Collection<String> validationErrors)
public String getState()
public void setState(String state)
Copyright © 2022 Apache NiFi Project. All rights reserved.