public final class NetworkResponse.Success<T extends Object> extends NetworkResponse<T>
private final Integer
code
private final T
value
private final Map<String, List<String>>
headers
private final Long
length
NetworkResponse.Success(Integer code, T value, Map<String, List<String>> headers, Long length)
Integer
getCode()
final T
getValue()
final Map<String, List<String>>
getHeaders()
final Long
getLength()
isResponseCodeARedirect, isResponseCodeSuccessful
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Integer getCode()
final T getValue()
final Map<String, List<String>> getHeaders()
final Long getLength()