@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CaptiveRecipient extends Object
| Constructor and Description |
|---|
CaptiveRecipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientUserId()
Specifies whether the recipient is embedded or remote.
|
String |
getEmail()
Specifies the email address associated with the captive recipient.
|
ErrorDetails |
getErrorDetails() |
String |
getUserName()
Specifies the user name associated with the captive recipient.
|
int |
hashCode() |
void |
setClientUserId(String clientUserId) |
void |
setEmail(String email) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setUserName(String userName) |
String |
toString() |
public String getClientUserId()
public void setClientUserId(String clientUserId)
public String getEmail()
public void setEmail(String email)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getUserName()
public void setUserName(String userName)
Copyright © 2017. All rights reserved.