public class AdviceResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropFieldID |
protected ExpertAdviceType |
expertAdvice |
protected String |
farmID |
| Constructor and Description |
|---|
AdviceResponse() |
| 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) |
String |
getCropFieldID()
Obtiene el valor de la propiedad cropFieldID.
|
ExpertAdviceType |
getExpertAdvice()
Obtiene el valor de la propiedad expertAdvice.
|
String |
getFarmID()
Obtiene el valor de la propiedad farmID.
|
boolean |
isSetCropFieldID() |
boolean |
isSetExpertAdvice() |
boolean |
isSetFarmID() |
void |
setCropFieldID(String value)
Define el valor de la propiedad cropFieldID.
|
void |
setExpertAdvice(ExpertAdviceType value)
Define el valor de la propiedad expertAdvice.
|
void |
setFarmID(String value)
Define el valor de la propiedad farmID.
|
String |
toString() |
AdviceResponse |
withCropFieldID(String value) |
AdviceResponse |
withExpertAdvice(ExpertAdviceType value) |
AdviceResponse |
withFarmID(String value) |
protected String farmID
protected String cropFieldID
protected ExpertAdviceType expertAdvice
public String getFarmID()
Stringpublic void setFarmID(String value)
value - allowed object is
Stringpublic boolean isSetFarmID()
public String getCropFieldID()
Stringpublic void setCropFieldID(String value)
value - allowed object is
Stringpublic boolean isSetCropFieldID()
public ExpertAdviceType getExpertAdvice()
ExpertAdviceTypepublic void setExpertAdvice(ExpertAdviceType value)
value - allowed object is
ExpertAdviceTypepublic boolean isSetExpertAdvice()
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 AdviceResponse withFarmID(String value)
public AdviceResponse withCropFieldID(String value)
public AdviceResponse withExpertAdvice(ExpertAdviceType value)
Copyright © 2015. All Rights Reserved.