public class DropRequestEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private DropRequestDTO |
dropRequest |
| Constructor and Description |
|---|
DropRequestEntity() |
| Modifier and Type | Method and Description |
|---|---|
DropRequestDTO |
getDropRequest()
The DropRequestDTO that is being serialized.
|
void |
setDropRequest(DropRequestDTO dropRequest) |
private DropRequestDTO dropRequest
public DropRequestDTO getDropRequest()
public void setDropRequest(DropRequestDTO dropRequest)
Copyright © 2023 Apache NiFi Project. All rights reserved.