@Entity public class RunInstanceModel extends ConverterRecord<org.gcube.rest.commons.resourceawareservice.resources.RunInstance>
| Constructor and Description |
|---|
RunInstanceModel() |
RunInstanceModel(org.gcube.rest.commons.resourceawareservice.resources.RunInstance base) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(org.gcube.rest.commons.resourceawareservice.resources.RunInstance resource) |
org.gcube.rest.commons.resourceawareservice.resources.RunInstance |
copyTo() |
Map<String,URI> |
getEndpoints() |
String |
getGhnId() |
String |
getResourceId() |
List<String> |
getScopes() |
String |
getServiceClass() |
String |
getServiceName() |
String |
getSpecificData() |
void |
setEndpoints(Map<String,URI> endpoints) |
void |
setGhnId(String ghnId) |
void |
setResourceId(String resourceId) |
void |
setScopes(List<String> scopes) |
void |
setServiceClass(String serviceClass) |
void |
setServiceName(String serviceName) |
void |
setSpecificData(String specificData) |
getDescription, getId, setDescription, setIdpublic RunInstanceModel()
public RunInstanceModel(org.gcube.rest.commons.resourceawareservice.resources.RunInstance base)
public String getResourceId()
public void setResourceId(String resourceId)
public String getGhnId()
public void setGhnId(String ghnId)
public String getSpecificData()
public void setSpecificData(String specificData)
public String getServiceClass()
public void setServiceClass(String serviceClass)
public String getServiceName()
public void setServiceName(String serviceName)
public final void copyFrom(org.gcube.rest.commons.resourceawareservice.resources.RunInstance resource)
copyFrom in class ConverterRecord<org.gcube.rest.commons.resourceawareservice.resources.RunInstance>public final org.gcube.rest.commons.resourceawareservice.resources.RunInstance copyTo()
throws IllegalStateException
copyTo in class ConverterRecord<org.gcube.rest.commons.resourceawareservice.resources.RunInstance>IllegalStateExceptionCopyright © 2016. All Rights Reserved.