All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
MIXInsightsResult |
copyFrom(MIXInsightsResult instance) |
APIContext |
getContext() |
List<Map<String,List<Map<String,Long>>>> |
getFieldDailyAgeGenderBreakdown() |
List<Map<String,Long>> |
getFieldDailyAudioLibraryValues() |
List<Map<String,Long>> |
getFieldDailyUgcValues() |
List<Map<String,Long>> |
getFieldDailyValues() |
String |
getFieldMetric() |
List<Map<String,Long>> |
getFieldMonthlyAudioLibraryValues() |
List<Map<String,Long>> |
getFieldMonthlyUgcValues() |
List<Map<String,Long>> |
getFieldMonthlyValues() |
Double |
getFieldPercentGrowth() |
List<Map<String,List<Map<String,Boolean>>>> |
getFieldShieldedFields() |
List<Map<String,Long>> |
getFieldTotalAgeGenderBreakdown() |
Long |
getFieldTotalAudioLibraryValue() |
List<Map<String,Long>> |
getFieldTotalCountryBreakdown() |
List<Map<String,Long>> |
getFieldTotalLocaleBreakdown() |
List<Map<String,Long>> |
getFieldTotalProductBreakdown() |
Long |
getFieldTotalUgcValue() |
Long |
getFieldTotalValue() |
List<Map<String,List<Map<String,Double>>>> |
getFieldTrendingAge() |
List<Map<String,List<Map<String,Double>>>> |
getFieldTrendingGender() |
List<Map<String,List<Map<String,Double>>>> |
getFieldTrendingInterest() |
List<Map<String,List<Map<String,Double>>>> |
getFieldTrendingTerritory() |
String |
getId() |
static APIRequest.ResponseParser<MIXInsightsResult> |
getParser() |
static MIXInsightsResult |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<MIXInsightsResult> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
MIXInsightsResult |
setFieldDailyAgeGenderBreakdown(List<Map<String,List<Map<String,Long>>>> value) |
MIXInsightsResult |
setFieldDailyAudioLibraryValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldDailyUgcValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldDailyValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldMetric(String value) |
MIXInsightsResult |
setFieldMonthlyAudioLibraryValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldMonthlyUgcValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldMonthlyValues(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldPercentGrowth(Double value) |
MIXInsightsResult |
setFieldShieldedFields(List<Map<String,List<Map<String,Boolean>>>> value) |
MIXInsightsResult |
setFieldTotalAgeGenderBreakdown(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldTotalAudioLibraryValue(Long value) |
MIXInsightsResult |
setFieldTotalCountryBreakdown(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldTotalLocaleBreakdown(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldTotalProductBreakdown(List<Map<String,Long>> value) |
MIXInsightsResult |
setFieldTotalUgcValue(Long value) |
MIXInsightsResult |
setFieldTotalValue(Long value) |
MIXInsightsResult |
setFieldTrendingAge(List<Map<String,List<Map<String,Double>>>> value) |
MIXInsightsResult |
setFieldTrendingGender(List<Map<String,List<Map<String,Double>>>> value) |
MIXInsightsResult |
setFieldTrendingInterest(List<Map<String,List<Map<String,Double>>>> value) |
MIXInsightsResult |
setFieldTrendingTerritory(List<Map<String,List<Map<String,Double>>>> value) |
String |
toString() |