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 ServiceAPI
public String getGroupId()
getGroupId
in interface ServiceAPI
public String getArtifactId()
getArtifactId
in interface ServiceAPI
public String getVersion()
getVersion
in interface ServiceAPI
Copyright © 2021 Apache NiFi Project. All rights reserved.