public static class MaskingErrorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaskingErrorSummary |
build() |
MaskingErrorSummary.Builder |
copy(MaskingErrorSummary model) |
MaskingErrorSummary.Builder |
error(String error)
The text of the masking error.
|
MaskingErrorSummary.Builder |
failedStatement(String failedStatement)
The statement resulting into the error.
|
MaskingErrorSummary.Builder |
stepName(MaskingErrorSummary.StepName stepName)
The stepName of the masking error.
|
MaskingErrorSummary.Builder |
timeCreated(Date timeCreated)
The date and time the error entry was created, in the format defined by
RFC3339.
|
public MaskingErrorSummary.Builder stepName(MaskingErrorSummary.StepName stepName)
The stepName of the masking error.
stepName
- the value to setpublic MaskingErrorSummary.Builder error(String error)
The text of the masking error.
error
- the value to setpublic MaskingErrorSummary.Builder failedStatement(String failedStatement)
The statement resulting into the error.
failedStatement
- the value to setpublic MaskingErrorSummary.Builder timeCreated(Date timeCreated)
The date and time the error entry was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic MaskingErrorSummary build()
public MaskingErrorSummary.Builder copy(MaskingErrorSummary model)
Copyright © 2016–2025. All rights reserved.