@Beta public class ImmutableNormalizedMetadata extends AbstractIdentifiable<YangInstanceIdentifier.PathArgument> implements NormalizedMetadata
NormalizedMetadata
.Modifier and Type | Class and Description |
---|---|
static class |
ImmutableNormalizedMetadata.Builder
Builder of ImmutableNormalizedMetadata instances. |
Modifier and Type | Method and Description |
---|---|
static @NonNull ImmutableNormalizedMetadata.Builder |
builder()
Return a new
ImmutableNormalizedMetadata.Builder . |
ImmutableMap<QName,Object> |
getAnnotations()
Return the set of annotations defined in this metadata node.
|
addToStringAttributes, getIdentifier, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren
getIdentifier
public static final @NonNull ImmutableNormalizedMetadata.Builder builder()
ImmutableNormalizedMetadata.Builder
.public final ImmutableMap<QName,Object> getAnnotations()
NormalizedMetadata
String
s, Number
s and similar. The map must also be effectively-immutable.getAnnotations
in interface NormalizedMetadata
Copyright © 2020 OpenDaylight. All rights reserved.