granularity level: instruction

		.class public abstract Lcom/google/firebase/installations/remote/TokenResult;
.super Ljava/lang/Object;
.source "TokenResult.java"

.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/firebase/installations/remote/TokenResult$Builder;,
Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
}
.end annotation



.method public constructor <init>()V
	.locals 0

	invoke-direct {p0}, Ljava/lang/Object;-><init>()V
	return-void
.end method

.method public static builder()Lcom/google/firebase/installations/remote/TokenResult$Builder;
	.locals 3

	new-instance v0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult$Builder;
	invoke-direct {v0}, Lcom/google/firebase/installations/remote/AutoValue_TokenResult$Builder;-><init>()V
	const-wide/16 v1, 0x0
	invoke-virtual {v0, v1, v2}, Lcom/google/firebase/installations/remote/AutoValue_TokenResult$Builder;->setTokenExpirationTimestamp(J)Lcom/google/firebase/installations/remote/TokenResult$Builder;
	move-result-object v0
	return-object v0
.end method

.method public abstract getResponseCode()Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	

.end method

.method public abstract getToken()Ljava/lang/String;
	

.end method

.method public abstract getTokenExpirationTimestamp()J
	

.end method

.method public abstract toBuilder()Lcom/google/firebase/installations/remote/TokenResult$Builder;
	

.end method