Package com.stripe.model.v2.core
Class EventDestination.AzureEventGrid
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.EventDestination.AzureEventGrid
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- EventDestination
Azure Event Grid configuration.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe name of the Azure partner topic.The status of the Azure partner topic.The Azure region.The name of the Azure resource group.The Azure subscription ID.inthashCode()voidsetAzurePartnerTopicName(String azurePartnerTopicName) The name of the Azure partner topic.voidsetAzurePartnerTopicStatus(String azurePartnerTopicStatus) The status of the Azure partner topic.voidsetAzureRegion(String azureRegion) The Azure region.voidsetAzureResourceGroupName(String azureResourceGroupName) The name of the Azure resource group.voidsetAzureSubscriptionId(String azureSubscriptionId) The Azure subscription ID.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AzureEventGrid
public AzureEventGrid()
-
-
Method Details
-
getAzurePartnerTopicName
The name of the Azure partner topic. -
getAzurePartnerTopicStatus
The status of the Azure partner topic.One of
activated,deleted,never_activated, orunknown. -
getAzureRegion
The Azure region. -
getAzureResourceGroupName
The name of the Azure resource group. -
getAzureSubscriptionId
The Azure subscription ID. -
setAzurePartnerTopicName
The name of the Azure partner topic. -
setAzurePartnerTopicStatus
The status of the Azure partner topic.One of
activated,deleted,never_activated, orunknown. -
setAzureRegion
The Azure region. -
setAzureResourceGroupName
The name of the Azure resource group. -
setAzureSubscriptionId
The Azure subscription ID. -
equals
-
canEqual
-
hashCode
public int hashCode()
-