public class ControllerServiceApiDTO extends Object
Modifier and Type | Field and Description |
---|---|
private BundleDTO |
bundle |
private String |
type |
Constructor and Description |
---|
ControllerServiceApiDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BundleDTO |
getBundle()
The details of the artifact that bundled this service interface.
|
String |
getType() |
int |
hashCode() |
void |
setBundle(BundleDTO bundle) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public BundleDTO getBundle()
public void setBundle(BundleDTO bundle)
Copyright © 2022 Apache NiFi Project. All rights reserved.