Class StatusHistoryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.StatusHistoryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class StatusHistoryDTO
extends Object
StatusHistoryDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<StatusSnapshotDTO> private List
<StatusDescriptorDTO> private String
private List
<NodeStatusSnapshotsDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAggregateSnapshotsItem
(StatusSnapshotDTO aggregateSnapshotsItem) addFieldDescriptorsItem
(StatusDescriptorDTO fieldDescriptorsItem) addNodeSnapshotsItem
(NodeStatusSnapshotsDTO nodeSnapshotsItem) aggregateSnapshots
(List<StatusSnapshotDTO> aggregateSnapshots) componentDetails
(Map<String, String> componentDetails) boolean
fieldDescriptors
(List<StatusDescriptorDTO> fieldDescriptors) A list of StatusSnapshotDTO objects that provide the actual metric values for the component.A Map of key/value pairs that describe the component that the status history belongs toThe Descriptors that provide information on each of the metrics provided in the status historyWhen the status history was generated.The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node.int
hashCode()
nodeSnapshots
(List<NodeStatusSnapshotsDTO> nodeSnapshots) putComponentDetailsItem
(String key, String componentDetailsItem) void
setAggregateSnapshots
(List<StatusSnapshotDTO> aggregateSnapshots) void
setComponentDetails
(Map<String, String> componentDetails) void
setFieldDescriptors
(List<StatusDescriptorDTO> fieldDescriptors) void
setGenerated
(String generated) void
setNodeSnapshots
(List<NodeStatusSnapshotsDTO> nodeSnapshots) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
generated
-
componentDetails
-
fieldDescriptors
-
aggregateSnapshots
-
nodeSnapshots
-
-
Constructor Details
-
StatusHistoryDTO
public StatusHistoryDTO()
-
-
Method Details
-
generated
-
getGenerated
When the status history was generated.- Returns:
- generated
-
setGenerated
-
componentDetails
-
putComponentDetailsItem
-
getComponentDetails
A Map of key/value pairs that describe the component that the status history belongs to- Returns:
- componentDetails
-
setComponentDetails
-
fieldDescriptors
-
addFieldDescriptorsItem
-
getFieldDescriptors
The Descriptors that provide information on each of the metrics provided in the status history- Returns:
- fieldDescriptors
-
setFieldDescriptors
-
aggregateSnapshots
-
addAggregateSnapshotsItem
-
getAggregateSnapshots
A list of StatusSnapshotDTO objects that provide the actual metric values for the component. If the NiFi instance is clustered, this will represent the aggregate status across all nodes. If the NiFi instance is not clustered, this will represent the status of the entire NiFi instance.- Returns:
- aggregateSnapshots
-
setAggregateSnapshots
-
nodeSnapshots
-
addNodeSnapshotsItem
-
getNodeSnapshots
The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node. If the NiFi instance is not clustered, this value will 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).
-