Class AggregateReadParams


  • public class AggregateReadParams
    extends Object
    • Constructor Detail

      • AggregateReadParams

        public AggregateReadParams​(String aggregateType,
                                   Long aggregateId,
                                   Long version,
                                   com.aquima.interactions.profile.IEntityInstance targetInstance,
                                   String targetVersionAttribute)
    • Method Detail

      • getAggregateType

        public String getAggregateType()
      • getAggregateId

        public long getAggregateId()
      • getVersion

        public Long getVersion()
      • getTargetInstance

        public com.aquima.interactions.profile.IEntityInstance getTargetInstance()
      • getTargetVersionAttribute

        public String getTargetVersionAttribute()