public class VersionedFlowDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
action |
private String |
bucketId |
private String |
comments |
static String |
COMMIT_ACTION |
private String |
description |
private String |
flowId |
private String |
flowName |
static String |
FORCE_COMMIT_ACTION |
private String |
registryId |
| Constructor and Description |
|---|
VersionedFlowDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getBucketId() |
String |
getComments() |
String |
getDescription() |
String |
getFlowId() |
String |
getFlowName() |
String |
getRegistryId() |
void |
setAction(String action) |
void |
setBucketId(String bucketId) |
void |
setComments(String comments) |
void |
setDescription(String description) |
void |
setFlowId(String flowId) |
void |
setFlowName(String flowName) |
void |
setRegistryId(String registryId) |
public static final String COMMIT_ACTION
public static final String FORCE_COMMIT_ACTION
private String registryId
private String bucketId
private String flowId
private String flowName
private String description
private String comments
private String action
public String getRegistryId()
public void setRegistryId(String registryId)
public String getBucketId()
public void setBucketId(String bucketId)
public String getFlowId()
public void setFlowId(String flowId)
public String getFlowName()
public void setFlowName(String flowName)
public String getDescription()
public void setDescription(String description)
public String getComments()
public void setComments(String comments)
public String getAction()
public void setAction(String action)
Copyright © 2023 Apache NiFi Project. All rights reserved.