All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
static ResultMessageSummary |
create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index) |
static ResultMessageSummary |
create(com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> highlightRanges,
Map<String,Object> message,
String index,
DecorationStats decorationStats) |
abstract DecorationStats |
decorationStats() |
abstract com.google.common.collect.Multimap<String,com.google.common.collect.Range<Integer>> |
highlightRanges() |
abstract String |
index() |
abstract Map<String,Object> |
message() |
abstract ResultMessageSummary.Builder |
toBuilder() |