Class ImmutableNormalizedAnydata
java.lang.Object
org.opendaylight.yangtools.yang.data.util.ImmutableNormalizedAnydata
- All Implemented Interfaces:
Immutable
,NormalizedAnydata
- Direct Known Subclasses:
ImmutableMetadataNormalizedAnydata
@Beta
@NonNullByDefault
public class ImmutableNormalizedAnydata
extends Object
implements NormalizedAnydata
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableNormalizedAnydata
(EffectiveStatementInference inference, NormalizedNode data) -
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
final boolean
final NormalizedNode
getData()
Return theNormalizedNode
representation of this node's data.Return theEffectiveStatementInference
which describes the structure returned byNormalizedAnydata.getData()
.final int
hashCode()
final String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
writeTo, writeTo
-
Constructor Details
-
ImmutableNormalizedAnydata
-
-
Method Details
-
getInference
Description copied from interface:NormalizedAnydata
Return theEffectiveStatementInference
which describes the structure returned byNormalizedAnydata.getData()
.- Specified by:
getInference
in interfaceNormalizedAnydata
- Returns:
- An
EffectiveStatementInference
-
getData
Description copied from interface:NormalizedAnydata
Return theNormalizedNode
representation of this node's data. Information about the corresponding schema is available viaNormalizedAnydata.getInference()
.- Specified by:
getData
in interfaceNormalizedAnydata
- Returns:
- A
NormalizedNode
-
hashCode
public final int hashCode() -
equals
-
toString
-
addToStringAttributes
-