public class InputAdapterConfigurationDto extends Object
| Constructor and Description |
|---|
InputAdapterConfigurationDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventAdapterType() |
DetailInputAdapterPropertyDto[] |
getInputEventAdapterProperties() |
String[] |
getSupportedMessageFormats() |
String |
getUsageTips() |
void |
setEventAdapterType(String eventAdapterType) |
void |
setInputEventAdapterProperties(DetailInputAdapterPropertyDto[] inputEventAdapterMessageConfiguration) |
void |
setSupportedMessageFormats(String[] supportedMessageFormats) |
void |
setUsageTips(String usageTips) |
public String getEventAdapterType()
public void setEventAdapterType(String eventAdapterType)
public DetailInputAdapterPropertyDto[] getInputEventAdapterProperties()
public void setInputEventAdapterProperties(DetailInputAdapterPropertyDto[] inputEventAdapterMessageConfiguration)
public String[] getSupportedMessageFormats()
public void setSupportedMessageFormats(String[] supportedMessageFormats)
public String getUsageTips()
public void setUsageTips(String usageTips)
Copyright © 2015 WSO2. All rights reserved.