public interface Receiver extends ResourceEntity
GET /v1/receivers/{receiver_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the action of the receiver
|
Map<String,Object> |
getActor()
Returns the actor of the receiver
|
Map<String,Object> |
getChannel()
Returns the channel of the receiver
|
String |
getClusterID()
Returns the cluster id of the receiver
|
Date |
getCreatedAt()
Returns the created at time of the receiver
|
String |
getDomain()
Returns the domain of the receiver
|
Map<String,Object> |
getParams()
Returns the params of the receiver
|
String |
getProject()
Returns the project of the receiver
|
String |
getType()
Returns the type of the receiver
|
Date |
getUpdatedAt()
Returns the updated at time of the receiver
|
String |
getUser()
Returns the user of the receiver
|
String |
getWebHook()
Returns the WebHook of the receiver
|
getId, getName
String getAction()
String getClusterID()
Date getCreatedAt()
String getDomain()
String getProject()
String getType()
Date getUpdatedAt()
String getUser()
Map<String,Object> getActor()
Map<String,Object> getChannel()
Map<String,Object> getParams()
String getWebHook()
Copyright © 2017. All rights reserved.