-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class MetricsContainer.MetricDescriptor implements Comparable<MetricsContainer.MetricDescriptor>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final StringprojectHash
-
Constructor Summary
Constructors Constructor Description MetricsContainer.MetricDescriptor(String name, String projectHash)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetProjectHash()IntegercompareTo(MetricsContainer.MetricDescriptor other)-
-
Method Detail
-
getProjectHash
final String getProjectHash()
-
compareTo
Integer compareTo(MetricsContainer.MetricDescriptor other)
-
-
-
-