Interface Receiver

  • All Superinterfaces:
    ModelEntity, ResourceEntity, Serializable
    All Known Implementing Classes:
    SenlinReceiver

    public interface Receiver
    extends ResourceEntity
    This interface describes the getter-methods (and thus components) of a Receiver. All getters map to the possible return values of GET /v1/receivers/​{receiver_id}​
    Author:
    lion
    • Method Detail

      • getAction

        String getAction()
        Returns the action of the receiver
        Returns:
        the action of the receiver
      • getClusterID

        String getClusterID()
        Returns the cluster id of the receiver
        Returns:
        the cluster id of the receiver
      • getCreatedAt

        Date getCreatedAt()
        Returns the created at time of the receiver
        Returns:
        the created at time of the receiver
      • getDomain

        String getDomain()
        Returns the domain of the receiver
        Returns:
        the domain of the receiver
      • getProject

        String getProject()
        Returns the project of the receiver
        Returns:
        the project of the receiver
      • getType

        String getType()
        Returns the type of the receiver
        Returns:
        the type of the receiver
      • getUpdatedAt

        Date getUpdatedAt()
        Returns the updated at time of the receiver
        Returns:
        the updated at time of the receiver
      • getUser

        String getUser()
        Returns the user of the receiver
        Returns:
        the user of the receiver
      • getActor

        Map<String,​Object> getActor()
        Returns the actor of the receiver
        Returns:
        the actor of the receiver
      • getChannel

        Map<String,​Object> getChannel()
        Returns the channel of the receiver
        Returns:
        the channel of the receiver
      • getParams

        Map<String,​Object> getParams()
        Returns the params of the receiver
        Returns:
        the params of the receiver
      • getWebHook

        String getWebHook()
        Returns the WebHook of the receiver
        Returns:
        the WebHook of the receiver