Class PostingPlanLog

java.lang.Object
dev.vality.damsel.accounter.PostingPlanLog
All Implemented Interfaces:
Serializable, Cloneable, Comparable<PostingPlanLog>, org.apache.thrift.TBase<PostingPlanLog,PostingPlanLog._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class PostingPlanLog extends Object implements org.apache.thrift.TBase<PostingPlanLog,PostingPlanLog._Fields>, Serializable, Cloneable, Comparable<PostingPlanLog>
Результат применение единицы пополнения плана: affected_accounts - новое состояние задействованных счетов
See Also:
  • Field Details

  • Constructor Details

    • PostingPlanLog

      public PostingPlanLog()
    • PostingPlanLog

      public PostingPlanLog(Map<Long,Account> affected_accounts)
    • PostingPlanLog

      public PostingPlanLog(PostingPlanLog other)
      Performs a deep copy on other.
  • Method Details