public class ProvenanceSearchValueDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
inverse |
private String |
value |
| Constructor and Description |
|---|
ProvenanceSearchValueDTO() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getInverse() |
String |
getValue() |
void |
setInverse(Boolean inverse) |
void |
setValue(String value) |
Copyright © 2023 Apache NiFi Project. All rights reserved.