Class IsoPseudonodeId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoPseudonodeId
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<String>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<String>
@Generated("mdsal-binding-generator")
public class IsoPseudonodeId
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<String>, Serializable
This class represents the following YANG schema fragment defined in module isis-topology
typedef iso-pseudonode-id { type string { pattern "[0-9a-fA-F]{2}"; } }
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIsoPseudonodeId
(String _value) IsoPseudonodeId
(IsoPseudonodeId source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static IsoPseudonodeId
getDefaultInstance
(String defaultValue) getValue()
int
hashCode()
toString()
-
Field Details
-
PATTERN_CONSTANTS
-
-
Constructor Details
-
IsoPseudonodeId
-
IsoPseudonodeId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details