@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class SMTAReportResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_PROVIDER_P_I_D |
static String |
JSON_PROPERTY_RESULT |
static String |
JSON_PROPERTY_SYMBOL |
| Constructor and Description |
|---|
SMTAReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
SMTAReportResponse |
addErrorItem(SMTAReportResponseError errorItem) |
boolean |
equals(Object o) |
SMTAReportResponse |
error(List<SMTAReportResponseError> error) |
List<SMTAReportResponseError> |
getError()
Get error
|
String |
getProviderPID()
The Provider PID sent in the request (if present)
|
String |
getResult()
OK or KO, depending on whether the request was successfully processed or not
|
String |
getSymbol()
Get symbol
|
int |
hashCode() |
SMTAReportResponse |
providerPID(String providerPID) |
SMTAReportResponse |
result(String result) |
void |
setError(List<SMTAReportResponseError> error) |
void |
setProviderPID(String providerPID) |
void |
setResult(String result) |
void |
setSymbol(String symbol) |
SMTAReportResponse |
symbol(String symbol) |
String |
toString() |
public static final String JSON_PROPERTY_SYMBOL
public static final String JSON_PROPERTY_PROVIDER_P_I_D
public static final String JSON_PROPERTY_RESULT
public static final String JSON_PROPERTY_ERROR
public SMTAReportResponse symbol(String symbol)
public void setSymbol(String symbol)
public SMTAReportResponse providerPID(String providerPID)
@Nullable public String getProviderPID()
public void setProviderPID(String providerPID)
public SMTAReportResponse result(String result)
@Nullable public String getResult()
public void setResult(String result)
public SMTAReportResponse error(List<SMTAReportResponseError> error)
public SMTAReportResponse addErrorItem(SMTAReportResponseError errorItem)
@Nullable public List<SMTAReportResponseError> getError()
public void setError(List<SMTAReportResponseError> error)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.