public class ForecastRequest extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<ForecastDataPoint> |
dataPoint |
protected String |
model |
protected List<ForecastModelParameter> |
modelParameter |
protected String |
requestId |
| Constructor and Description |
|---|
ForecastRequest() |
| 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 |
getModel()
Obtiene el valor de la propiedad model.
|
List<ForecastModelParameter> |
getModelParameter()
Gets the value of the modelParameter property.
|
String |
getRequestId()
Obtiene el valor de la propiedad requestId.
|
boolean |
isSetDataPoint() |
boolean |
isSetModel() |
boolean |
isSetModelParameter() |
boolean |
isSetRequestId() |
void |
setModel(String value)
Define el valor de la propiedad model.
|
void |
setRequestId(String value)
Define el valor de la propiedad requestId.
|
String |
toString() |
void |
unsetDataPoint() |
void |
unsetModelParameter() |
ForecastRequest |
withDataPoint(Collection<ForecastDataPoint> values) |
ForecastRequest |
withDataPoint(ForecastDataPoint... values) |
ForecastRequest |
withModel(String value) |
ForecastRequest |
withModelParameter(Collection<ForecastModelParameter> values) |
ForecastRequest |
withModelParameter(ForecastModelParameter... values) |
ForecastRequest |
withRequestId(String value) |
protected String model
protected List<ForecastModelParameter> modelParameter
protected List<ForecastDataPoint> dataPoint
protected String requestId
public String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic boolean isSetModel()
public List<ForecastModelParameter> getModelParameter()
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 modelParameter property.
For example, to add a new item, do as follows:
getModelParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ForecastModelParameter
public boolean isSetModelParameter()
public void unsetModelParameter()
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.RequestMessagepublic 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.RequestMessagepublic 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.RequestMessagepublic ForecastRequest withModel(String value)
public ForecastRequest withModelParameter(ForecastModelParameter... values)
public ForecastRequest withModelParameter(Collection<ForecastModelParameter> values)
public ForecastRequest withDataPoint(ForecastDataPoint... values)
public ForecastRequest withDataPoint(Collection<ForecastDataPoint> values)
public ForecastRequest withRequestId(String value)
Copyright © 2016. All Rights Reserved.