public class SenlinReceiver extends Object implements Receiver
Modifier and Type | Class and Description |
---|---|
static class |
SenlinReceiver.Receiver
An inner class for representing lists of senlinReceivers
|
Constructor and Description |
---|
SenlinReceiver() |
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
|
String |
getId() |
String |
getName() |
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
|
String |
toString() |
public String getAction()
Receiver
public String getClusterID()
Receiver
getClusterID
in interface Receiver
public Date getCreatedAt()
Receiver
getCreatedAt
in interface Receiver
public String getDomain()
Receiver
public String getProject()
Receiver
getProject
in interface Receiver
public String getType()
Receiver
public Date getUpdatedAt()
Receiver
getUpdatedAt
in interface Receiver
public String getUser()
Receiver
public Map<String,Object> getActor()
Receiver
public Map<String,Object> getChannel()
Receiver
getChannel
in interface Receiver
public Map<String,Object> getParams()
Receiver
public String getId()
getId
in interface ResourceEntity
public String getName()
getName
in interface ResourceEntity
public String getWebHook()
Receiver
getWebHook
in interface Receiver
Copyright © 2017. All rights reserved.