Package org.powertac.common.msg
Class CustomerBootstrapData
- java.lang.Object
-
- org.powertac.common.msg.CustomerBootstrapData
-
-
Constructor Summary
Constructors Constructor Description CustomerBootstrapData(CustomerInfo customer, PowerType powerType, double[] netUsage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomerName()
long
getId()
double[]
getNetUsage()
PowerType
getPowerType()
-
-
-
Constructor Detail
-
CustomerBootstrapData
public CustomerBootstrapData(CustomerInfo customer, PowerType powerType, double[] netUsage)
-
-