Package com.merative.acd.v1.model
Class Annotator
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.Annotator
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Annotator extends com.ibm.cloud.sdk.core.service.model.GenericModel
Annotator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Annotator.Builder
Builder.static interface
Annotator.Name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotator
annotator()
Gets the annotator.java.util.List<ConfigurationEntity>
configurations()
Gets the configurations.java.lang.String
description()
Gets the description.Flow
flow()
Gets the flow.java.lang.String
name()
Gets the name.Annotator.Builder
newBuilder()
New builder.java.util.Map
parameters()
Gets the parameters.
-
-
-
Method Detail
-
newBuilder
public Annotator.Builder newBuilder()
New builder.- Returns:
- a Annotator builder
-
annotator
public Annotator annotator()
Gets the annotator.- Returns:
- the annotator
-
flow
public Flow flow()
Gets the flow.- Returns:
- the flow
-
name
public java.lang.String name()
Gets the name.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description.- Returns:
- the description
-
parameters
public java.util.Map parameters()
Gets the parameters.- Returns:
- the parameters
-
configurations
public java.util.List<ConfigurationEntity> configurations()
Gets the configurations.- Returns:
- the configurations
-
-