public class ServiceBusSubscriptionDescription extends Object
Constructor and Description |
---|
ServiceBusSubscriptionDescription() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeadLetteringOnFilterEvaluationExceptions() |
Boolean |
getDeadLetteringOnMessageExpiration() |
String |
getDefaultMessageTimeToLive() |
Boolean |
getEnableBatchedOperations() |
String |
getLockDuration() |
Integer |
getMaxDeliveryCount() |
Long |
getMessageCount() |
Boolean |
getRequiresSession() |
void |
setDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions) |
void |
setDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration) |
void |
setDefaultMessageTimeToLive(String defaultMessageTimeToLive) |
void |
setEnableBatchedOperations(Boolean enableBatchedOperations) |
void |
setLockDuration(String lockDuration) |
void |
setMaxDeliveryCount(Integer maxDeliveryCount) |
void |
setMessageCount(Long messageCount) |
void |
setRequiresSession(Boolean requiresSession) |
public String getLockDuration()
public void setLockDuration(String lockDuration)
public Long getMessageCount()
public void setMessageCount(Long messageCount)
public Boolean getRequiresSession()
public void setRequiresSession(Boolean requiresSession)
public Boolean getDeadLetteringOnMessageExpiration()
public void setDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
public Boolean getDeadLetteringOnFilterEvaluationExceptions()
public void setDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions)
public Boolean getEnableBatchedOperations()
public void setEnableBatchedOperations(Boolean enableBatchedOperations)
public String getDefaultMessageTimeToLive()
public void setDefaultMessageTimeToLive(String defaultMessageTimeToLive)
public Integer getMaxDeliveryCount()
public void setMaxDeliveryCount(Integer maxDeliveryCount)
Copyright © 2010–2020. All rights reserved.