public static final class AntreaAgentsInfo.Builder
extends java.lang.Object
AntreaAgentsInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AntreaAgentsInfo. |
| Modifier and Type | Method and Description |
|---|---|
AntreaAgentsInfo |
build() |
AntreaAgentsInfo.Builder |
setDegradedAgentNum(java.lang.Long degradedAgentNum)
The number of degraded agents format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
AntreaAgentsInfo.Builder |
setFailedAgentNum(java.lang.Long failedAgentNum)
The number of failed agents format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
AntreaAgentsInfo.Builder |
setHealthyAgentNum(java.lang.Long healthyAgentNum)
The number of healthy agents format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
AntreaAgentsInfo.public AntreaAgentsInfo.Builder setDegradedAgentNum(java.lang.Long degradedAgentNum)
degradedAgentNum - New value for the property.public AntreaAgentsInfo.Builder setFailedAgentNum(java.lang.Long failedAgentNum)
failedAgentNum - New value for the property.public AntreaAgentsInfo.Builder setHealthyAgentNum(java.lang.Long healthyAgentNum)
healthyAgentNum - New value for the property.public AntreaAgentsInfo build()