public class ServiceConfiguration extends Object implements Serializable
| Constructor and Description | 
|---|
ServiceConfiguration()  | 
ServiceConfiguration(List<Service> services)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addService(Service service)  | 
boolean | 
equals(Object obj)  | 
List<Service> | 
getServices()  | 
int | 
hashCode()  | 
boolean | 
removeService(Service service)  | 
void | 
setServices(List<Service> services)  | 
Copyright © 2021. All rights reserved.