public class AdaptedDataFlow extends Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
authorizerFingerprint |
private byte[] |
flow |
private Set<String> |
missingComponents |
private byte[] |
snippets |
| Constructor and Description |
|---|
AdaptedDataFlow() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthorizerFingerprint() |
byte[] |
getFlow() |
Set<String> |
getMissingComponents() |
byte[] |
getSnippets() |
void |
setAuthorizerFingerprint(byte[] authorizerFingerprint) |
void |
setFlow(byte[] flow) |
void |
setMissingComponents(Set<String> missingComponents) |
void |
setSnippets(byte[] snippets) |
private byte[] flow
private byte[] snippets
private byte[] authorizerFingerprint
public byte[] getFlow()
public void setFlow(byte[] flow)
public byte[] getSnippets()
public void setSnippets(byte[] snippets)
public byte[] getAuthorizerFingerprint()
public void setAuthorizerFingerprint(byte[] authorizerFingerprint)
Copyright © 2023 Apache NiFi Project. All rights reserved.