public class DimensionsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Double |
height |
private Double |
width |
| Constructor and Description |
|---|
DimensionsDTO() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight() |
Double |
getWidth() |
void |
setHeight(Double height) |
void |
setWidth(Double width) |
Copyright © 2023 Apache NiFi Project. All rights reserved.