public class EventReceiverConfigurationInfoDto extends Object
| Constructor and Description |
|---|
EventReceiverConfigurationInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventReceiverName() |
String |
getInputAdapterType() |
String |
getInputStreamId() |
String |
getMessageFormat() |
boolean |
isEditable() |
boolean |
isEnableStats() |
boolean |
isEnableTracing() |
void |
setEditable(boolean editable) |
void |
setEnableStats(boolean enableStats) |
void |
setEnableTracing(boolean enableTracing) |
void |
setEventReceiverName(String eventReceiverName) |
void |
setInputAdapterType(String inputAdapterType) |
void |
setInputStreamId(String inputStreamId) |
void |
setMessageFormat(String messageFormat) |
public String getEventReceiverName()
public void setEventReceiverName(String eventReceiverName)
public String getMessageFormat()
public void setMessageFormat(String messageFormat)
public String getInputAdapterType()
public void setInputAdapterType(String inputAdapterType)
public String getInputStreamId()
public void setInputStreamId(String inputStreamId)
public boolean isEnableTracing()
public void setEnableTracing(boolean enableTracing)
public boolean isEnableStats()
public void setEnableStats(boolean enableStats)
public void setEditable(boolean editable)
public boolean isEditable()
Copyright © 2015 WSO2. All rights reserved.