Package com.batch.android.query.response
Class Response
- java.lang.Object
-
- com.batch.android.query.response.Response
-
- Direct Known Subclasses:
AttributesCheckResponse,AttributesSendResponse,LocalCampaignsResponse,PushResponse,StartResponse,TrackingResponse
public abstract class Response extends java.lang.ObjectA response from server to a query
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetQueryID()Get the ID of the query the response is forQueryTypegetQueryType()Get the type of the query the response is for
-
-
-
Constructor Detail
-
Response
public Response(QueryType queryType, java.lang.String queryID)
- Parameters:
queryType-queryID-
-
-
Method Detail
-
getQueryID
public java.lang.String getQueryID()
Get the ID of the query the response is for- Returns:
-
getQueryType
public QueryType getQueryType()
Get the type of the query the response is for- Returns:
-
-