记录类 TimeRangeInOut.TimeRangeDay

java.lang.Object
java.lang.Record
com.iohao.game.action.skeleton.core.flow.internal.TimeRangeInOut.TimeRangeDay
记录组件:
localDate - 日期
count - 一天的 action 调用总次数
timeRangeHours - 时间段
封闭类:
TimeRangeInOut

public static record TimeRangeInOut.TimeRangeDay(LocalDate localDate, LongAdder count, TimeRangeInOut.TimeRangeHour[] timeRangeHours) extends Record
各时间段调用统计插件 - 一天的调用统计对象