Class EventDestination.AzureEventGrid

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.EventDestination.AzureEventGrid
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
EventDestination

public static class EventDestination.AzureEventGrid extends StripeObject
Azure Event Grid configuration.
  • Constructor Details

    • AzureEventGrid

      public AzureEventGrid()
  • Method Details

    • getAzurePartnerTopicName

      public String getAzurePartnerTopicName()
      The name of the Azure partner topic.
    • getAzurePartnerTopicStatus

      public String getAzurePartnerTopicStatus()
      The status of the Azure partner topic.

      One of activated, deleted, never_activated, or unknown.

    • getAzureRegion

      public String getAzureRegion()
      The Azure region.
    • getAzureResourceGroupName

      public String getAzureResourceGroupName()
      The name of the Azure resource group.
    • getAzureSubscriptionId

      public String getAzureSubscriptionId()
      The Azure subscription ID.
    • setAzurePartnerTopicName

      public void setAzurePartnerTopicName(String azurePartnerTopicName)
      The name of the Azure partner topic.
    • setAzurePartnerTopicStatus

      public void setAzurePartnerTopicStatus(String azurePartnerTopicStatus)
      The status of the Azure partner topic.

      One of activated, deleted, never_activated, or unknown.

    • setAzureRegion

      public void setAzureRegion(String azureRegion)
      The Azure region.
    • setAzureResourceGroupName

      public void setAzureResourceGroupName(String azureResourceGroupName)
      The name of the Azure resource group.
    • setAzureSubscriptionId

      public void setAzureSubscriptionId(String azureSubscriptionId)
      The Azure subscription ID.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object