类 InteractionCounter


public class InteractionCounter extends StructuredValue
  • 构造器详细资料

    • InteractionCounter

      public InteractionCounter()
  • 方法详细资料

    • getUserInteractionCount

      public Integer getUserInteractionCount()
    • setUserInteractionCount

      public void setUserInteractionCount(Integer userInteractionCount)
    • getStartTime

      public LocalDateTime getStartTime()
    • setStartTime

      public void setStartTime(LocalDateTime startTime)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getInteractionType

      public Action getInteractionType()
    • setInteractionType

      public void setInteractionType(Action interactionType)
    • getEndTime

      public LocalDateTime getEndTime()
    • setEndTime

      public void setEndTime(LocalDateTime endTime)
    • getInteractionService

      public List<AbstractSchema> getInteractionService()
    • setInteractionService

      public void setInteractionService(List<AbstractSchema> interactionService)