public class IdempotentUrlPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
numOfRetries |
protected String |
urlPattern |
| Constructor and Description |
|---|
IdempotentUrlPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNumOfRetries() |
String |
getUrlPattern() |
void |
setNumOfRetries(String value) |
void |
setUrlPattern(String value) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.