@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class SMTAReportRecipient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ADDRESS |
static String |
JSON_PROPERTY_COUNTRY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PID |
static String |
JSON_PROPERTY_TYPE |
| Constructor and Description |
|---|
SMTAReportRecipient() |
| Modifier and Type | Method and Description |
|---|---|
SMTAReportRecipient |
address(String address) |
SMTAReportRecipient |
country(String country) |
boolean |
equals(Object o) |
String |
getAddress()
Get address
|
String |
getCountry()
ISO-3 country code.
|
String |
getName()
Name and surname for individuals or Organization name.
|
String |
getPid()
Provider or Recipient PID.
|
SMTAActorType |
getType()
Get type
|
int |
hashCode() |
SMTAReportRecipient |
name(String name) |
SMTAReportRecipient |
pid(String pid) |
void |
setAddress(String address) |
void |
setCountry(String country) |
void |
setName(String name) |
void |
setPid(String pid) |
void |
setType(SMTAActorType type) |
String |
toString() |
SMTAReportRecipient |
type(SMTAActorType type) |
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_PID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ADDRESS
public static final String JSON_PROPERTY_COUNTRY
public SMTAReportRecipient type(SMTAActorType type)
@Nullable public SMTAActorType getType()
public void setType(SMTAActorType type)
public SMTAReportRecipient pid(String pid)
@Nullable public String getPid()
public void setPid(String pid)
public SMTAReportRecipient name(String name)
@Nullable public String getName()
public void setName(String name)
public SMTAReportRecipient address(String address)
public void setAddress(String address)
public SMTAReportRecipient country(String country)
public void setCountry(String country)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.