Class AdminJavaStatusGC


  • public class AdminJavaStatusGC
    extends Object
    A single GC entry with the execution values.
    • Constructor Detail

      • AdminJavaStatusGC

        public AdminJavaStatusGC()
    • Method Detail

      • getCollectionCount

        @Nullable
        public @Nullable Long getCollectionCount()
        Get collectionCount
        Returns:
        collectionCount
      • setCollectionCount

        public void setCollectionCount​(Long collectionCount)
      • getCollectionTime

        @Nullable
        public @Nullable Long getCollectionTime()
        Get collectionTime
        Returns:
        collectionTime
      • setCollectionTime

        public void setCollectionTime​(Long collectionTime)
      • getName

        @Nullable
        public @Nullable String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object