public static class ArpResponderInput.ArpReponderInputBuilder extends Object
Constructor and Description |
---|
ArpReponderInputBuilder() |
ArpReponderInputBuilder(ArpResponderInput input) |
Modifier and Type | Method and Description |
---|---|
ArpResponderInput |
build() |
ArpResponderInput |
buildForInstallFlow() |
ArpResponderInput |
buildForRemoveFlow() |
ArpResponderInput.ArpReponderInputBuilder |
setDpId(BigInteger dpId) |
ArpResponderInput.ArpReponderInputBuilder |
setInstructions(List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction> instructions) |
ArpResponderInput.ArpReponderInputBuilder |
setInterfaceName(String interfaceName) |
ArpResponderInput.ArpReponderInputBuilder |
setLportTag(int lportTag) |
ArpResponderInput.ArpReponderInputBuilder |
setSha(String sha) |
ArpResponderInput.ArpReponderInputBuilder |
setSpa(String spa) |
public ArpReponderInputBuilder()
public ArpReponderInputBuilder(ArpResponderInput input)
public ArpResponderInput build()
public ArpResponderInput buildForInstallFlow()
public ArpResponderInput buildForRemoveFlow()
public ArpResponderInput.ArpReponderInputBuilder setDpId(BigInteger dpId)
public ArpResponderInput.ArpReponderInputBuilder setInterfaceName(String interfaceName)
public ArpResponderInput.ArpReponderInputBuilder setSpa(String spa)
public ArpResponderInput.ArpReponderInputBuilder setSha(String sha)
public ArpResponderInput.ArpReponderInputBuilder setLportTag(int lportTag)
public ArpResponderInput.ArpReponderInputBuilder setInstructions(List<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction> instructions)
Copyright © 2019 OpenDaylight. All rights reserved.