public class AndroidService extends Object implements Serializable
| Constructor and Description |
|---|
AndroidService() |
| Modifier and Type | Method and Description |
|---|---|
List<IOSInterface> |
getInterfaces() |
String |
getName() |
TemplateConfig |
getTemplateConfig() |
void |
setInterfaces(List<IOSInterface> interfaces) |
void |
setName(String name) |
void |
setTemplateConfig(TemplateConfig templateConfig) |
String |
toString() |
public TemplateConfig getTemplateConfig()
public void setTemplateConfig(TemplateConfig templateConfig)
public String getName()
public void setName(String name)
public List<IOSInterface> getInterfaces()
public void setInterfaces(List<IOSInterface> interfaces)
Copyright © 2018. All rights reserved.