BackendResponse.smali
.class public abstract Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.super Ljava/lang/Object;
.source "BackendResponse.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 25
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static fatalError()Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 43
new-instance v0, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->FATAL_ERROR:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
const-wide/16 v2, -0x1
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
.method public static ok(J)Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 47
new-instance v0, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->OK:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
invoke-direct {v0, v1, p0, p1}, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
.method public static transientError()Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 39
new-instance v0, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->TRANSIENT_ERROR:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
const-wide/16 v2, -0x1
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/datatransport/runtime/backends/AutoValue_BackendResponse;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
# virtual methods
.method public abstract getNextRequestWaitMillis()J
.end method
.method public abstract getStatus()Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
.end method