public class ElementStatusInfoSettings extends UnnamedStreamPipesEntity
| Constructor and Description |
|---|
ElementStatusInfoSettings() |
ElementStatusInfoSettings(ElementStatusInfoSettings other) |
ElementStatusInfoSettings(String elementIdentifier,
String kafkaHost,
int kafkaPort,
String errorTopic,
String statsTopic) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementIdentifier() |
String |
getErrorTopic() |
String |
getKafkaHost() |
int |
getKafkaPort() |
String |
getStatsTopic() |
void |
setElementIdentifier(String elementIdentifier) |
void |
setErrorTopic(String errorTopic) |
void |
setKafkaHost(String kafkaHost) |
void |
setKafkaPort(int kafkaPort) |
void |
setStatsTopic(String statsTopic) |
getElementId, getElementName, setElementId, setElementNamegetRdfId, setRdfIdpublic ElementStatusInfoSettings()
public ElementStatusInfoSettings(ElementStatusInfoSettings other)
public String getKafkaHost()
public void setKafkaHost(String kafkaHost)
public int getKafkaPort()
public void setKafkaPort(int kafkaPort)
public String getErrorTopic()
public void setErrorTopic(String errorTopic)
public String getStatsTopic()
public void setStatsTopic(String statsTopic)
public String getElementIdentifier()
public void setElementIdentifier(String elementIdentifier)
Copyright © 2018. All rights reserved.