Class PatchedAlertMethod

java.lang.Object
io.cloudreactor.tasksymphony.model.PatchedAlertMethod

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PatchedAlertMethod extends Object
An AlertMethod specifies one or more configured methods of notifying users or external sources of events that trigger when one or more conditions are satisfied.
  • Field Details

  • Constructor Details

    • PatchedAlertMethod

      public PatchedAlertMethod()
  • Method Details

    • getUrl

      @Nullable public URI getUrl()
      Get url
      Returns:
      url
    • getUuid

      @Nullable public UUID getUuid()
      Get uuid
      Returns:
      uuid
    • name

      public PatchedAlertMethod name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public PatchedAlertMethod description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • getDashboardUrl

      @Nullable public String getDashboardUrl()
      Get dashboardUrl
      Returns:
      dashboardUrl
    • enabled

      public PatchedAlertMethod enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getMethodDetails

      @Nullable public Map<String,Object> getMethodDetails()
      Get methodDetails
      Returns:
      methodDetails
    • notifyOnSuccess

      public PatchedAlertMethod notifyOnSuccess(Boolean notifyOnSuccess)
    • getNotifyOnSuccess

      @Nullable public Boolean getNotifyOnSuccess()
      Get notifyOnSuccess
      Returns:
      notifyOnSuccess
    • setNotifyOnSuccess

      public void setNotifyOnSuccess(Boolean notifyOnSuccess)
    • notifyOnFailure

      public PatchedAlertMethod notifyOnFailure(Boolean notifyOnFailure)
    • getNotifyOnFailure

      @Nullable public Boolean getNotifyOnFailure()
      Get notifyOnFailure
      Returns:
      notifyOnFailure
    • setNotifyOnFailure

      public void setNotifyOnFailure(Boolean notifyOnFailure)
    • notifyOnTimeout

      public PatchedAlertMethod notifyOnTimeout(Boolean notifyOnTimeout)
    • getNotifyOnTimeout

      @Nullable public Boolean getNotifyOnTimeout()
      Get notifyOnTimeout
      Returns:
      notifyOnTimeout
    • setNotifyOnTimeout

      public void setNotifyOnTimeout(Boolean notifyOnTimeout)
    • errorSeverityOnMissingExecution

      public PatchedAlertMethod errorSeverityOnMissingExecution(NotificationSeverity errorSeverityOnMissingExecution)
    • getErrorSeverityOnMissingExecution

      @Nullable public NotificationSeverity getErrorSeverityOnMissingExecution()
      Get errorSeverityOnMissingExecution
      Returns:
      errorSeverityOnMissingExecution
    • setErrorSeverityOnMissingExecution

      public void setErrorSeverityOnMissingExecution(NotificationSeverity errorSeverityOnMissingExecution)
    • errorSeverityOnMissingHeartbeat

      public PatchedAlertMethod errorSeverityOnMissingHeartbeat(NotificationSeverity errorSeverityOnMissingHeartbeat)
    • getErrorSeverityOnMissingHeartbeat

      @Nullable public NotificationSeverity getErrorSeverityOnMissingHeartbeat()
      Get errorSeverityOnMissingHeartbeat
      Returns:
      errorSeverityOnMissingHeartbeat
    • setErrorSeverityOnMissingHeartbeat

      public void setErrorSeverityOnMissingHeartbeat(NotificationSeverity errorSeverityOnMissingHeartbeat)
    • errorSeverityOnServiceDown

      public PatchedAlertMethod errorSeverityOnServiceDown(NotificationSeverity errorSeverityOnServiceDown)
    • getErrorSeverityOnServiceDown

      @Nullable public NotificationSeverity getErrorSeverityOnServiceDown()
      Get errorSeverityOnServiceDown
      Returns:
      errorSeverityOnServiceDown
    • setErrorSeverityOnServiceDown

      public void setErrorSeverityOnServiceDown(NotificationSeverity errorSeverityOnServiceDown)
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      Returns:
      createdByUser
    • getCreatedByGroup

      @Nullable public Group getCreatedByGroup()
      Get createdByGroup
      Returns:
      createdByGroup
    • getCreatedByGroup_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Group> getCreatedByGroup_JsonNullable()
    • runEnvironment

      public PatchedAlertMethod runEnvironment(NameAndUuid runEnvironment)
    • getRunEnvironment

      @Nullable public NameAndUuid getRunEnvironment()
      Get runEnvironment
      Returns:
      runEnvironment
    • getRunEnvironment_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> getRunEnvironment_JsonNullable()
    • setRunEnvironment_JsonNullable

      public void setRunEnvironment_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> runEnvironment)
    • setRunEnvironment

      public void setRunEnvironment(NameAndUuid runEnvironment)
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object