public class StatusDescriptorDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusDescriptorDTO.Formatter |
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
field |
private String |
formatter |
private String |
label |
| Constructor and Description |
|---|
StatusDescriptorDTO() |
StatusDescriptorDTO(String field,
String label,
String description,
String formatter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getField() |
String |
getFormatter() |
String |
getLabel() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setField(String field) |
void |
setFormatter(String formatter) |
void |
setLabel(String label) |
private String field
private String label
private String description
private String formatter
public String getField()
public void setField(String field)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public String getFormatter()
public void setFormatter(String formatter)
Copyright © 2023 Apache NiFi Project. All rights reserved.