-
public final class MeiroAudienceResultRepresents the result of the Audience request. Since the nature of the result may vary, the generic
JSONObjectentities are returned forreturned_attributesanddatafields of the response.
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectreturnedAttributesprivate final JSONObjectdata
-
Constructor Summary
Constructors Constructor Description MeiroAudienceResult(JSONObject returnedAttributes, JSONObject data)
-
Method Summary
Modifier and Type Method Description final JSONObjectgetReturnedAttributes()final JSONObjectgetData()-
-
Constructor Detail
-
MeiroAudienceResult
MeiroAudienceResult(JSONObject returnedAttributes, JSONObject data)
-
-
Method Detail
-
getReturnedAttributes
final JSONObject getReturnedAttributes()
-
getData
final JSONObject getData()
-
-
-
-