Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.state.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 InterfaceRefInterfaceRefState. 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.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406._interface.ref.state 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.state 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.state 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.state 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.state 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.state with parameters of type InterfaceRef Constructor Description InterfaceRefBuilder(InterfaceRef base)Construct a builder initialized with state from specifiedInterfaceRef.
-