public static final class DatapathCounterResult.Builder
extends java.lang.Object
DatapathCounterResult.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DatapathCounterResult. |
| Modifier and Type | Method and Description |
|---|---|
DatapathCounterResult |
build() |
DatapathCounterResult.Builder |
setModuleCounters(java.util.List<DatapathModuleCounter> moduleCounters)
The data of the datapath module counters.
|
DatapathCounterResult.Builder |
setModuleName(java.lang.String moduleName)
The name of the datapath module (e.g., VDL2, VDR).
|
public Builder()
DatapathCounterResult.public DatapathCounterResult.Builder setModuleCounters(java.util.List<DatapathModuleCounter> moduleCounters)
moduleCounters - New value for the property.public DatapathCounterResult.Builder setModuleName(java.lang.String moduleName)
moduleName - New value for the property.public DatapathCounterResult build()