public static final class CheckError.Builder
extends java.lang.Object
CheckError.| Constructor and Description |
|---|
Builder(LocalizableMessage description)
Constructor with parameters for the required properties of
CheckError. |
| Modifier and Type | Method and Description |
|---|---|
CheckError |
build() |
CheckError.Builder |
setResolution(LocalizableMessage resolution)
Possible resolution for the issue.
|
public Builder(LocalizableMessage description)
CheckError.public CheckError.Builder setResolution(LocalizableMessage resolution)
null if no meaningful resolution exists.resolution - New value for the property.public CheckError build()