Class InstructionId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionId
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<String>
,org.opendaylight.yangtools.yang.binding.TypeObject
,org.opendaylight.yangtools.yang.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class InstructionId
extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
implements Serializable
This class represents the following YANG schema fragment defined in module programming
typedef instruction-id { type inet:uri; }
- See Also:
-
Uri
- Serialized Form
-
Constructor Summary
ConstructorDescriptionInstructionId
(String _value) InstructionId
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source) Creates a new instance from UriInstructionId
(InstructionId source) Creates a copy from Source Object. -
Method Summary
Methods inherited from class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
equals, getValue, hashCode, toString
-
Constructor Details
-
InstructionId
-
InstructionId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
InstructionId
public InstructionId(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri source) Creates a new instance from Uri- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-