@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class ContactHistory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactHistory.EventTypeValueEnum
Numeric code of event occured on this Contact.
|
| Constructor and Description |
|---|
ContactHistory() |
public ContactHistory eventType(String eventType)
public String getEventType()
public void setEventType(String eventType)
public ContactHistory eventTypeValue(ContactHistory.EventTypeValueEnum eventTypeValue)
public ContactHistory.EventTypeValueEnum getEventTypeValue()
public void setEventTypeValue(ContactHistory.EventTypeValueEnum eventTypeValue)
public ContactHistory eventDate(String eventDate)
public String getEventDate()
public void setEventDate(String eventDate)
public ContactHistory channelName(String channelName)
public String getChannelName()
public void setChannelName(String channelName)
public ContactHistory templateName(String templateName)
public String getTemplateName()
public void setTemplateName(String templateName)
public ContactHistory ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public ContactHistory country(String country)
public String getCountry()
public void setCountry(String country)
public ContactHistory data(String data)
public String getData()
public void setData(String data)
Copyright © 2019. All rights reserved.