public class StandardProvidedServiceAPI extends Object implements ProvidedServiceAPI
| Modifier and Type | Field and Description |
|---|---|
private String |
artifactId |
private String |
className |
private String |
groupId |
private String |
version |
| Constructor and Description |
|---|
StandardProvidedServiceAPI(String className,
String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassName() |
String |
getGroupId() |
String |
getVersion() |
private final String className
private final String groupId
private final String artifactId
private final String version
public String getClassName()
getClassName in interface ProvidedServiceAPIpublic String getGroupId()
getGroupId in interface ProvidedServiceAPIpublic String getArtifactId()
getArtifactId in interface ProvidedServiceAPIpublic String getVersion()
getVersion in interface ProvidedServiceAPICopyright © 2019 Apache NiFi Project. All rights reserved.