Class KeyValuePair
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.api.config.KeyValuePair
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair()KeyValuePair(String key, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcommaSeparatedList(List<? extends KeyValuePair> pairs)booleanequals(Object o)StringgetKey()StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
commaSeparatedList
public static String commaSeparatedList(List<? extends KeyValuePair> pairs)
-
-