Class RemoteProcessGroupStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.RemoteProcessGroupStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class RemoteProcessGroupStatusDTO
extends Object
RemoteProcessGroupStatusDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodeSnapshotsItem
(NodeRemoteProcessGroupStatusSnapshotDTO nodeSnapshotsItem) aggregateSnapshot
(RemoteProcessGroupStatusSnapshotDTO 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 remote process group.A status snapshot for each node in the cluster.The time the status for the process group was last refreshed.The URI of the target system.The transmission status of the remote process group.Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)int
hashCode()
nodeSnapshots
(List<NodeRemoteProcessGroupStatusSnapshotDTO> nodeSnapshots) void
setAggregateSnapshot
(RemoteProcessGroupStatusSnapshotDTO aggregateSnapshot) void
setGroupId
(String groupId) void
void
void
setNodeSnapshots
(List<NodeRemoteProcessGroupStatusSnapshotDTO> nodeSnapshots) void
setStatsLastRefreshed
(String statsLastRefreshed) void
setTargetUri
(String targetUri) void
setTransmissionStatus
(String transmissionStatus) statsLastRefreshed
(String statsLastRefreshed) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transmissionStatus
(String transmissionStatus)
-
Field Details
-
groupId
-
id
-
name
-
targetUri
-
transmissionStatus
-
statsLastRefreshed
-
validationStatus
-
aggregateSnapshot
-
nodeSnapshots
-
-
Constructor Details
-
RemoteProcessGroupStatusDTO
public RemoteProcessGroupStatusDTO()
-
-
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 remote process group.- Returns:
- name
-
setName
-
targetUri
-
getTargetUri
The URI of the target system.- Returns:
- targetUri
-
setTargetUri
-
transmissionStatus
-
getTransmissionStatus
The transmission status of the remote process group.- Returns:
- transmissionStatus
-
setTransmissionStatus
-
statsLastRefreshed
-
getStatsLastRefreshed
The time the status for the process group was last refreshed.- Returns:
- statsLastRefreshed
-
setStatsLastRefreshed
-
getValidationStatus
Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)- Returns:
- validationStatus
-
aggregateSnapshot
public RemoteProcessGroupStatusDTO aggregateSnapshot(RemoteProcessGroupStatusSnapshotDTO aggregateSnapshot) -
getAggregateSnapshot
Get aggregateSnapshot- Returns:
- aggregateSnapshot
-
setAggregateSnapshot
-
nodeSnapshots
public RemoteProcessGroupStatusDTO nodeSnapshots(List<NodeRemoteProcessGroupStatusSnapshotDTO> nodeSnapshots) -
addNodeSnapshotsItem
public RemoteProcessGroupStatusDTO addNodeSnapshotsItem(NodeRemoteProcessGroupStatusSnapshotDTO nodeSnapshotsItem) -
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).
-