public class DefinedType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
artifact |
private String |
group |
private static long |
serialVersionUID |
private String |
type |
private String |
typeDescription |
private String |
version |
| Constructor and Description |
|---|
DefinedType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifact() |
String |
getGroup() |
String |
getType() |
String |
getTypeDescription() |
String |
getVersion() |
int |
hashCode() |
void |
setArtifact(String artifact) |
void |
setGroup(String group) |
void |
setType(String type) |
void |
setTypeDescription(String typeDescription) |
void |
setVersion(String version) |
private static final long serialVersionUID
private String group
private String artifact
private String version
private String type
private String typeDescription
public String getGroup()
public void setGroup(String group)
public String getArtifact()
public void setArtifact(String artifact)
public String getVersion()
public void setVersion(String version)
public String getType()
public void setType(String type)
public String getTypeDescription()
public void setTypeDescription(String typeDescription)
Copyright © 2023 Apache NiFi Project. All rights reserved.