@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class Relationship extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OBJECT |
static String |
JSON_PROPERTY_OPER |
static String |
JSON_PROPERTY_SUBJECT |
| Constructor and Description |
|---|
Relationship() |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
_object(String _object) |
boolean |
equals(Object o) |
String |
getObject()
The DOI of the PGRFA related to subject through oper
|
String |
getOper()
The code of the relation operator.
|
String |
getSubject()
The DOI of the PGRFA subject that was provided as search value
|
int |
hashCode() |
Relationship |
oper(String oper) |
void |
setObject(String _object) |
void |
setOper(String oper) |
void |
setSubject(String subject) |
Relationship |
subject(String subject) |
String |
toString() |
public static final String JSON_PROPERTY_SUBJECT
public static final String JSON_PROPERTY_OPER
public static final String JSON_PROPERTY_OBJECT
public Relationship subject(String subject)
@Nullable public String getSubject()
public void setSubject(String subject)
public Relationship oper(String oper)
public void setOper(String oper)
public Relationship _object(String _object)
@Nullable public String getObject()
public void setObject(String _object)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.