public class StaleRequestCapabilities
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
StaleRequestCapabilities() |
StaleRequestCapabilities(boolean cancel,
java.util.List<java.lang.String> retryOnContentModified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getRetryOnContentModified()
The list of requests for which the client will retry the request if it receives
a response with error code
ContentModified |
int |
hashCode() |
boolean |
isCancel()
The client will actively cancel the request.
|
void |
setCancel(boolean cancel)
The client will actively cancel the request.
|
void |
setRetryOnContentModified(java.util.List<java.lang.String> retryOnContentModified)
The list of requests for which the client will retry the request if it receives
a response with error code
ContentModified |
java.lang.String |
toString() |
public StaleRequestCapabilities()
public StaleRequestCapabilities(boolean cancel,
java.util.List<java.lang.String> retryOnContentModified)
@Pure public boolean isCancel()
public void setCancel(boolean cancel)
@Pure public java.util.List<java.lang.String> getRetryOnContentModified()
ContentModifiedpublic void setRetryOnContentModified(java.util.List<java.lang.String> retryOnContentModified)
ContentModified@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object