public class BundleDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
artifact |
private String |
group |
private String |
version |
| Constructor and Description |
|---|
BundleDTO() |
BundleDTO(String group,
String artifact,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifact()
The artifact of the bundle.
|
String |
getGroup()
The group of the bundle.
|
String |
getVersion()
The version of the bundle.
|
int |
hashCode() |
void |
setArtifact(String artifact) |
void |
setGroup(String group) |
void |
setVersion(String version) |
private String group
private String artifact
private String version
public String getGroup()
public void setGroup(String group)
public String getArtifact()
public void setArtifact(String artifact)
public String getVersion()
public void setVersion(String version)
Copyright © 2023 Apache NiFi Project. All rights reserved.