Class NodeStatusSnapshotsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.NodeStatusSnapshotsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class NodeStatusSnapshotsDTO
extends Object
NodeStatusSnapshotsDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Integer
private String
private List
<StatusSnapshotDTO> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStatusSnapshotsItem
(StatusSnapshotDTO statusSnapshotsItem) boolean
The node's host/ip address.The port the node is listening for API requests.The id of the node.A list of StatusSnapshotDTO objects that provide the actual metric values for the component for this node.int
hashCode()
void
setAddress
(String address) void
setApiPort
(Integer apiPort) void
void
setStatusSnapshots
(List<StatusSnapshotDTO> statusSnapshots) statusSnapshots
(List<StatusSnapshotDTO> statusSnapshots) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
nodeId
-
address
-
apiPort
-
statusSnapshots
-
-
Constructor Details
-
NodeStatusSnapshotsDTO
public NodeStatusSnapshotsDTO()
-
-
Method Details
-
nodeId
-
getNodeId
The id of the node.- Returns:
- nodeId
-
setNodeId
-
address
-
getAddress
The node's host/ip address.- Returns:
- address
-
setAddress
-
apiPort
-
getApiPort
The port the node is listening for API requests.- Returns:
- apiPort
-
setApiPort
-
statusSnapshots
-
addStatusSnapshotsItem
-
getStatusSnapshots
A list of StatusSnapshotDTO objects that provide the actual metric values for the component for this node.- Returns:
- statusSnapshots
-
setStatusSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-