public class ServiceInstances extends Object
| Constructor and Description |
|---|
ServiceInstances() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstance |
newServiceInstance(ServiceInstanceModel model) |
static List<ServiceInstanceLogModel> |
newServiceInstanceLogModels(OperationContext operationContext,
List<ServiceInstanceModel> groupInstances) |
static ServiceInstanceModel |
newServiceInstanceModel(ServiceInstance serviceInstance) |
static List<ServiceInstanceModel> |
newServiceInstanceModels(List<ServiceInstance> groupInstances) |
static List<ServiceInstance> |
newServiceInstances(List<ServiceInstanceModel> models) |
public static ServiceInstance newServiceInstance(ServiceInstanceModel model)
public static ServiceInstanceModel newServiceInstanceModel(ServiceInstance serviceInstance)
public static List<ServiceInstanceModel> newServiceInstanceModels(List<ServiceInstance> groupInstances)
public static List<ServiceInstance> newServiceInstances(List<ServiceInstanceModel> models)
public static List<ServiceInstanceLogModel> newServiceInstanceLogModels(OperationContext operationContext, List<ServiceInstanceModel> groupInstances)
Copyright © 2020 org.mydotey. All rights reserved.