Class NodeProcessGroupStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.NodeProcessGroupStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class NodeProcessGroupStatusSnapshotDTO
extends Object
NodeProcessGroupStatusSnapshotDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Integer
private String
private ProcessGroupStatusSnapshotDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The API address of the nodeThe API port used to communicate with the nodeThe unique ID that identifies the nodeGet statusSnapshotint
hashCode()
void
setAddress
(String address) void
setApiPort
(Integer apiPort) void
void
setStatusSnapshot
(ProcessGroupStatusSnapshotDTO statusSnapshot) statusSnapshot
(ProcessGroupStatusSnapshotDTO statusSnapshot) 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
-
statusSnapshot
-
-
Constructor Details
-
NodeProcessGroupStatusSnapshotDTO
public NodeProcessGroupStatusSnapshotDTO()
-
-
Method Details
-
nodeId
-
getNodeId
The unique ID that identifies the node- Returns:
- nodeId
-
setNodeId
-
address
-
getAddress
The API address of the node- Returns:
- address
-
setAddress
-
apiPort
-
getApiPort
The API port used to communicate with the node- Returns:
- apiPort
-
setApiPort
-
statusSnapshot
public NodeProcessGroupStatusSnapshotDTO statusSnapshot(ProcessGroupStatusSnapshotDTO statusSnapshot) -
getStatusSnapshot
Get statusSnapshot- Returns:
- statusSnapshot
-
setStatusSnapshot
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-