public abstract static class Congestion.Builder
extends java.lang.Object
Congestion.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Congestion |
build()
Build a new instance of
Congestion. |
abstract Congestion.Builder |
value(int value)
Quantitative descriptor of congestion.
|
public abstract Congestion.Builder value(int value)
value - 0 to 100public abstract Congestion build()
Congestion.Congestion.