public class ClassificationRequestBuilder extends Object
Constructor and Description |
---|
ClassificationRequestBuilder() |
Modifier and Type | Method and Description |
---|---|
ClassificationRequest |
build() |
ClassificationRequestBuilder |
withDstAddress(String dstAddress) |
ClassificationRequestBuilder |
withDstPort(int srcPort) |
ClassificationRequestBuilder |
withExporterAddress(String exporterAddress) |
ClassificationRequestBuilder |
withLocation(String location) |
ClassificationRequestBuilder |
withProtocol(Protocol protocol) |
ClassificationRequestBuilder |
withSrcAddress(String srcAddress) |
ClassificationRequestBuilder |
withSrcPort(int srcPort) |
public ClassificationRequestBuilder withSrcAddress(String srcAddress)
public ClassificationRequestBuilder withSrcPort(int srcPort)
public ClassificationRequestBuilder withDstPort(int srcPort)
public ClassificationRequestBuilder withDstAddress(String dstAddress)
public ClassificationRequestBuilder withProtocol(Protocol protocol)
public ClassificationRequestBuilder withExporterAddress(String exporterAddress)
public ClassificationRequestBuilder withLocation(String location)
public ClassificationRequest build()
Copyright © 2018. All rights reserved.