@Beta @NonNullByDefault public class ImmutableNormalizedAnydata extends Object implements NormalizedAnydata
Constructor and Description |
---|
ImmutableNormalizedAnydata(SchemaContext schemaContext,
DataSchemaNode contextNode,
NormalizedNode<?,?> data) |
Modifier and Type | Method and Description |
---|---|
protected MoreObjects.ToStringHelper |
addToStringAttributes(MoreObjects.ToStringHelper helper) |
boolean |
equals(@Nullable Object obj) |
DataSchemaNode |
getContextNode() |
NormalizedNode<?,?> |
getData() |
SchemaContext |
getSchemaContext() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
writeTo, writeTo
public ImmutableNormalizedAnydata(SchemaContext schemaContext, DataSchemaNode contextNode, NormalizedNode<?,?> data)
public final SchemaContext getSchemaContext()
getSchemaContext
in interface NormalizedAnydata
getSchemaContext
in interface SchemaContextProvider
public final DataSchemaNode getContextNode()
getContextNode
in interface NormalizedAnydata
public final NormalizedNode<?,?> getData()
getData
in interface NormalizedAnydata
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
Copyright © 2019 OpenDaylight. All rights reserved.