@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class SMTAReportDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_PDF |
static String |
JSON_PROPERTY_RET_INFO |
| Constructor and Description |
|---|
SMTAReportDocument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SMTADocumentLocation |
getLocation()
Get location
|
String |
getPdf()
Base-64 encoded SMTA PDF document.
|
String |
getRetInfo()
How the SMTA document can be retrieved.
|
int |
hashCode() |
SMTAReportDocument |
location(SMTADocumentLocation location) |
SMTAReportDocument |
pdf(String pdf) |
SMTAReportDocument |
retInfo(String retInfo) |
void |
setLocation(SMTADocumentLocation location) |
void |
setPdf(String pdf) |
void |
setRetInfo(String retInfo) |
String |
toString() |
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_RET_INFO
public static final String JSON_PROPERTY_PDF
public SMTAReportDocument location(SMTADocumentLocation location)
@Nullable public SMTADocumentLocation getLocation()
public void setLocation(SMTADocumentLocation location)
public SMTAReportDocument retInfo(String retInfo)
@Nullable public String getRetInfo()
public void setRetInfo(String retInfo)
public SMTAReportDocument pdf(String pdf)
public void setPdf(String pdf)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.