Class LevelEntry
- java.lang.Object
-
- com.epam.ta.reportportal.entity.widget.content.healthcheck.LevelEntry
-
public class LevelEntry extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetValue()static LevelEntryof(java.lang.String key, java.lang.String value)
-
-
-
Method Detail
-
of
public static LevelEntry of(java.lang.String key, java.lang.String value)
-
getKey
public java.lang.String getKey()
-
getValue
public java.lang.String getValue()
-
-