Class CustomerBootstrapData


  • @Domain
    public class CustomerBootstrapData
    extends Object
    This message encapsulates net power usage by timeslot for a customer instance over the bootstrap period.
    Author:
    Anthony Chrysopoulos, John Collins
    • Constructor Detail

      • CustomerBootstrapData

        public CustomerBootstrapData​(CustomerInfo customer,
                                     PowerType powerType,
                                     double[] netUsage)
    • Method Detail

      • getId

        public long getId()
      • getCustomerName

        public String getCustomerName()
      • getPowerType

        public PowerType getPowerType()
      • getNetUsage

        public double[] getNetUsage()