Package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams
Class StreamKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.StreamKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<Stream>
@Generated("mdsal-binding-generator") public class StreamKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Stream>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamKey(@NonNull StreamNameType _name)StreamKey(StreamKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull StreamNameTypegetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StreamKey
public StreamKey(@NonNull StreamNameType _name)
-
StreamKey
public StreamKey(StreamKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getName
public @NonNull StreamNameType getName()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-