-
@Serializable() public final class CachedRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmethodprivate final Stringrouteprivate final ByteArrayjsonDataprivate final IntegerretryCountprivate final BooleanisCompressed
-
Method Summary
Modifier and Type Method Description final StringgetMethod()final StringgetRoute()final ByteArraygetJsonData()final IntegergetRetryCount()final BooleangetIsCompressed()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getJsonData
final ByteArray getJsonData()
-
getRetryCount
final Integer getRetryCount()
-
getIsCompressed
final Boolean getIsCompressed()
-
-
-
-