Class TicketThroughUnit

    • Constructor Detail

      • TicketThroughUnit

        public TicketThroughUnit()
      • TicketThroughUnit

        public TicketThroughUnit​(TicketThroughUnit source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDateKey

        public String getDateKey()
        Get 时间
        Returns:
        DateKey 时间
      • setDateKey

        public void setDateKey​(String DateKey)
        Set 时间
        Parameters:
        DateKey - 时间
      • getThrough

        public Long getThrough()
        Get 票据验证的通过量
        Returns:
        Through 票据验证的通过量
      • setThrough

        public void setThrough​(Long Through)
        Set 票据验证的通过量
        Parameters:
        Through - 票据验证的通过量