public class ResourceDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
identifier |
private String |
name |
| Constructor and Description |
|---|
ResourceDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
The identifier of the resource.
|
String |
getName()
The name of the resource.
|
void |
setIdentifier(String identifier) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public String getIdentifier()
public void setIdentifier(String identifier)
Copyright © 2023 Apache NiFi Project. All rights reserved.