public class Recipient extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Recipient.RecipientTypeEnum
recipient_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_RECIPIENT_ID |
static String |
SERIALIZED_NAME_RECIPIENT_TYPE |
| Constructor and Description |
|---|
Recipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getRecipientId()
recipient_id integer
|
Recipient.RecipientTypeEnum |
getRecipientType()
recipient_type string
|
String |
getRecipientTypeString() |
int |
hashCode() |
Recipient |
recipientId(Integer recipientId) |
Recipient |
recipientType(Recipient.RecipientTypeEnum recipientTypeEnum) |
Recipient |
recipientTypeString(String recipientType) |
void |
setRecipientId(Integer recipientId) |
void |
setRecipientType(Recipient.RecipientTypeEnum recipientTypeEnum) |
void |
setRecipientTypeString(String recipientType) |
String |
toString() |
public static final String SERIALIZED_NAME_RECIPIENT_ID
public static final String SERIALIZED_NAME_RECIPIENT_TYPE
public Integer getRecipientId()
public void setRecipientId(Integer recipientId)
public Recipient recipientType(Recipient.RecipientTypeEnum recipientTypeEnum)
public Recipient.RecipientTypeEnum getRecipientType()
public String getRecipientTypeString()
public void setRecipientType(Recipient.RecipientTypeEnum recipientTypeEnum)
public void setRecipientTypeString(String recipientType)
Copyright © 2021. All Rights Reserved.