public class GHNsPerFunctionality extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GHNsPerFunctionality() |
|
GHNsPerFunctionality(int id,
String description,
GHNList ghns,
List<RunningInstanceMessage> missingServices,
List<RunningInstanceMessage> foundServices) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
description(String description) |
List<RunningInstanceMessage> |
foundServices() |
void |
foundServices(List<RunningInstanceMessage> foundServices) |
List<GHN> |
ghns() |
void |
ghns(GHNList ghns) |
int |
id() |
void |
id(int id) |
List<RunningInstanceMessage> |
missingServices() |
void |
missingServices(List<RunningInstanceMessage> missingServices) |
String |
toString() |
protected GHNsPerFunctionality()
public GHNsPerFunctionality(int id,
String description,
GHNList ghns,
List<RunningInstanceMessage> missingServices,
List<RunningInstanceMessage> foundServices)
public int id()
public void id(int id)
id - the id to setpublic String description()
public void description(String description)
description - the description to setpublic void ghns(GHNList ghns)
ghns - the ghns to setpublic List<RunningInstanceMessage> missingServices()
public void missingServices(List<RunningInstanceMessage> missingServices)
missingServices - the missingServices to setpublic List<RunningInstanceMessage> foundServices()
public void foundServices(List<RunningInstanceMessage> foundServices)
foundServices - the foundServices to setCopyright © 2019. All Rights Reserved.