Package com.merative.acd.v1.model
Class AcdFlow
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.AcdFlow
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AcdFlow extends com.ibm.cloud.sdk.core.service.model.GenericModel
AcdFlow contains details about the annotators to use when analyzing text.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AcdFlow.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AnnotatorFlow>
annotatorFlows()
Gets the annotatorFlows.java.lang.String
cartridgeId()
Gets the cartridgeId.java.lang.String
description()
Gets the description.java.lang.String
id()
Gets the id.java.lang.String
name()
Gets the name.AcdFlow.Builder
newBuilder()
New builder.java.lang.Boolean
publish()
Gets the publish.java.lang.String
publishedDate()
Gets the publishedDate.java.lang.String
version()
Gets the version.
-
-
-
Method Detail
-
newBuilder
public AcdFlow.Builder newBuilder()
New builder.- Returns:
- a AcdFlow builder
-
id
public java.lang.String id()
Gets the id.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description.- Returns:
- the description
-
publishedDate
public java.lang.String publishedDate()
Gets the publishedDate.- Returns:
- the publishedDate
-
publish
public java.lang.Boolean publish()
Gets the publish.- Returns:
- the publish
-
version
public java.lang.String version()
Gets the version.- Returns:
- the version
-
cartridgeId
public java.lang.String cartridgeId()
Gets the cartridgeId.- Returns:
- the cartridgeId
-
annotatorFlows
public java.util.List<AnnotatorFlow> annotatorFlows()
Gets the annotatorFlows.- Returns:
- the annotatorFlows
-
-