Class GetInstAttrListReq.InstanceAttributes

  • Enclosing class:
    GetInstAttrListReq

    public static class GetInstAttrListReq.InstanceAttributes
    extends java.lang.Object
    Each remote instance found in the payload is loaded into this object for the caller's convenience.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      BaseDataType<?>[] attrValues
      Clones of the caller-supplied data types, filled in from the payload for this instance.
      int number
      Instance number parsed from the payload, interpreted as an unsigned value.
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • number

        public int number
        Instance number parsed from the payload, interpreted as an unsigned value.
      • attrValues

        public BaseDataType<?>[] attrValues
        Clones of the caller-supplied data types, filled in from the payload for this instance.
    • Constructor Detail

      • InstanceAttributes

        public InstanceAttributes()
    • Method Detail

      • toString

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