Class TicketAmountUnit

    • Constructor Detail

      • TicketAmountUnit

        public TicketAmountUnit()
      • TicketAmountUnit

        public TicketAmountUnit​(TicketAmountUnit 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 - 时间
      • getAmount

        public Long getAmount()
        Get 票据验证总量
        Returns:
        Amount 票据验证总量
      • setAmount

        public void setAmount​(Long Amount)
        Set 票据验证总量
        Parameters:
        Amount - 票据验证总量