public class ServiceBusDeadletterMessagesAvailableWithNoListenersEventData extends Object
| Constructor and Description |
|---|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
entityType()
Get the entity type of the Microsoft.ServiceBus resource.
|
String |
namespaceName()
Get the namespace name of the Microsoft.ServiceBus resource.
|
String |
queueName()
Get the name of the Microsoft.ServiceBus queue.
|
String |
requestUri()
Get the endpoint of the Microsoft.ServiceBus resource.
|
String |
subscriptionName()
Get the name of the Microsoft.ServiceBus topic's subscription.
|
String |
topicName()
Get the name of the Microsoft.ServiceBus topic.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withEntityType(String entityType)
Set the entity type of the Microsoft.ServiceBus resource.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withNamespaceName(String namespaceName)
Set the namespace name of the Microsoft.ServiceBus resource.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withQueueName(String queueName)
Set the name of the Microsoft.ServiceBus queue.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withRequestUri(String requestUri)
Set the endpoint of the Microsoft.ServiceBus resource.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withSubscriptionName(String subscriptionName)
Set the name of the Microsoft.ServiceBus topic's subscription.
|
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
withTopicName(String topicName)
Set the name of the Microsoft.ServiceBus topic.
|
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData()
public String namespaceName()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withNamespaceName(String namespaceName)
namespaceName - the namespaceName value to setpublic String requestUri()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withRequestUri(String requestUri)
requestUri - the requestUri value to setpublic String entityType()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withEntityType(String entityType)
entityType - the entityType value to setpublic String queueName()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withQueueName(String queueName)
queueName - the queueName value to setpublic String topicName()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withTopicName(String topicName)
topicName - the topicName value to setpublic String subscriptionName()
public ServiceBusDeadletterMessagesAvailableWithNoListenersEventData withSubscriptionName(String subscriptionName)
subscriptionName - the subscriptionName value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/