public class HeatResource extends Object implements Resource
Modifier and Type | Class and Description |
---|---|
static class |
HeatResource.Resources
An inner class for representing lists of Heat Resource
|
Constructor and Description |
---|
HeatResource() |
Modifier and Type | Method and Description |
---|---|
List<? extends Link> |
getLinks()
Returns the link of the resource
|
String |
getLocalReourceId()
Returns the local resource id of the resource
|
String |
getPhysicalResourceId()
Returns the local physical resource id of the resource
|
String |
getReason()
Returns the type of the resource
|
List<String> |
getRequiredBy()
Returns the resource name which need this resource
|
String |
getResourceName()
Returns the name of the resource
|
String |
getResourceStatus()
Returns the local resource id of the resource
|
Date |
getTime()
Returns the update time of the resource
|
String |
getType()
Returns the type of the resource
|
public List<? extends Link> getLinks()
Resource
public Date getTime()
Resource
public String getType()
Resource
public String getReason()
Resource
public String getResourceName()
Resource
getResourceName
in interface Resource
public String getLocalReourceId()
Resource
getLocalReourceId
in interface Resource
public String getResourceStatus()
Resource
getResourceStatus
in interface Resource
public String getPhysicalResourceId()
Resource
getPhysicalResourceId
in interface Resource
public List<String> getRequiredBy()
Resource
getRequiredBy
in interface Resource
Copyright © 2017. All rights reserved.