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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDetectHealthEntityResultbuild()BatchDetectHealthEntityResult.Buildercopy(BatchDetectHealthEntityResult model)BatchDetectHealthEntityResult.Builderdocuments(List<HealthEntityDocumentResult> documents)List of succeeded document response.BatchDetectHealthEntityResult.Buildererrors(List<DocumentError> errors)List of failed document response.
 
- 
- 
- 
Method Detail- 
documentspublic BatchDetectHealthEntityResult.Builder documents(List<HealthEntityDocumentResult> documents) List of succeeded document response.- Parameters:
- documents- the value to set
- Returns:
- this builder
 
 - 
errorspublic BatchDetectHealthEntityResult.Builder errors(List<DocumentError> errors) List of failed document response.- Parameters:
- errors- the value to set
- Returns:
- this builder
 
 - 
buildpublic BatchDetectHealthEntityResult build() 
 - 
copypublic BatchDetectHealthEntityResult.Builder copy(BatchDetectHealthEntityResult model) 
 
- 
 
-