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