Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref.InterfaceRef
Packages that use InterfaceRef
Package
Description
-
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412 that return InterfaceRefModifier and TypeMethodDescriptionInterfaceRef.getInterfaceRef()Return interfaceRef, ornullif it is not present.@NonNull InterfaceRefInterfaceRef.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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref with type parameters of type InterfaceRefModifier 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.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref that return InterfaceRefModifier and TypeMethodDescription@NonNull InterfaceRefInterfaceRefBuilder.build()A newInterfaceRefinstance.static @NonNull InterfaceRefInterfaceRefBuilder.empty()Get empty instance of InterfaceRef.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref that return types with arguments of type InterfaceRefModifier and TypeMethodDescriptiondefault Class<InterfaceRef> InterfaceRef.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref with parameters of type InterfaceRefModifier and TypeMethodDescriptionstatic booleanInterfaceRef.bindingEquals(@NonNull InterfaceRef thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInterfaceRef.bindingHashCode(@NonNull InterfaceRef obj) Default implementation ofObject.hashCode()contract for this interface.static StringInterfaceRef.bindingToString(@NonNull InterfaceRef obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref with type arguments of type InterfaceRefModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.ref with parameters of type InterfaceRefModifierConstructorDescriptionConstruct 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top that return InterfaceRefModifier and TypeMethodDescriptionUnnumberedBuilder.getInterfaceRef()Return current value associated with the property corresponding toInterfaceRef.getInterfaceRef().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top with parameters of type InterfaceRefModifier and TypeMethodDescriptionUnnumberedBuilder.setInterfaceRef(InterfaceRef value) Set the property corresponding toInterfaceRef.getInterfaceRef()to the specified value.