public static final class TraceflowObservationCounters.Builder
extends java.lang.Object
TraceflowObservationCounters.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TraceflowObservationCounters. |
| Modifier and Type | Method and Description |
|---|---|
TraceflowObservationCounters |
build() |
TraceflowObservationCounters.Builder |
setDeliveredCount(java.lang.Long deliveredCount)
Total number of delivered observations for this traceflow round.
|
TraceflowObservationCounters.Builder |
setDroppedCount(java.lang.Long droppedCount)
Total number of dropped observations for this round.
|
TraceflowObservationCounters.Builder |
setForwardedCount(java.lang.Long forwardedCount)
Total number of forwarded observations for this traceflow round.
|
TraceflowObservationCounters.Builder |
setProtectedCount(java.lang.Long protectedCount)
Total number of protected observations for this traceflow round, which current
user does not have access.
|
TraceflowObservationCounters.Builder |
setReceivedCount(java.lang.Long receivedCount)
Total number of received observations for this traceflow round.
|
public Builder()
TraceflowObservationCounters.public TraceflowObservationCounters.Builder setDeliveredCount(java.lang.Long deliveredCount)
deliveredCount - New value for the property.public TraceflowObservationCounters.Builder setDroppedCount(java.lang.Long droppedCount)
droppedCount - New value for the property.public TraceflowObservationCounters.Builder setForwardedCount(java.lang.Long forwardedCount)
forwardedCount - New value for the property.public TraceflowObservationCounters.Builder setProtectedCount(java.lang.Long protectedCount)
protectedCount - New value for the property.public TraceflowObservationCounters.Builder setReceivedCount(java.lang.Long receivedCount)
receivedCount - New value for the property.public TraceflowObservationCounters build()