T
- return class for builder patternpublic class Provider<T extends Provider<T>> extends Object
Constructor and Description |
---|
Provider() |
Modifier and Type | Method and Description |
---|---|
protected T |
_this() |
Duration |
getCacheDuration() |
String |
getId() |
List<SimpleKey> |
getKeys() |
List<String> |
getProtocolSupportEnumeration() |
Signature |
getSignature() |
org.joda.time.DateTime |
getValidUntil() |
T |
setCacheDuration(Duration cacheDuration) |
T |
setId(String id) |
T |
setKeys(List<SimpleKey> keys) |
T |
setProtocolSupportEnumeration(List<String> protocolSupportEnumeration) |
T |
setSignature(Signature signature) |
T |
setValidUntil(org.joda.time.DateTime validUntil) |