Class ModelTransaction.AddAttributeOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeName
      The attribute name.
      private java.lang.Object attributeValue
      The attribute value.
    • Constructor Summary

      Constructors 
      Constructor Description
      AddAttributeOperation​(java.lang.String name, java.lang.Object value)
      Creates a new instance of AddAttributeOperation.
    • Field Detail

      • attributeName

        private final java.lang.String attributeName
        The attribute name.
      • attributeValue

        private final java.lang.Object attributeValue
        The attribute value.
    • Constructor Detail

      • AddAttributeOperation

        public AddAttributeOperation​(java.lang.String name,
                                     java.lang.Object value)
        Creates a new instance of AddAttributeOperation.
        Parameters:
        name - the name of the attribute
        value - the value of the attribute