public class ForecastResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<ForecastDataPoint> |
dataPoint |
protected String |
requestId |
| Constructor and Description |
|---|
ForecastResponse() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<ForecastDataPoint> |
getDataPoint()
Gets the value of the dataPoint property.
|
String |
getRequestId()
Obtiene el valor de la propiedad requestId.
|
boolean |
isSetDataPoint() |
boolean |
isSetRequestId() |
void |
setRequestId(String value)
Define el valor de la propiedad requestId.
|
String |
toString() |
void |
unsetDataPoint() |
ForecastResponse |
withDataPoint(Collection<ForecastDataPoint> values) |
ForecastResponse |
withDataPoint(ForecastDataPoint... values) |
ForecastResponse |
withRequestId(String value) |
protected List<ForecastDataPoint> dataPoint
protected String requestId
public List<ForecastDataPoint> getDataPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dataPoint property.
For example, to add a new item, do as follows:
getDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
ForecastDataPoint
public boolean isSetDataPoint()
public void unsetDataPoint()
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic boolean isSetRequestId()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class eu.limetri.ygg.api.ResponseMessagepublic ForecastResponse withDataPoint(ForecastDataPoint... values)
public ForecastResponse withDataPoint(Collection<ForecastDataPoint> values)
public ForecastResponse withRequestId(String value)
Copyright © 2016. All Rights Reserved.