Class SetParameter


  • public class SetParameter
    extends java.lang.Object
    Collection of data needed for a single remote SET call
    • Constructor Detail

      • SetParameter

        public SetParameter​(AttributeAddress attributeAddress,
                            DataObject data)
        Creates a set parameter for that particular attribute with a copy of the given data container
        Parameters:
        attributeAddress - the address attribute
        data - Container of this parameter
    • Method Detail

      • getAttributeAddress

        public AttributeAddress getAttributeAddress()
        Get the address of the attribute.
        Returns:
        the address.
      • getData

        public DataObject getData()
        The new data to set.
        Returns:
        the data.
      • getAddress

        public T getAddress()
        Get the address of the element to be modified.
        Returns:
        the address.
      • toString

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