Interface MarshallerMetricsAccumulationKey
- 
- All Known Implementing Classes:
- MacroMetricsKey,- ViewLinkMarshallerMetricsKey
 
 public interface MarshallerMetricsAccumulationKeyTo be implemented by any classes who wish to be used as metrics accumulation keys.- Since:
- 5.8
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccumulationKeyAsString()
 
- 
- 
- 
Method Detail- 
getAccumulationKeyAsStringString getAccumulationKeyAsString() - Returns:
- The string representation of the metrics accumulation key. This will go into the eventual analytics event.
 
 
- 
 
-