Class YangElement
- java.lang.Object
-
- org.onosproject.drivers.utilities.YangElement
-
public class YangElement extends Object
Class that contains the element base key and a map with all the values to set or retrieved with their relative key.
-
-
Constructor Summary
Constructors Constructor Description YangElement(String baseKey, Map<String,String> keysAndValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBaseKey()Map<String,String>getKeysAndValues()inthashCode()StringtoString()
-
-
-
Method Detail
-
getBaseKey
public String getBaseKey()
-
-