Class NetricsLpar

  • All Implemented Interfaces:
    java.io.Serializable

    public class NetricsLpar
    extends java.lang.Object
    implements java.io.Serializable
    This class is for internal use only.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NetricsLpar​(int list_type, int item_type, java.lang.String[] recKeys)
      Builds an lpar list of specified type, with sub-items of specified type and string values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NetricsLpar

        public NetricsLpar​(int list_type,
                           int item_type,
                           java.lang.String[] recKeys)
        Builds an lpar list of specified type, with sub-items of specified type and string values.
    • Method Detail

      • toString

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