org.wso2.carbon.event.builder.admin.internal
Class EventBuilderConfigurationFileDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.EventBuilderConfigurationFileDto
public class EventBuilderConfigurationFileDto
- extends Object
to store Not deployed event builder configuration file details (filepath & event builder name)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBuilderConfigurationFileDto
public EventBuilderConfigurationFileDto(String filename,
String eventBuilderName,
String deploymentStatusMsg)
getDeploymentStatusMsg
public String getDeploymentStatusMsg()
setDeploymentStatusMsg
public void setDeploymentStatusMsg(String deploymentStatusMsg)
getFilename
public String getFilename()
setFilename
public void setFilename(String filename)
getEventBuilderName
public String getEventBuilderName()
setEventBuilderName
public void setEventBuilderName(String eventBuilderName)
Copyright © 2015 WSO2. All rights reserved.