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.GenericModelAcdProfile contains annotator configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAcdProfile.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotator>annotators()Gets the annotators.java.lang.StringcartridgeId()Gets the cartridgeId.java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.AcdProfile.BuildernewBuilder()New builder.java.lang.Booleanpublish()Gets the publish.java.lang.StringpublishedDate()Gets the publishedDate.java.lang.Stringversion()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
-
-