Class IsoSystemId
java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.IsoSystemId
- 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 IsoSystemId
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-system-id { type string { pattern "[0-9a-fA-F]{4}(\.[0-9a-fA-F]{4}){2}"; } }
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIsoSystemId
(String _value) IsoSystemId
(IsoSystemId source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static IsoSystemId
getDefaultInstance
(String defaultValue) getValue()
int
hashCode()
toString()
-
Field Details
-
PATTERN_CONSTANTS
-
-
Constructor Details
-
IsoSystemId
-
IsoSystemId
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details