-
- All Implemented Interfaces:
public final class ResponseKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static BooleanisSuccessfulprivate final static LongcontentLengthprivate final static MediaTypecontentType
-
Method Summary
Modifier and Type Method Description final BooleangetIsSuccessful()final LonggetContentLength()final MediaTypegetContentType()-
-
Method Detail
-
getIsSuccessful
final Boolean getIsSuccessful()
-
getContentLength
final Long getContentLength()
-
getContentType
final MediaType getContentType()
-
-
-
-