public class AcdFlow
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
AcdFlow.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public AcdFlow.Builder newBuilder()
public java.lang.String id()
public java.lang.String name()
public java.lang.String description()
public java.lang.String publishedDate()
public java.lang.Boolean publish()
public java.lang.String version()
public java.lang.String cartridgeId()
public java.util.List<AnnotatorFlow> annotatorFlows()
Copyright © 2022 IBM Cloud. All rights reserved.