public class Recipient extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Recipient.RecipientTypeEnum
recipient_type string
|
| 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
|
int |
hashCode() |
Recipient |
recipientId(Integer recipientId) |
Recipient |
recipientType(Recipient.RecipientTypeEnum recipientType) |
void |
setRecipientId(Integer recipientId) |
void |
setRecipientType(Recipient.RecipientTypeEnum recipientType) |
String |
toString() |
public Integer getRecipientId()
public void setRecipientId(Integer recipientId)
public Recipient recipientType(Recipient.RecipientTypeEnum recipientType)
public Recipient.RecipientTypeEnum getRecipientType()
public void setRecipientType(Recipient.RecipientTypeEnum recipientType)
Copyright © 2018. All Rights Reserved.