Package org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
Class InterfaceKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces.InterfaceKey
-
- 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<Interface>
@Generated("mdsal-binding-generator") public class InterfaceKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Interface>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterfaceKey(@NonNull String _name)InterfaceKey(InterfaceKey source)Creates a copy from Source Object.
-
-
-
Constructor Detail
-
InterfaceKey
public InterfaceKey(@NonNull String _name)
-
InterfaceKey
public InterfaceKey(InterfaceKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-