Class GarbageCollectionDTO

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

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

    • name

      private String name
    • collectionCount

      private Long collectionCount
    • collectionTime

      private String collectionTime
    • collectionMillis

      private Long collectionMillis
  • Constructor Details

    • GarbageCollectionDTO

      public GarbageCollectionDTO()
  • Method Details

    • name

      public GarbageCollectionDTO name(String name)
    • getName

      public String getName()
      The name of the garbage collector.
      Returns:
      name
    • setName

      public void setName(String name)
    • collectionCount

      public GarbageCollectionDTO collectionCount(Long collectionCount)
    • getCollectionCount

      public Long getCollectionCount()
      The number of times garbage collection has run.
      Returns:
      collectionCount
    • setCollectionCount

      public void setCollectionCount(Long collectionCount)
    • collectionTime

      public GarbageCollectionDTO collectionTime(String collectionTime)
    • getCollectionTime

      public String getCollectionTime()
      The total amount of time spent garbage collecting.
      Returns:
      collectionTime
    • setCollectionTime

      public void setCollectionTime(String collectionTime)
    • collectionMillis

      public GarbageCollectionDTO collectionMillis(Long collectionMillis)
    • getCollectionMillis

      public Long getCollectionMillis()
      The total number of milliseconds spent garbage collecting.
      Returns:
      collectionMillis
    • setCollectionMillis

      public void setCollectionMillis(Long collectionMillis)
    • 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).