Class JoinAddressCounts

java.lang.Object
com.djrapitops.plan.delivery.domain.JoinAddressCounts
All Implemented Interfaces:
DateHolder

public class JoinAddressCounts extends Object implements DateHolder
  • Constructor Details

  • Method Details

    • getDate

      public long getDate()
      Description copied from interface: DateHolder
      Get the date the object holds.
      Specified by:
      getDate in interface DateHolder
      Returns:
      Epoch ms - milliseconds passed since January 1st 1970.
    • getJoinAddresses

      public List<JoinAddressCount> getJoinAddresses()