public final class PublishPayload extends Object
Constructor and Description |
---|
PublishPayload(Map<String,String> tags,
List<com.netflix.spectator.api.Measurement> metrics)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<com.netflix.spectator.api.Measurement> |
getMetrics()
Return the list of measurements.
|
Map<String,String> |
getTags()
Return the common tags.
|
int |
hashCode() |
String |
toString() |