ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData
- com.
Implements
public final class ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData
implements JsonSerializable<ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications event.
Constructor | Description |
---|---|
Service |
Creates an instance of Service |
Modifier and Type | Method and Description |
---|---|
static
Service |
from Reads an instance of Service |
String |
get Get the entity |
String |
get Get the namespace |
String |
get Get the queue |
String |
get Get the request |
String |
get Get the subscription |
String |
get Get the topic |
Service |
set Set the entity |
Service |
set Set the namespace |
Service |
set Set the queue |
Service |
set Set the request |
Service |
set Set the subscription |
Service |
set Set the topic |
Json |
to |
Methods inherited from java.lang.Object
ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData()
Creates an instance of ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData class.
fromJson
public static ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData fromJson(JsonReader jsonReader)
Reads an instance of ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData from the JsonReader.
Parameters:
Returns:
Throws:
getEntityType
public String getEntityType()
Get the entityType property: The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.
Returns:
getNamespaceName
public String getNamespaceName()
Get the namespaceName property: The namespace name of the Microsoft.ServiceBus resource.
Returns:
getQueueName
public String getQueueName()
Get the queueName property: The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.
Returns:
getRequestUri
public String getRequestUri()
Get the requestUri property: The endpoint of the Microsoft.ServiceBus resource.
Returns:
getSubscriptionName
public String getSubscriptionName()
Get the subscriptionName property: The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.
Returns:
getTopicName
public String getTopicName()
Get the topicName property: The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.
Returns:
setEntityType
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setEntityType(String entityType)
Set the entityType property: The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.
Parameters:
Returns:
setNamespaceName
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setNamespaceName(String namespaceName)
Set the namespaceName property: The namespace name of the Microsoft.ServiceBus resource.
Parameters:
Returns:
setQueueName
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setQueueName(String queueName)
Set the queueName property: The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.
Parameters:
Returns:
setRequestUri
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setRequestUri(String requestUri)
Set the requestUri property: The endpoint of the Microsoft.ServiceBus resource.
Parameters:
Returns:
setSubscriptionName
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setSubscriptionName(String subscriptionName)
Set the subscriptionName property: The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.
Parameters:
Returns:
setTopicName
public ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData setTopicName(String topicName)
Set the topicName property: The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.
Parameters:
Returns:
toJson
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: