Class JVMFlowDiagnosticsSnapshotDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.JVMFlowDiagnosticsSnapshotDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class JVMFlowDiagnosticsSnapshotDTO extends Object
JVMFlowDiagnosticsSnapshotDTO
  • Field Details

    • uptime

      private String uptime
    • timeZone

      private String timeZone
    • activeTimerDrivenThreads

      private Integer activeTimerDrivenThreads
    • bundlesLoaded

      private List<BundleDTO> bundlesLoaded
  • Constructor Details

    • JVMFlowDiagnosticsSnapshotDTO

      public JVMFlowDiagnosticsSnapshotDTO()
  • Method Details

    • uptime

      public JVMFlowDiagnosticsSnapshotDTO uptime(String uptime)
    • getUptime

      public String getUptime()
      How long this node has been running, formatted as hours:minutes:seconds.milliseconds
      Returns:
      uptime
    • setUptime

      public void setUptime(String uptime)
    • timeZone

      public JVMFlowDiagnosticsSnapshotDTO timeZone(String timeZone)
    • getTimeZone

      public String getTimeZone()
      The name of the Time Zone that is configured, if available
      Returns:
      timeZone
    • setTimeZone

      public void setTimeZone(String timeZone)
    • activeTimerDrivenThreads

      public JVMFlowDiagnosticsSnapshotDTO activeTimerDrivenThreads(Integer activeTimerDrivenThreads)
    • getActiveTimerDrivenThreads

      public Integer getActiveTimerDrivenThreads()
      The number of timer-driven threads that are active
      Returns:
      activeTimerDrivenThreads
    • setActiveTimerDrivenThreads

      public void setActiveTimerDrivenThreads(Integer activeTimerDrivenThreads)
    • bundlesLoaded

      public JVMFlowDiagnosticsSnapshotDTO bundlesLoaded(List<BundleDTO> bundlesLoaded)
    • addBundlesLoadedItem

      public JVMFlowDiagnosticsSnapshotDTO addBundlesLoadedItem(BundleDTO bundlesLoadedItem)
    • getBundlesLoaded

      public List<BundleDTO> getBundlesLoaded()
      The NiFi Bundles (NARs) that are loaded by NiFi
      Returns:
      bundlesLoaded
    • setBundlesLoaded

      public void setBundlesLoaded(List<BundleDTO> bundlesLoaded)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).