Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanConfig.Status
-
-
Uses of VlanConfig.Status 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 VlanConfig.Status Modifier and Type Method Description static VlanConfig.StatusVlanConfig.Status. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.VlanConfig.StatusVlanConfig. getStatus()Return status, ornullif it is not present.default @NonNull VlanConfig.StatusVlanConfig. requireStatus()Return status, guaranteed to be non-null.static VlanConfig.StatusVlanConfig.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static VlanConfig.Status[]VlanConfig.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return types with arguments of type VlanConfig.Status Modifier and Type Method Description static Optional<VlanConfig.Status>VlanConfig.Status. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of VlanConfig.Status in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan that return VlanConfig.Status Modifier and Type Method Description VlanConfig.StatusConfigBuilder. getStatus()VlanConfig.StatusStateBuilder. getStatus()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.vlan with parameters of type VlanConfig.Status Modifier and Type Method Description ConfigBuilderConfigBuilder. setStatus(VlanConfig.Status value)StateBuilderStateBuilder. setStatus(VlanConfig.Status value)
-