public static final class BFDStatusCount.Builder
extends java.lang.Object
BFDStatusCount.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BFDStatusCount. |
| Modifier and Type | Method and Description |
|---|---|
BFDStatusCount |
build() |
BFDStatusCount.Builder |
setBfdAdminDownCount(java.lang.Long bfdAdminDownCount)
Number of tunnels in BFD admin down state format: int32
|
BFDStatusCount.Builder |
setBfdDownCount(java.lang.Long bfdDownCount)
Number of tunnels in BFD down state format: int32
|
BFDStatusCount.Builder |
setBfdInitCount(java.lang.Long bfdInitCount)
Number of tunnels in BFD init state format: int32
|
BFDStatusCount.Builder |
setBfdUpCount(java.lang.Long bfdUpCount)
Number of tunnels in BFD up state format: int32
|
public Builder()
BFDStatusCount.public BFDStatusCount.Builder setBfdAdminDownCount(java.lang.Long bfdAdminDownCount)
bfdAdminDownCount - New value for the property.public BFDStatusCount.Builder setBfdDownCount(java.lang.Long bfdDownCount)
bfdDownCount - New value for the property.public BFDStatusCount.Builder setBfdInitCount(java.lang.Long bfdInitCount)
bfdInitCount - New value for the property.public BFDStatusCount.Builder setBfdUpCount(java.lang.Long bfdUpCount)
bfdUpCount - New value for the property.public BFDStatusCount build()