@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class DeliveryIssue extends Object
| Constructor and Description |
|---|
DeliveryIssue() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryIssue |
clientComments(String clientComments) |
DeliveryIssue |
description(String description) |
DeliveryIssue |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
String |
getClientComments()
The user's comments.
|
String |
getDescription()
The description of the message.
|
String |
getEmailAddress()
The user's email address.
|
String |
getMessageId()
The message id of the message.
|
String |
getType()
The type of message, must be one of the following values SMS, MMS, VOICE, EMAIL_MARKETING, EMAIL_TRANSACTIONAL, FAX, POST.
|
int |
hashCode() |
DeliveryIssue |
messageId(String messageId) |
void |
setClientComments(String clientComments) |
void |
setDescription(String description) |
void |
setEmailAddress(String emailAddress) |
void |
setMessageId(String messageId) |
void |
setType(String type) |
String |
toString() |
DeliveryIssue |
type(String type) |
public DeliveryIssue messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public DeliveryIssue type(String type)
public String getType()
public void setType(String type)
public DeliveryIssue description(String description)
public String getDescription()
public void setDescription(String description)
public DeliveryIssue clientComments(String clientComments)
public String getClientComments()
public void setClientComments(String clientComments)
public DeliveryIssue emailAddress(String emailAddress)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
Copyright © 2019. All rights reserved.