public static final class DatapathStatsResult.Builder
extends java.lang.Object
DatapathStatsResult.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DatapathStatsResult. |
| Modifier and Type | Method and Description |
|---|---|
DatapathStatsResult |
build() |
DatapathStatsResult.Builder |
setDirection(java.lang.String direction)
Possible values are:
DatapathStatsResult.DIRECTION_FORWARD
DatapathStatsResult.DIRECTION_REVERSE
Direction of datapath statistics action result
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
DatapathStatsResult.Builder |
setTransportNodeDatapathStats(java.util.List<TransportNodeDatapathStats> transportNodeDatapathStats)
The datapath statistics for transport nodes.
|
public Builder()
DatapathStatsResult.public DatapathStatsResult.Builder setDirection(java.lang.String direction)
direction - New value for the property.public DatapathStatsResult.Builder setTransportNodeDatapathStats(java.util.List<TransportNodeDatapathStats> transportNodeDatapathStats)
transportNodeDatapathStats - New value for the property.public DatapathStatsResult build()