public class ParameterProviderReference extends Object
Modifier and Type | Field and Description |
---|---|
private Bundle |
bundle |
private String |
identifier |
private String |
name |
private String |
type |
Constructor and Description |
---|
ParameterProviderReference() |
Modifier and Type | Method and Description |
---|---|
Bundle |
getBundle() |
String |
getIdentifier() |
String |
getName() |
String |
getType() |
void |
setBundle(Bundle bundle) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
void |
setType(String type) |
private String identifier
private String name
private String type
private Bundle bundle
public String getType()
public void setType(String type)
public Bundle getBundle()
public void setBundle(Bundle bundle)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getName()
public void setName(String name)
Copyright © 2022 Apache NiFi Project. All rights reserved.