Class SegmentsKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.SegmentsKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.Key<Segments>
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class SegmentsKey
extends Object
implements org.opendaylight.yangtools.binding.Key<Segments>
This class represents the key of
Segments
class.- See Also:
-
Constructor Summary
ConstructorDescriptionSegmentsKey
(@NonNull SegmentId _segmentId) Constructs an instance.SegmentsKey
(SegmentsKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
SegmentsKey
Constructs an instance.- Parameters:
_segmentId
- the entity segmentId- Throws:
NullPointerException
- if any of the arguments are null
-
SegmentsKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getSegmentId
Return segmentId, guaranteed to be non-null.- Returns:
SegmentId
segmentId, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-