Package org.azd.servicehooks.types
Class ServiceHooksSubscription
java.lang.Object
org.azd.common.types.BaseAbstractMethod
org.azd.servicehooks.types.ServiceHooksSubscription
Encapsulates an event subscription.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodegetId()com.fasterxml.jackson.databind.JsonNodecom.fasterxml.jackson.databind.JsonNodegetUrl()voidsetActionDescription(String actionDescription) voidsetConsumerActionId(String consumerActionId) voidsetConsumerId(String consumerId) voidsetConsumerInputs(com.fasterxml.jackson.databind.JsonNode consumerInputs) voidsetCreatedBy(Author createdBy) voidsetCreatedDate(String createdDate) voidsetEventDescription(String eventDescription) voidsetEventType(String eventType) voidvoidsetModifiedBy(com.fasterxml.jackson.databind.JsonNode modifiedBy) voidsetModifiedDate(String modifiedDate) voidsetProbationRetries(String probationRetries) voidsetPublisherId(String publisherId) voidsetPublisherInputs(com.fasterxml.jackson.databind.JsonNode publisherInputs) voidsetResourceVersion(String resourceVersion) voidvoidsetSubscriber(Author subscriber) voidMethods inherited from class org.azd.common.types.BaseAbstractMethod
toJsonTree, toString
-
Constructor Details
-
ServiceHooksSubscription
public ServiceHooksSubscription()
-
-
Method Details
-
getActionDescription
-
setActionDescription
-
getConsumerActionId
-
setConsumerActionId
-
getConsumerId
-
setConsumerId
-
getConsumerInputs
public com.fasterxml.jackson.databind.JsonNode getConsumerInputs() -
setConsumerInputs
public void setConsumerInputs(com.fasterxml.jackson.databind.JsonNode consumerInputs) -
getCreatedBy
-
setCreatedBy
-
getCreatedDate
-
setCreatedDate
-
getEventDescription
-
setEventDescription
-
getEventType
-
setEventType
-
getId
-
setId
-
getModifiedBy
public com.fasterxml.jackson.databind.JsonNode getModifiedBy() -
setModifiedBy
public void setModifiedBy(com.fasterxml.jackson.databind.JsonNode modifiedBy) -
getModifiedDate
-
setModifiedDate
-
getProbationRetries
-
setProbationRetries
-
getPublisherId
-
setPublisherId
-
getPublisherInputs
public com.fasterxml.jackson.databind.JsonNode getPublisherInputs() -
setPublisherInputs
public void setPublisherInputs(com.fasterxml.jackson.databind.JsonNode publisherInputs) -
getResourceVersion
-
setResourceVersion
-
getStatus
-
setStatus
-
getSubscriber
-
setSubscriber
-
getUrl
-
setUrl
-