Class GetBatchOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.GetBatchOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetBatchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getBatch options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetBatchOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
batchId()
Gets the batchId.GetBatchOptions.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetBatchOptions builder
-
batchId
Gets the batchId.The ID of the batch-processing job whose information you want to retrieve.
- Returns:
- the batchId
-