public class HeatEvent extends Object implements Event
| Modifier and Type | Class and Description |
|---|---|
static class |
HeatEvent.Events
An inner class for representing lists of Heat Resource
|
| Constructor and Description |
|---|
HeatEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the event
|
List<? extends Link> |
getLinks()
Returns the links of the event
|
String |
getLocalReourceId()
Returns the logical_resource_id of the event
|
String |
getPhysicalResourceId()
Returns the physical_resource_id of the event
|
String |
getReason()
Returns the resource_status_reason of the event
|
String |
getResourceName()
Returns the resource_name of the event
|
Object |
getResourceProperties()
Returns the resource properties of the event
|
String |
getResourceStatus()
Returns the resource_status of the event
|
String |
getResourceType()
Returns the resource type of the event
|
Date |
getTime()
Returns the event_time of the event
|
public String getResourceName()
EventgetResourceName in interface Eventpublic Date getTime()
Eventpublic String getLocalReourceId()
EventgetLocalReourceId in interface Eventpublic String getReason()
Eventpublic String getResourceStatus()
EventgetResourceStatus in interface Eventpublic String getPhysicalResourceId()
EventgetPhysicalResourceId in interface Eventpublic List<? extends Link> getLinks()
Eventpublic String getResourceType()
EventgetResourceType in interface Eventpublic Object getResourceProperties()
EventgetResourceProperties in interface EventCopyright © 2017. All rights reserved.