Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.RoutedVlan
-
-
Uses of RoutedVlan 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 RoutedVlan Modifier and Type Method Description RoutedVlanInterface1Builder. getRoutedVlan()Return current value associated with the property corresponding toVlanRoutedTop.getRoutedVlan().RoutedVlanVlanRoutedTop. getRoutedVlan()Return routedVlan, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type RoutedVlan Modifier and Type Method Description Interface1BuilderInterface1Builder. setRoutedVlan(RoutedVlan value)Set the property corresponding toVlanRoutedTop.getRoutedVlan()to the specified value. -
Uses of RoutedVlan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with type parameters of type RoutedVlan Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedVlan>>
E$$RoutedVlanBuilder. 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.routed.top that return RoutedVlan Modifier and Type Method Description @NonNull RoutedVlanRoutedVlanBuilder. build()A newRoutedVlaninstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top that return types with arguments of type RoutedVlan Modifier and Type Method Description default Class<RoutedVlan>RoutedVlan. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with parameters of type RoutedVlan Modifier and Type Method Description static booleanRoutedVlan. bindingEquals(@NonNull RoutedVlan thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRoutedVlan. bindingHashCode(@NonNull RoutedVlan obj)Default implementation ofObject.hashCode()contract for this interface.static StringRoutedVlan. bindingToString(@NonNull RoutedVlan obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with type arguments of type RoutedVlan Modifier and Type Method Description RoutedVlanBuilderRoutedVlanBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RoutedVlan> augmentation)Add an augmentation to this builder's product.RoutedVlanBuilderRoutedVlanBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedVlan>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with parameters of type RoutedVlan Constructor Description RoutedVlanBuilder(RoutedVlan base)Construct a builder initialized with state from specifiedRoutedVlan.
-