static class ResponseStatisticsImpl.Builder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ResponseStatisticsImpl |
cached |
private java.lang.Integer |
lastResponseCode |
private java.util.Map<java.lang.Integer,java.lang.Long> |
responseCodesMap |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addResponseCode(int responseCode) |
(package private) ResponseStatisticsImpl |
build() |
private final java.util.Map<java.lang.Integer,java.lang.Long> responseCodesMap
private java.lang.Integer lastResponseCode
private ResponseStatisticsImpl cached
void addResponseCode(int responseCode)
ResponseStatisticsImpl build()