public class ForecastBreakdown extends Object implements Serializable
| Constructor and Description |
|---|
ForecastBreakdown() |
ForecastBreakdown(DateTime startTime,
DateTime endTime,
ForecastBreakdownEntry[] breakdownEntries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ForecastBreakdownEntry[] |
getBreakdownEntries()
Gets the breakdownEntries value for this ForecastBreakdown.
|
ForecastBreakdownEntry |
getBreakdownEntries(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DateTime |
getEndTime()
Gets the endTime value for this ForecastBreakdown.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DateTime |
getStartTime()
Gets the startTime value for this ForecastBreakdown.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBreakdownEntries(ForecastBreakdownEntry[] breakdownEntries)
Sets the breakdownEntries value for this ForecastBreakdown.
|
void |
setBreakdownEntries(int i,
ForecastBreakdownEntry _value) |
void |
setEndTime(DateTime endTime)
Sets the endTime value for this ForecastBreakdown.
|
void |
setStartTime(DateTime startTime)
Sets the startTime value for this ForecastBreakdown.
|
String |
toString() |
public ForecastBreakdown()
public ForecastBreakdown(DateTime startTime, DateTime endTime, ForecastBreakdownEntry[] breakdownEntries)
public DateTime getStartTime()
public void setStartTime(DateTime startTime)
startTime - * The starting time of the represented breakdown.public DateTime getEndTime()
public void setEndTime(DateTime endTime)
endTime - * The end time of the represented breakdown.public ForecastBreakdownEntry[] getBreakdownEntries()
ForecastBreakdownOptions.targets field.public void setBreakdownEntries(ForecastBreakdownEntry[] breakdownEntries)
breakdownEntries - * The forecast breakdown entries in the same order as in the
ForecastBreakdownOptions.targets field.public ForecastBreakdownEntry getBreakdownEntries(int i)
public void setBreakdownEntries(int i,
ForecastBreakdownEntry _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.