public static final class HostStatus.Builder
extends java.lang.Object
HostStatus.| Constructor and Description |
|---|
Builder(HostStatus.Status status,
java.util.Calendar startTime,
java.util.Calendar endTime,
Notifications notifications)
Constructor with parameters for the required properties of
HostStatus. |
| Modifier and Type | Method and Description |
|---|---|
HostStatus |
build() |
HostStatus.Builder |
setAttempts(java.lang.Long attempts)
Number of the performed attempts of the method.
|
HostStatus.Builder |
setRemainingRetries(java.lang.Long remainingRetries)
Number of the remaining attempts of the method.
|
public Builder(HostStatus.Status status, java.util.Calendar startTime, java.util.Calendar endTime, Notifications notifications)
HostStatus.public HostStatus.Builder setAttempts(java.lang.Long attempts)
null if it is not applicable.attempts - New value for the property.public HostStatus.Builder setRemainingRetries(java.lang.Long remainingRetries)
null if it is not applicable.remainingRetries - New value for the property.public HostStatus build()