Class RolledUpUsage


  • public class RolledUpUsage
    extends Object
    • Constructor Detail

      • RolledUpUsage

        public RolledUpUsage()
      • RolledUpUsage

        public RolledUpUsage​(UUID subscriptionId,
                             org.joda.time.DateTime startDate,
                             org.joda.time.DateTime endDate,
                             List<RolledUpUnit> rolledUpUnits)
    • Method Detail

      • setSubscriptionId

        public RolledUpUsage setSubscriptionId​(UUID subscriptionId)
      • getSubscriptionId

        public UUID getSubscriptionId()
      • setStartDate

        public RolledUpUsage setStartDate​(org.joda.time.DateTime startDate)
      • getStartDate

        public org.joda.time.DateTime getStartDate()
      • setEndDate

        public RolledUpUsage setEndDate​(org.joda.time.DateTime endDate)
      • getEndDate

        public org.joda.time.DateTime getEndDate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object