public class StandardServiceAPI extends Object implements ServiceAPI
| Modifier and Type | Field and Description |
|---|---|
private String |
artifactId |
private String |
className |
private String |
groupId |
private String |
version |
| Constructor and Description |
|---|
StandardServiceAPI(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 ServiceAPIpublic String getGroupId()
getGroupId in interface ServiceAPIpublic String getArtifactId()
getArtifactId in interface ServiceAPIpublic String getVersion()
getVersion in interface ServiceAPICopyright © 2023 Apache NiFi Project. All rights reserved.