public class MatchFpResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
campaignId |
java.lang.String |
destinationUrl |
boolean |
isMatch |
java.lang.String |
messageId |
int |
templateId |
| Constructor and Description |
|---|
MatchFpResponse(boolean isMatch,
java.lang.String destinationUrl,
int campaignId,
int templateId,
java.lang.String messageId) |
| Modifier and Type | Method and Description |
|---|---|
static MatchFpResponse |
fromJSONObject(org.json.JSONObject json) |
public final boolean isMatch
public final java.lang.String destinationUrl
public final int campaignId
public final int templateId
public final java.lang.String messageId
public MatchFpResponse(boolean isMatch,
java.lang.String destinationUrl,
int campaignId,
int templateId,
java.lang.String messageId)
public static MatchFpResponse fromJSONObject(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException