Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.InterfaceRef
-
-
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 InterfaceRef Modifier and Type Method Description InterfaceRefInterfaceRef. getInterfaceRef()Return interfaceRef, ornullif it is not present. -
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref with type parameters of type InterfaceRef Modifier and Type Method Description <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 that return InterfaceRef Modifier and Type Method Description @NonNull InterfaceRefInterfaceRefBuilder. build()A newInterfaceRefinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref that return types with arguments of type InterfaceRef Modifier and Type Method Description default Class<InterfaceRef>InterfaceRef. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref with parameters of type InterfaceRef Modifier and Type Method Description static 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 with type arguments of type InterfaceRef Modifier and Type Method Description InterfaceRefBuilderInterfaceRefBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<InterfaceRef> augmentation)Add an augmentation to this builder's product.InterfaceRefBuilderInterfaceRefBuilder. 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 with parameters of type InterfaceRef Constructor Description InterfaceRefBuilder(InterfaceRef base)Construct a builder initialized with state from specifiedInterfaceRef. -
Uses of InterfaceRef in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top that return InterfaceRef Modifier and Type Method Description InterfaceRefUnnumberedBuilder. getInterfaceRef()Return current value associated with the property corresponding toInterfaceRef.getInterfaceRef().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top with parameters of type InterfaceRef Modifier and Type Method Description UnnumberedBuilderUnnumberedBuilder. setInterfaceRef(InterfaceRef value)Set the property corresponding toInterfaceRef.getInterfaceRef()to the specified value.
-