Class Container

  • All Implemented Interfaces:
    java.io.Serializable

    public class Container
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Long bytesUsed  
      private java.lang.String name  
      private java.lang.Integer objectCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      Container()  
    • Field Detail

      • name

        private java.lang.String name
      • objectCount

        private java.lang.Integer objectCount
      • bytesUsed

        private java.lang.Long bytesUsed
    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getObjectCount

        public java.lang.Integer getObjectCount()
        Returns:
        the objectCount
      • setObjectCount

        public void setObjectCount​(java.lang.Integer objectCount)
        Parameters:
        objectCount - the objectCount to set
      • getBytesUsed

        public java.lang.Long getBytesUsed()
        Returns:
        the bytesUsed
      • setBytesUsed

        public void setBytesUsed​(java.lang.Long bytesUsed)
        Parameters:
        bytesUsed - the bytesUsed to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object