Package org.powertac.common.msg
Class CustomerBootstrapData
java.lang.Object
org.powertac.common.msg.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 Summary
Constructors Constructor Description CustomerBootstrapData(CustomerInfo customer, PowerType powerType, double[] netUsage) -
Method Summary
Modifier and Type Method Description StringgetCustomerName()longgetId()double[]getNetUsage()PowerTypegetPowerType()
-
Constructor Details
-
Method Details
-
getId
public long getId() -
getCustomerName
-
getPowerType
-
getNetUsage
public double[] getNetUsage()
-