org.gcube.vremanagement.vremodel.cl.stubs.types
Class GHNsPerFunctionality
java.lang.Object
org.gcube.vremanagement.vremodel.cl.stubs.types.GHNsPerFunctionality
public class GHNsPerFunctionality
- extends Object
GHNsPerFunctionality
protected GHNsPerFunctionality()
GHNsPerFunctionality
public GHNsPerFunctionality(int id,
String description,
GHNList ghns,
List<RunningInstanceMessage> missingServices,
List<RunningInstanceMessage> foundServices)
id
public int id()
- Returns:
- the id
id
public void id(int id)
- Parameters:
id - the id to set
description
public String description()
- Returns:
- the description
description
public void description(String description)
- Parameters:
description - the description to set
ghns
public List<GHN> ghns()
- Returns:
- the ghns
ghns
public void ghns(GHNList ghns)
- Parameters:
ghns - the ghns to set
missingServices
public List<RunningInstanceMessage> missingServices()
- Returns:
- the missingServices
missingServices
public void missingServices(List<RunningInstanceMessage> missingServices)
- Parameters:
missingServices - the missingServices to set
foundServices
public List<RunningInstanceMessage> foundServices()
- Returns:
- the foundServices
foundServices
public void foundServices(List<RunningInstanceMessage> foundServices)
- Parameters:
foundServices - the foundServices to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.