public static class BatchDetectHealthEntityResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchDetectHealthEntityResult |
build() |
BatchDetectHealthEntityResult.Builder |
copy(BatchDetectHealthEntityResult model) |
BatchDetectHealthEntityResult.Builder |
documents(List<HealthEntityDocumentResult> documents)
List of succeeded document response.
|
BatchDetectHealthEntityResult.Builder |
errors(List<DocumentError> errors)
List of failed document response.
|
public BatchDetectHealthEntityResult.Builder documents(List<HealthEntityDocumentResult> documents)
List of succeeded document response.
documents
- the value to setpublic BatchDetectHealthEntityResult.Builder errors(List<DocumentError> errors)
List of failed document response.
errors
- the value to setpublic BatchDetectHealthEntityResult build()
public BatchDetectHealthEntityResult.Builder copy(BatchDetectHealthEntityResult model)
Copyright © 2016–2024. All rights reserved.