Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top.IngressMapping
-
-
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 IngressMapping Modifier and Type Method Description IngressMappingVlanLogicalIngressMappingTop. getIngressMapping()Return ingressMapping, ornullif 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 IngressMapping Modifier and Type Method Description <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 IngressMapping Modifier and Type Method Description @NonNull IngressMappingIngressMappingBuilder. build()A newIngressMappinginstance.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 IngressMapping Modifier and Type Method Description default 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 IngressMapping Modifier and Type Method Description static 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 IngressMapping Modifier and Type Method Description IngressMappingBuilderIngressMappingBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IngressMapping> augmentation)Add an augmentation to this builder's product.IngressMappingBuilderIngressMappingBuilder. 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 IngressMapping Constructor Description IngressMappingBuilder(IngressMapping base)Construct 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 IngressMapping Modifier and Type Method Description IngressMappingVlanBuilder. 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 IngressMapping Modifier and Type Method Description VlanBuilderVlanBuilder. setIngressMapping(IngressMapping value)Set the property corresponding toVlanLogicalIngressMappingTop.getIngressMapping()to the specified value.
-