public abstract class GCUBERuntimeResource extends GCUBEResource
GCUBEResource.AddScopeEvent, GCUBEResource.InvalidScopeException, GCUBEResource.RemoveScopeEvent, GCUBEResource.ResourceConsumer, GCUBEResource.ResourceEvent<PAYLOAD>, GCUBEResource.ResourceTopic| Modifier and Type | Field and Description |
|---|---|
protected List<AccessPoint> |
accessPoints
Data specific to the instance's service.
|
static String |
TYPE
The type of the resource.
|
eventProducer, logger, resourceVersion, type| Constructor and Description |
|---|
GCUBERuntimeResource()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessPoint> |
getAccessPoints() |
String |
getCategory() |
String |
getDescription() |
String |
getGHN() |
String |
getHostedOn() |
String |
getName() |
PlatformDescription |
getPlatform() |
String |
getStatus() |
String |
getVersion() |
void |
setAccessPoints(List<AccessPoint> accessPoints) |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setGHN(String ghn) |
void |
setHostedOn(String hostedOn) |
void |
setName(String name) |
void |
setPlatform(PlatformDescription platform) |
void |
setStatus(String status) |
void |
setVersion(String version) |
addScope, equals, getID, getLastResourceVersion, getResourceVersion, getScopes, getType, inScope, load, removeScope, setID, setLogger, setResourceVersion, store, subscribeResourceEvents, validateAddScopes, validateRemoveScopespublic static final String TYPE
protected List<AccessPoint> accessPoints
public String getDescription()
public void setDescription(String description)
description - the description to setpublic String getGHN()
public void setGHN(String ghn)
ghn - the ghn to setpublic String getHostedOn()
public void setHostedOn(String hostedOn)
hostedOn - the hostedOn to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getName()
public void setName(String name)
name - the name to setpublic List<AccessPoint> getAccessPoints()
public void setAccessPoints(List<AccessPoint> accessPoints)
accessPoints - the accessPoints to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic PlatformDescription getPlatform()
public void setPlatform(PlatformDescription platform)
platform - the platform to setpublic String getCategory()
public void setCategory(String category)
category - the category to setCopyright © 2015. All Rights Reserved.