Search in sources :

Example 6 with SetConfigInputBuilder

use of org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.SetConfigInputBuilder in project openflowplugin by opendaylight.

the class NodeConfigServiceImplTest method dummyConfigInput.

private SetConfigInput dummyConfigInput() {
    SetConfigInputBuilder setConfigInputBuilder = new SetConfigInputBuilder();
    setConfigInputBuilder.setFlag(DUMMY_FLAG_STR);
    setConfigInputBuilder.setMissSearchLength(DUMMY_MISS_SEARCH_LENGTH);
    return setConfigInputBuilder.build();
}
Also used : SetConfigInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.SetConfigInputBuilder)

Aggregations

SetConfigInputBuilder (org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.SetConfigInputBuilder)4 SwitchConfigFlag (org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.SwitchConfigFlag)3 ByteBuf (io.netty.buffer.ByteBuf)2 Test (org.junit.Test)2 SetConfigInputBuilder (org.opendaylight.yang.gen.v1.urn.opendaylight.module.config.rev141015.SetConfigInputBuilder)2 SetConfigInput (org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.SetConfigInput)2 FlowCapableNode (org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNode)1 NodeRef (org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef)1 RpcResult (org.opendaylight.yangtools.yang.common.RpcResult)1