org.wso2.carbon.event.builder.admin.internal
Class EventBuilderConfigurationInfoDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.EventBuilderConfigurationInfoDto
public class EventBuilderConfigurationInfoDto
- extends Object
Event Builder Configuration Details are stored in this class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBuilderConfigurationInfoDto
public EventBuilderConfigurationInfoDto()
getInputEventAdaptorType
public String getInputEventAdaptorType()
setInputEventAdaptorType
public void setInputEventAdaptorType(String inputEventAdaptorType)
getEventBuilderName
public String getEventBuilderName()
setEventBuilderName
public void setEventBuilderName(String eventBuilderName)
getInputMappingType
public String getInputMappingType()
setInputMappingType
public void setInputMappingType(String inputMappingType)
getInputEventAdaptorName
public String getInputEventAdaptorName()
setInputEventAdaptorName
public void setInputEventAdaptorName(String inputEventAdaptorName)
getToStreamId
public String getToStreamId()
setToStreamId
public void setToStreamId(String toStreamId)
isEnableTracing
public boolean isEnableTracing()
setEnableTracing
public void setEnableTracing(boolean enableTracing)
isEnableStats
public boolean isEnableStats()
setEnableStats
public void setEnableStats(boolean enableStats)
Copyright © 2015 WSO2. All rights reserved.