@Deprecated public class ProcessorConfigurationAction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessorConfigurationAction.Builder
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private String |
name
Deprecated.
|
private String |
previousValue
Deprecated.
|
private String |
processorId
Deprecated.
|
private String |
processorName
Deprecated.
|
private String |
processorType
Deprecated.
|
private String |
value
Deprecated.
|
Modifier | Constructor and Description |
---|---|
private |
ProcessorConfigurationAction(ProcessorConfigurationAction.Builder builder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
|
String |
getPreviousValue()
Deprecated.
|
String |
getProcessorId()
Deprecated.
|
String |
getProcessorName()
Deprecated.
|
String |
getProcessorType()
Deprecated.
|
String |
getValue()
Deprecated.
|
private final String processorId
private final String processorName
private final String processorType
private final String name
private final String previousValue
private final String value
private ProcessorConfigurationAction(ProcessorConfigurationAction.Builder builder)
public String getProcessorId()
public String getProcessorName()
public String getProcessorType()
public String getName()
public String getPreviousValue()
public String getValue()
Copyright © 2016 Apache NiFi Project. All rights reserved.