Package com.merative.acd.v1.model
Class AcdProfile
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.AcdProfile
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AcdProfile extends com.ibm.cloud.sdk.core.service.model.GenericModel
AcdProfile contains annotator configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AcdProfile.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotator>
annotators()
Gets the annotators.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.AcdProfile.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 AcdProfile.Builder newBuilder()
New builder.- Returns:
- a AcdProfile 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
-
annotators
public java.util.List<Annotator> annotators()
Gets the annotators.- Returns:
- the annotators
-
-