Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top.RoutedVlan
Packages that use RoutedVlan
Package
Description
-
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 RoutedVlanModifier and TypeMethodDescriptionInterface1Builder.getRoutedVlan()Return current value associated with the property corresponding toVlanRoutedTop.getRoutedVlan().VlanRoutedTop.getRoutedVlan()Return routedVlan, ornullif it is not present.@NonNull RoutedVlanVlanRoutedTop.nonnullRoutedVlan()Return routedVlan, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type RoutedVlanModifier and TypeMethodDescriptionInterface1Builder.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 RoutedVlanModifier and TypeMethodDescription<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 RoutedVlanModifier and TypeMethodDescription@NonNull RoutedVlanRoutedVlanBuilder.build()A newRoutedVlaninstance.static @NonNull RoutedVlanRoutedVlanBuilder.empty()Get empty instance of RoutedVlan.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top that return types with arguments of type RoutedVlanMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.routed.top with parameters of type RoutedVlanModifier and TypeMethodDescriptionstatic 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 RoutedVlanModifier and TypeMethodDescriptionRoutedVlanBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RoutedVlan> augmentation) Add an augmentation to this builder's product.RoutedVlanBuilder.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 RoutedVlanModifierConstructorDescriptionRoutedVlanBuilder(RoutedVlan base) Construct a builder initialized with state from specifiedRoutedVlan.