Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top.IngressMapping
Packages that use IngressMapping
Package
Description
-
Uses of IngressMapping in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return IngressMappingModifier and TypeMethodDescriptionVlanLogicalIngressMappingTop.getIngressMapping()Return ingressMapping, ornullif it is not present.@NonNull IngressMappingVlanLogicalIngressMappingTop.nonnullIngressMapping()Return ingressMapping, or an empty instance if it is not present. -
Uses of IngressMapping in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top with type parameters of type IngressMappingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IngressMapping>>
E$$IngressMappingBuilder.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.vlan.rev190416.vlan.logical.ingress.mapping.top that return IngressMappingModifier and TypeMethodDescription@NonNull IngressMappingIngressMappingBuilder.build()A newIngressMappinginstance.static @NonNull IngressMappingIngressMappingBuilder.empty()Get empty instance of IngressMapping.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top that return types with arguments of type IngressMappingModifier and TypeMethodDescriptiondefault Class<IngressMapping>IngressMapping.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top with parameters of type IngressMappingModifier and TypeMethodDescriptionstatic booleanIngressMapping.bindingEquals(@NonNull IngressMapping thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIngressMapping.bindingHashCode(@NonNull IngressMapping obj) Default implementation ofObject.hashCode()contract for this interface.static StringIngressMapping.bindingToString(@NonNull IngressMapping obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top with type arguments of type IngressMappingModifier and TypeMethodDescriptionIngressMappingBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IngressMapping> augmentation) Add an augmentation to this builder's product.IngressMappingBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IngressMapping>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top with parameters of type IngressMappingModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIngressMapping. -
Uses of IngressMapping in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top that return IngressMappingModifier and TypeMethodDescriptionVlanBuilder.getIngressMapping()Return current value associated with the property corresponding toVlanLogicalIngressMappingTop.getIngressMapping().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top with parameters of type IngressMappingModifier and TypeMethodDescriptionVlanBuilder.setIngressMapping(IngressMapping value) Set the property corresponding toVlanLogicalIngressMappingTop.getIngressMapping()to the specified value.