Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface that return StateBuilder Modifier and Type Method Description StateBuilderStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation)Add an augmentation to this builder's product.StateBuilderStateBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType)Remove an augmentation from this builder's product.StateBuilderStateBuilder. setAdminStatus(InterfaceCommonState.AdminStatus value)Set the property corresponding toInterfaceCommonState.getAdminStatus()to the specified value.StateBuilderStateBuilder. setCounters(Counters value)Set the property corresponding toInterfaceCountersState.getCounters()to the specified value.StateBuilderStateBuilder. setCpu(Boolean value)Set the property corresponding toInterfaceCommonState.getCpu()to the specified value.StateBuilderStateBuilder. setDescription(String value)Set the property corresponding toInterfaceCommonConfig.getDescription()to the specified value.StateBuilderStateBuilder. setEnabled(Boolean value)Set the property corresponding toInterfaceCommonConfig.getEnabled()to the specified value.StateBuilderStateBuilder. setIfindex(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toInterfaceCommonState.getIfindex()to the specified value.StateBuilderStateBuilder. setIndex(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toSubinterfacesConfig.getIndex()to the specified value.StateBuilderStateBuilder. setLastChange(Timeticks64 value)Set the property corresponding toInterfaceCommonState.getLastChange()to the specified value.StateBuilderStateBuilder. setLogical(Boolean value)Set the property corresponding toInterfaceCommonState.getLogical()to the specified value.StateBuilderStateBuilder. setManagement(Boolean value)Set the property corresponding toInterfaceCommonState.getManagement()to the specified value.StateBuilderStateBuilder. setName(String value)Set the property corresponding toSubinterfacesState.getName()to the specified value.StateBuilderStateBuilder. setOperStatus(InterfaceCommonState.OperStatus value)Set the property corresponding toInterfaceCommonState.getOperStatus()to the specified value.
-