Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface 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. 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. setLoopbackMode(Boolean value)Set the property corresponding toInterfacePhysConfig.getLoopbackMode()to the specified value.StateBuilderStateBuilder. setManagement(Boolean value)Set the property corresponding toInterfaceCommonState.getManagement()to the specified value.StateBuilderStateBuilder. setMtu(org.opendaylight.yangtools.yang.common.Uint16 value)Set the property corresponding toInterfacePhysConfig.getMtu()to the specified value.StateBuilderStateBuilder. setName(String value)Set the property corresponding toInterfacePhysConfig.getName()to the specified value.StateBuilderStateBuilder. setOperStatus(InterfaceCommonState.OperStatus value)Set the property corresponding toInterfaceCommonState.getOperStatus()to the specified value.StateBuilderStateBuilder. setType(Class<? extends org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev180220.InterfaceType> value)Set the property corresponding toInterfacePhysConfig.getType()to the specified value.
-