public static class ErrorTypes.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
private ErrorTypes.Destination |
destination |
private ErrorTypes.Penalty |
penalty |
| Constructor and Description |
|---|
Result(ErrorTypes.Destination destination,
ErrorTypes.Penalty penalty) |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypes.Destination |
destination() |
boolean |
equals(Object o) |
int |
hashCode() |
ErrorTypes.Penalty |
penalty() |
String |
toString() |
private final ErrorTypes.Destination destination
private final ErrorTypes.Penalty penalty
public Result(ErrorTypes.Destination destination, ErrorTypes.Penalty penalty)
public ErrorTypes.Destination destination()
public ErrorTypes.Penalty penalty()
Copyright © 2019 Apache NiFi Project. All rights reserved.