org.wso2.carbon.event.builder.admin.internal
Class EventInputPropertyConfigurationDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.EventInputPropertyConfigurationDto
public class EventInputPropertyConfigurationDto
- extends Object
This class contains properties of inputs and outputs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventInputPropertyConfigurationDto
public EventInputPropertyConfigurationDto()
EventInputPropertyConfigurationDto
public EventInputPropertyConfigurationDto(String name,
String valueOf,
String type,
String defaultValue)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getName
public String getName()
setName
public void setName(String name)
getValueOf
public String getValueOf()
setValueOf
public void setValueOf(String valueOf)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2015 WSO2. All rights reserved.