public interface PathElemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(String key)
 Map of key (attribute) name to value. 
 | 
Map<String,String> | 
getKey()
Deprecated.  
 | 
int | 
getKeyCount()
 Map of key (attribute) name to value. 
 | 
Map<String,String> | 
getKeyMap()
 Map of key (attribute) name to value. 
 | 
String | 
getKeyOrDefault(String key,
               String defaultValue)
 Map of key (attribute) name to value. 
 | 
String | 
getKeyOrThrow(String key)
 Map of key (attribute) name to value. 
 | 
String | 
getName()
 The name of the element in the path. 
 | 
com.google.protobuf.ByteString | 
getNameBytes()
 The name of the element in the path. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the element in the path.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the element in the path.
string name = 1;int getKeyCount()
Map of key (attribute) name to value.
map<string, string> key = 2;boolean containsKey(String key)
Map of key (attribute) name to value.
map<string, string> key = 2;@Deprecated Map<String,String> getKey()
getKeyMap() instead.Map<String,String> getKeyMap()
Map of key (attribute) name to value.
map<string, string> key = 2;String getKeyOrDefault(String key, String defaultValue)
Map of key (attribute) name to value.
map<string, string> key = 2;Copyright © 2018 OpenDaylight. All rights reserved.