OkHttpCall$NoContentResponseBody.smali

.class final Lretrofit2/OkHttpCall$NoContentResponseBody;
.super Lokhttp3/aq;
.source "OkHttpCall.java"


# instance fields
.field private final contentLength:J

.field private final contentType:Lokhttp3/ad;


# direct methods
.method constructor <init>(Lokhttp3/ad;J)V
    .registers 4

    .prologue
    .line 252
    invoke-direct {p0}, Lokhttp3/aq;-><init>()V

    .line 253
    iput-object p1, p0, Lretrofit2/OkHttpCall$NoContentResponseBody;->contentType:Lokhttp3/ad;

    .line 254
    iput-wide p2, p0, Lretrofit2/OkHttpCall$NoContentResponseBody;->contentLength:J

    .line 255
    return-void
.end method


# virtual methods
.method public final contentLength()J
    .registers 3

    .prologue
    .line 262
    iget-wide v0, p0, Lretrofit2/OkHttpCall$NoContentResponseBody;->contentLength:J

    return-wide v0
.end method

.method public final contentType()Lokhttp3/ad;
    .registers 2

    .prologue
    .line 258
    iget-object v0, p0, Lretrofit2/OkHttpCall$NoContentResponseBody;->contentType:Lokhttp3/ad;

    return-object v0
.end method

.method public final source()Lokio/f;
    .registers 3

    .prologue
    .line 266
    new-instance v0, Ljava/lang/IllegalStateException;

    const-string v1, "Cannot read raw response body of a converted body."

    invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V

    throw v0
.end method