public class SmsTracking extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BASE_URL |
static String |
SERIALIZED_NAME_PROCESS_KEY |
static String |
SERIALIZED_NAME_TRACK |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
SmsTracking() |
| Modifier and Type | Method and Description |
|---|---|
SmsTracking |
baseUrl(String baseUrl) |
boolean |
equals(Object o) |
String |
getBaseUrl()
Custom base URL for shortened links in messages when tracking URL conversions.
|
String |
getProcessKey()
The process key which uniquely identifies conversion tracking.
|
String |
getTrack()
Indicates if a message has to be tracked for conversion rates.
|
String |
getType()
Sets a custom conversion type naming convention, e.g.
|
int |
hashCode() |
SmsTracking |
processKey(String processKey) |
void |
setBaseUrl(String baseUrl) |
void |
setProcessKey(String processKey) |
void |
setTrack(String track) |
void |
setType(String type) |
String |
toString() |
SmsTracking |
track(String track) |
SmsTracking |
type(String type) |
public static final String SERIALIZED_NAME_BASE_URL
public static final String SERIALIZED_NAME_PROCESS_KEY
public static final String SERIALIZED_NAME_TRACK
public static final String SERIALIZED_NAME_TYPE
public SmsTracking baseUrl(String baseUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public SmsTracking processKey(String processKey)
public String getProcessKey()
public void setProcessKey(String processKey)
public SmsTracking track(String track)
public String getTrack()
public void setTrack(String track)
public SmsTracking type(String type)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.