Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.connection 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. setAddress(IpAddress value)Set the property corresponding toOpenflowConnectionsConfig.getAddress()to the specified value.StateBuilderStateBuilder. setAuxId(AuxiliaryId value)Set the property corresponding toOpenflowConnectionsConfig.getAuxId()to the specified value.StateBuilderStateBuilder. setCertificateId(String value)Set the property corresponding toOpenflowConnectionsConfig.getCertificateId()to the specified value.StateBuilderStateBuilder. setConnected(Boolean value)Set the property corresponding toOpenflowConnectionsState.getConnected()to the specified value.StateBuilderStateBuilder. setPort(PortNumber value)Set the property corresponding toOpenflowConnectionsConfig.getPort()to the specified value.StateBuilderStateBuilder. setPriority(org.opendaylight.yangtools.yang.common.Uint8 value)Set the property corresponding toOpenflowConnectionsConfig.getPriority()to the specified value.StateBuilderStateBuilder. setSourceInterface(String value)Set the property corresponding toOpenflowConnectionsConfig.getSourceInterface()to the specified value.StateBuilderStateBuilder. setTransport(Transport value)Set the property corresponding toOpenflowConnectionsConfig.getTransport()to the specified value.
-