public class RunInstance extends Object
| Constructor and Description |
|---|
RunInstance(Map<String,URI> endpoints,
String id,
String ghnId,
String serviceName,
String serviceClass,
Set<String> scopes,
Node specificData) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,URI> |
getEndpoints() |
String |
getGhnId() |
String |
getId() |
Set<String> |
getScopes() |
String |
getServiceClass() |
String |
getServiceName() |
Node |
getSpecificData() |
void |
setEndpoints(Map<String,URI> endpoints) |
void |
setGhnId(String ghnId) |
void |
setId(String id) |
void |
setScopes(Set<String> scopes) |
void |
setServiceClass(String serviceClass) |
void |
setServiceName(String serviceName) |
void |
setSpecificData(Node specificData) |
String |
toString() |
public void setEndpoints(Map<String,URI> endpoints)
endpoints - the endpoints to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getGhnId()
public void setGhnId(String ghnId)
ghnId - the ghnId to setpublic String getServiceName()
public void setServiceName(String serviceName)
public String getServiceClass()
public void setServiceClass(String serviceClass)
public Node getSpecificData()
public void setSpecificData(Node specificData)
specificData - the specificData to setCopyright © 2014. All Rights Reserved.