Class ProcessorStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessorStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessorStatusDTO
extends Object
ProcessorStatusDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The run status of the Processor -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ProcessorStatusSnapshotDTO
private String
private String
private String
private List
<NodeProcessorStatusSnapshotDTO> private ProcessorStatusDTO.RunStatusEnum
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeProcessorStatusSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(ProcessorStatusSnapshotDTO aggregateSnapshot) boolean
Get aggregateSnapshotThe unique ID of the process group that the Processor belongs togetId()
The unique ID of the ProcessorgetName()
The name of the ProcessorA status snapshot for each node in the cluster.The run status of the ProcessorThe timestamp of when the stats were last refreshedgetType()
The type of the Processorint
hashCode()
nodeSnapshots
(List<NodeProcessorStatusSnapshotDTO> nodeSnapshots) runStatus
(ProcessorStatusDTO.RunStatusEnum runStatus) void
setAggregateSnapshot
(ProcessorStatusSnapshotDTO aggregateSnapshot) void
setGroupId
(String groupId) void
void
void
setNodeSnapshots
(List<NodeProcessorStatusSnapshotDTO> nodeSnapshots) void
setRunStatus
(ProcessorStatusDTO.RunStatusEnum runStatus) void
setStatsLastRefreshed
(String statsLastRefreshed) void
statsLastRefreshed
(String statsLastRefreshed) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
groupId
-
id
-
name
-
type
-
runStatus
-
statsLastRefreshed
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
ProcessorStatusDTO
public ProcessorStatusDTO()
-
-
Method Details
-
groupId
-
getGroupId
The unique ID of the process group that the Processor belongs to- Returns:
- groupId
-
setGroupId
-
id
-
getId
The unique ID of the Processor- Returns:
- id
-
setId
-
name
-
getName
The name of the Processor- Returns:
- name
-
setName
-
type
-
getType
The type of the Processor- Returns:
- type
-
setType
-
runStatus
-
getRunStatus
The run status of the Processor- Returns:
- runStatus
-
setRunStatus
-
statsLastRefreshed
-
getStatsLastRefreshed
The timestamp of when the stats were last refreshed- Returns:
- statsLastRefreshed
-
setStatsLastRefreshed
-
aggregateSnapshot
-
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
-
addNodeSnapshotsItem
-
getNodeSnapshots
A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.- Returns:
- nodeSnapshots
-
setNodeSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-