Package com.oracle.bmc.ailanguage.model
Class BatchDetectHealthEntityResult.Builder
- java.lang.Object
-
- com.oracle.bmc.ailanguage.model.BatchDetectHealthEntityResult.Builder
-
- Enclosing class:
- BatchDetectHealthEntityResult
public static class BatchDetectHealthEntityResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
documents
public BatchDetectHealthEntityResult.Builder documents(List<HealthEntityDocumentResult> documents)
List of succeeded document response.- Parameters:
documents
- the value to set- Returns:
- this builder
-
errors
public BatchDetectHealthEntityResult.Builder errors(List<DocumentError> errors)
List of failed document response.- Parameters:
errors
- the value to set- Returns:
- this builder
-
build
public BatchDetectHealthEntityResult build()
-
copy
public BatchDetectHealthEntityResult.Builder copy(BatchDetectHealthEntityResult model)
-
-