Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.VlanKey
-
-
Uses of VlanKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top that return types with arguments of type VlanKey Modifier and Type Method Description @Nullable Map<VlanKey,Vlan>Vlans. getVlan()Return vlan, ornullif it is not present.Map<VlanKey,Vlan>VlansBuilder. getVlan()default @NonNull Map<VlanKey,Vlan>Vlans. nonnullVlan()Return vlan, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top with type arguments of type VlanKey Modifier and Type Method Description VlansBuilderVlansBuilder. setVlan(Map<VlanKey,Vlan> values) -
Uses of VlanKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans that return VlanKey Modifier and Type Method Description VlanKeyVlan. key()VlanKeyVlanBuilder. key()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with parameters of type VlanKey Modifier and Type Method Description VlanBuilderVlanBuilder. withKey(VlanKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with parameters of type VlanKey Constructor Description VlanKey(VlanKey source)Creates a copy from Source Object.
-