Class ImmutableNormalizedAnydata
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.AbstractEffectiveModelContextProvider
-
- org.opendaylight.yangtools.yang.data.util.ImmutableNormalizedAnydata
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,NormalizedAnydata
,EffectiveModelContextProvider
- Direct Known Subclasses:
ImmutableMetadataNormalizedAnydata
@Beta @NonNullByDefault public class ImmutableNormalizedAnydata extends AbstractEffectiveModelContextProvider implements NormalizedAnydata
-
-
Constructor Summary
Constructors Constructor Description ImmutableNormalizedAnydata(EffectiveModelContext schemaContext, DataSchemaNode contextNode, NormalizedNode<?,?> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper helper)
boolean
equals(@Nullable Object obj)
DataSchemaNode
getContextNode()
NormalizedNode<?,?>
getData()
int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.model.util.AbstractEffectiveModelContextProvider
getEffectiveModelContext, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
getEffectiveModelContext
-
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
writeTo, writeTo
-
-
-
-
Constructor Detail
-
ImmutableNormalizedAnydata
public ImmutableNormalizedAnydata(EffectiveModelContext schemaContext, DataSchemaNode contextNode, NormalizedNode<?,?> data)
-
-
Method Detail
-
getContextNode
public final DataSchemaNode getContextNode()
- Specified by:
getContextNode
in interfaceNormalizedAnydata
-
getData
public final NormalizedNode<?,?> getData()
- Specified by:
getData
in interfaceNormalizedAnydata
-
addToStringAttributes
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
- Overrides:
addToStringAttributes
in classAbstractEffectiveModelContextProvider
-
-