Class SenlinReceiver
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinReceiver
-
- All Implemented Interfaces:
Serializable,ModelEntity,ResourceEntity,Receiver
public class SenlinReceiver extends Object implements Receiver
This is a model of a senlinReceiver. It uses Jackson annotations for (de)serialization into JSON format- Author:
- lion
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSenlinReceiver.ReceiverAn inner class for representing lists of senlinReceivers
-
Constructor Summary
Constructors Constructor Description SenlinReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Returns the action of the receiverMap<String,Object>getActor()Returns the actor of the receiverMap<String,Object>getChannel()Returns the channel of the receiverStringgetClusterID()Returns the cluster id of the receiverDategetCreatedAt()Returns the created at time of the receiverStringgetDomain()Returns the domain of the receiverStringgetId()StringgetName()Map<String,Object>getParams()Returns the params of the receiverStringgetProject()Returns the project of the receiverStringgetType()Returns the type of the receiverDategetUpdatedAt()Returns the updated at time of the receiverStringgetUser()Returns the user of the receiverStringgetWebHook()Returns the WebHook of the receiverStringtoString()
-
-
-
Method Detail
-
getAction
public String getAction()
Description copied from interface:ReceiverReturns the action of the receiver
-
getClusterID
public String getClusterID()
Description copied from interface:ReceiverReturns the cluster id of the receiver- Specified by:
getClusterIDin interfaceReceiver- Returns:
- the cluster id of the receiver
-
getCreatedAt
public Date getCreatedAt()
Description copied from interface:ReceiverReturns the created at time of the receiver- Specified by:
getCreatedAtin interfaceReceiver- Returns:
- the created at time of the receiver
-
getDomain
public String getDomain()
Description copied from interface:ReceiverReturns the domain of the receiver
-
getProject
public String getProject()
Description copied from interface:ReceiverReturns the project of the receiver- Specified by:
getProjectin interfaceReceiver- Returns:
- the project of the receiver
-
getType
public String getType()
Description copied from interface:ReceiverReturns the type of the receiver
-
getUpdatedAt
public Date getUpdatedAt()
Description copied from interface:ReceiverReturns the updated at time of the receiver- Specified by:
getUpdatedAtin interfaceReceiver- Returns:
- the updated at time of the receiver
-
getUser
public String getUser()
Description copied from interface:ReceiverReturns the user of the receiver
-
getActor
public Map<String,Object> getActor()
Description copied from interface:ReceiverReturns the actor of the receiver
-
getChannel
public Map<String,Object> getChannel()
Description copied from interface:ReceiverReturns the channel of the receiver- Specified by:
getChannelin interfaceReceiver- Returns:
- the channel of the receiver
-
getParams
public Map<String,Object> getParams()
Description copied from interface:ReceiverReturns the params of the receiver
-
getId
public String getId()
- Specified by:
getIdin interfaceResourceEntity- Returns:
- the id of this entity
-
getName
public String getName()
- Specified by:
getNamein interfaceResourceEntity- Returns:
- the name of this entity
-
getWebHook
public String getWebHook()
Description copied from interface:ReceiverReturns the WebHook of the receiver- Specified by:
getWebHookin interfaceReceiver- Returns:
- the WebHook of the receiver
-
-