public class IterableAttributionInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
campaignId |
java.lang.String |
messageId |
int |
templateId |
| Constructor and Description |
|---|
IterableAttributionInfo(int campaignId,
int templateId,
java.lang.String messageId) |
| Modifier and Type | Method and Description |
|---|---|
static IterableAttributionInfo |
fromJSONObject(org.json.JSONObject jsonObject) |
org.json.JSONObject |
toJSONObject() |
public final int campaignId
public final int templateId
public final java.lang.String messageId
public IterableAttributionInfo(int campaignId,
int templateId,
@Nullable
java.lang.String messageId)
@NonNull public org.json.JSONObject toJSONObject()
@Nullable public static IterableAttributionInfo fromJSONObject(@Nullable org.json.JSONObject jsonObject)