public class ReportingTaskStatusDTO extends ComponentStatusDTO
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLED |
static String |
RUNNING |
static String |
STOPPED |
INVALID, VALID, VALIDATING| Constructor and Description |
|---|
ReportingTaskStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRunStatus()
Sub-classes should override this method to provide API documentation using ApiModelProperty annotation with allowable values.
|
getActiveThreadCount, getValidationStatus, setActiveThreadCount, setRunStatus, setValidationStatuspublic static final String RUNNING
public static final String STOPPED
public static final String DISABLED
public String getRunStatus()
ComponentStatusDTOgetRunStatus in class ComponentStatusDTOCopyright © 2023 Apache NiFi Project. All rights reserved.