@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class PGRFARegistrationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOI |
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_GENUS |
static String |
JSON_PROPERTY_SAMPLEID |
| Constructor and Description |
|---|
PGRFARegistrationResponse() |
| Modifier and Type | Method and Description |
|---|---|
PGRFARegistrationResponse |
doi(String doi) |
boolean |
equals(Object o) |
PGRFARegistrationResponse |
error(String error) |
PGRFARegistrationResponse |
genus(String genus) |
String |
getDoi()
The DOI associated with the PGRFA upon registration.
|
String |
getError()
Get error
|
String |
getGenus()
Genus of the PGRFA.
|
String |
getSampleid()
The local sample identifier sent in the request.
|
int |
hashCode() |
PGRFARegistrationResponse |
sampleid(String sampleid) |
void |
setDoi(String doi) |
void |
setError(String error) |
void |
setGenus(String genus) |
void |
setSampleid(String sampleid) |
String |
toString() |
public static final String JSON_PROPERTY_SAMPLEID
public static final String JSON_PROPERTY_GENUS
public static final String JSON_PROPERTY_DOI
public static final String JSON_PROPERTY_ERROR
public PGRFARegistrationResponse sampleid(String sampleid)
@Nonnull public String getSampleid()
public void setSampleid(String sampleid)
public PGRFARegistrationResponse genus(String genus)
public void setGenus(String genus)
public PGRFARegistrationResponse doi(String doi)
@Nullable public String getDoi()
public void setDoi(String doi)
public PGRFARegistrationResponse error(String error)
public void setError(String error)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.