public class MetricId extends Object
Constructor and Description |
---|
MetricId(String name,
String description,
List<Tag> tags) |
MetricId(String name,
String description,
Set<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
Set<Tag> |
getTags() |
int |
hashCode() |
String |
toString() |
Copyright © 2018 WSO2. All rights reserved.