public class DeprecationNotice extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
alternatives |
private String |
reason |
| Constructor and Description |
|---|
DeprecationNotice() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlternatives() |
String |
getReason() |
void |
setAlternatives(List<String> alternatives) |
void |
setReason(String reason) |
Copyright © 2023 Apache NiFi Project. All rights reserved.