public static final class UpgradeCheckFailureMessage.Builder
extends java.lang.Object
UpgradeCheckFailureMessage.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradeCheckFailureMessage. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeCheckFailureMessage |
build() |
UpgradeCheckFailureMessage.Builder |
setErrorCode(java.lang.Long errorCode)
Error code for the error/warning format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
UpgradeCheckFailureMessage.Builder |
setMessage(java.lang.String message)
Error/warning message
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()
UpgradeCheckFailureMessage.public UpgradeCheckFailureMessage.Builder setErrorCode(java.lang.Long errorCode)
errorCode - New value for the property.public UpgradeCheckFailureMessage.Builder setMessage(java.lang.String message)
message - New value for the property.public UpgradeCheckFailureMessage build()