aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/java/vid/automation/test/model/ServicesObject.java
blob: 2ab0df2961cfad1f18f86d263fa17e7ac1ffb26c (plain)
1
2
3
4
5
6
7
8
9
10
11
package vid.automation.test.model;

import java.util.HashMap;
import java.util.List;

/**
 * Created by itzikliderman on 21/06/2017.
 */
public class ServicesObject {
    public HashMap<String, Service> services;
}