Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref.InterfaceRef
Package
Description
-
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Modifier and TypeMethodDescriptionInterfaceRef.getInterfaceRef()
Return interfaceRef, ornull
if it is not present.@NonNull InterfaceRef
InterfaceRef.nonnullInterfaceRef()
Return interfaceRef, or an empty instance if it is not present. -
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<InterfaceRef>>
E$$InterfaceRefBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull InterfaceRef
InterfaceRefBuilder.build()
A newInterfaceRef
instance.static @NonNull InterfaceRef
InterfaceRefBuilder.empty()
Get empty instance of InterfaceRef.Modifier and TypeMethodDescriptiondefault Class
<InterfaceRef> InterfaceRef.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
InterfaceRef.bindingEquals
(@NonNull InterfaceRef thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
InterfaceRef.bindingHashCode
(@NonNull InterfaceRef obj) Default implementation ofObject.hashCode()
contract for this interface.static String
InterfaceRef.bindingToString
(@NonNull InterfaceRef obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionInterfaceRefBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<InterfaceRef> augmentation) Add an augmentation to this builder's product.InterfaceRefBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<InterfaceRef>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInterfaceRef
. -
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top
Modifier and TypeMethodDescriptionUnnumberedBuilder.getInterfaceRef()
Return current value associated with the property corresponding toInterfaceRef.getInterfaceRef()
.Modifier and TypeMethodDescriptionUnnumberedBuilder.setInterfaceRef
(InterfaceRef value) Set the property corresponding toInterfaceRef.getInterfaceRef()
to the specified value.