public class Service extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Service.AppType |
| Constructor and Description |
|---|
Service(String name,
String appName,
Service.AppType appType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
Service.AppType |
getAppType() |
String |
getName() |
String |
toString() |
public Service(String name, String appName, Service.AppType appType)