Class JVMDiagnosticsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.JVMDiagnosticsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class JVMDiagnosticsSnapshotDTO
extends Object
JVMDiagnosticsSnapshotDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JVMFlowDiagnosticsSnapshotDTO
private JVMSystemDiagnosticsSnapshotDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontrollerDiagnostics
(JVMControllerDiagnosticsSnapshotDTO controllerDiagnostics) boolean
flowDiagnosticsDto
(JVMFlowDiagnosticsSnapshotDTO flowDiagnosticsDto) Get controllerDiagnosticsGet flowDiagnosticsDtoGet systemDiagnosticsDtoint
hashCode()
void
setControllerDiagnostics
(JVMControllerDiagnosticsSnapshotDTO controllerDiagnostics) void
setFlowDiagnosticsDto
(JVMFlowDiagnosticsSnapshotDTO flowDiagnosticsDto) void
setSystemDiagnosticsDto
(JVMSystemDiagnosticsSnapshotDTO systemDiagnosticsDto) systemDiagnosticsDto
(JVMSystemDiagnosticsSnapshotDTO systemDiagnosticsDto) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
systemDiagnosticsDto
-
flowDiagnosticsDto
-
controllerDiagnostics
-
-
Constructor Details
-
JVMDiagnosticsSnapshotDTO
public JVMDiagnosticsSnapshotDTO()
-
-
Method Details
-
systemDiagnosticsDto
public JVMDiagnosticsSnapshotDTO systemDiagnosticsDto(JVMSystemDiagnosticsSnapshotDTO systemDiagnosticsDto) -
getSystemDiagnosticsDto
Get systemDiagnosticsDto- Returns:
- systemDiagnosticsDto
-
setSystemDiagnosticsDto
-
flowDiagnosticsDto
public JVMDiagnosticsSnapshotDTO flowDiagnosticsDto(JVMFlowDiagnosticsSnapshotDTO flowDiagnosticsDto) -
getFlowDiagnosticsDto
Get flowDiagnosticsDto- Returns:
- flowDiagnosticsDto
-
setFlowDiagnosticsDto
-
controllerDiagnostics
public JVMDiagnosticsSnapshotDTO controllerDiagnostics(JVMControllerDiagnosticsSnapshotDTO controllerDiagnostics) -
getControllerDiagnostics
Get controllerDiagnostics- Returns:
- controllerDiagnostics
-
setControllerDiagnostics
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-