Class AttributeDump

java.lang.Object
com.aquima.interactions.profile.model.state.AttributeDump
All Implemented Interfaces:
Serializable

public class AttributeDump extends Object implements Serializable
Dump of an instance that can be serialized and deserialized. Useful when persisting sessions between requests. (see AQU-4345)
Since:
9.0
Author:
a.pragt
See Also:
  • Constructor Details

    • AttributeDump

      public AttributeDump(String attributeName, IValue value)
  • Method Details

    • getAttributeName

      public String getAttributeName()
    • getValue

      public IValue getValue()
    • addProperty

      public void addProperty(String name, IValue value)
    • getProperties

      public String[] getProperties()
    • getProperty

      public IValue getProperty(String name)