Class NodeInstanceIdentifier
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Xpath10
-
- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.acm.rev180214.NodeInstanceIdentifier
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator") public class NodeInstanceIdentifier extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Xpath10 implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeInstanceIdentifier(String _value)NodeInstanceIdentifier(NodeInstanceIdentifier source)Creates a copy from Source Object.NodeInstanceIdentifier(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Xpath10 source)Creates a new instance from Xpath10
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeInstanceIdentifiergetDefaultInstance(String defaultValue)
-
-
-
Constructor Detail
-
NodeInstanceIdentifier
@ConstructorParameters("value") @ConstructorProperties("value") public NodeInstanceIdentifier(String _value)
-
NodeInstanceIdentifier
public NodeInstanceIdentifier(NodeInstanceIdentifier source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
NodeInstanceIdentifier
public NodeInstanceIdentifier(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Xpath10 source)
Creates a new instance from Xpath10- Parameters:
source- Source object
-
-
Method Detail
-
getDefaultInstance
public static NodeInstanceIdentifier getDefaultInstance(String defaultValue)
-
-