Class Interactions.InteractionsForTime

  • Enclosing class:
    Interactions

    public static final class Interactions.InteractionsForTime
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • time

        public final java.util.Date time
    • Constructor Detail

      • InteractionsForTime

        public InteractionsForTime​(@NonNull
                                   java.util.Date time,
                                   @NonNull
                                   java.util.Map<PayloadData,​java.util.List<Proximity>> context)
    • Method Detail

      • toString

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