Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.state.InterfaceRef
Packages that use InterfaceRef
Package
Description
-
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return InterfaceRefModifier and TypeMethodDescriptionInterfaceRefState.getInterfaceRef()Return interfaceRef, ornullif it is not present.@NonNull InterfaceRefInterfaceRefState.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.rev210406._interface.ref.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.state with type parameters of type InterfaceRefModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.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.rev210406._interface.ref.state 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.rev210406._interface.ref.state 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.rev210406._interface.ref.state 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.rev210406._interface.ref.state with type arguments of type InterfaceRefModifier and TypeMethodDescriptionInterfaceRefBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<InterfaceRef> augmentation) Add an augmentation to this builder's product.InterfaceRefBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InterfaceRef>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.state with parameters of type InterfaceRefModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInterfaceRef.