granularity level: instruction

		.class final Lcom/google/firebase/installations/remote/AutoValue_TokenResult;
.super Lcom/google/firebase/installations/remote/TokenResult;
.source "AutoValue_TokenResult.java"

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

.field private final responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
.field private final token:Ljava/lang/String;
.field private final tokenExpirationTimestamp:J


.method private constructor <init>(Ljava/lang/String;JLcom/google/firebase/installations/remote/TokenResult$ResponseCode;)V
	.locals 0

	invoke-direct {p0}, Lcom/google/firebase/installations/remote/TokenResult;-><init>()V
	iput-object p1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->token:Ljava/lang/String;
	iput-wide p2, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->tokenExpirationTimestamp:J
	iput-object p4, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	return-void
.end method

.method synthetic constructor <init>(Ljava/lang/String;JLcom/google/firebase/installations/remote/TokenResult$ResponseCode;Lcom/google/firebase/installations/remote/AutoValue_TokenResult$1;)V
	.locals 0

	invoke-direct {p0, p1, p2, p3, p4}, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;-><init>(Ljava/lang/String;JLcom/google/firebase/installations/remote/TokenResult$ResponseCode;)V
	return-void
.end method

.method public equals(Ljava/lang/Object;)Z
	.locals 7

	const/4 v0, 0x1
	if-ne p1, p0, :cond_0
	return v0
	:cond_0
	instance-of v1, p1, Lcom/google/firebase/installations/remote/TokenResult;
	const/4 v2, 0x0
	if-eqz v1, :cond_4
	check-cast p1, Lcom/google/firebase/installations/remote/TokenResult;
	iget-object v1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->token:Ljava/lang/String;
	if-nez v1, :cond_1
	invoke-virtual {p1}, Lcom/google/firebase/installations/remote/TokenResult;->getToken()Ljava/lang/String;
	move-result-object v1
	if-nez v1, :cond_3
	goto :goto_0
	:cond_1
	invoke-virtual {p1}, Lcom/google/firebase/installations/remote/TokenResult;->getToken()Ljava/lang/String;
	move-result-object v3
	invoke-virtual {v1, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
	move-result v1
	if-eqz v1, :cond_3
	:goto_0
	iget-wide v3, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->tokenExpirationTimestamp:J
	invoke-virtual {p1}, Lcom/google/firebase/installations/remote/TokenResult;->getTokenExpirationTimestamp()J
	move-result-wide v5
	cmp-long v1, v3, v5
	if-nez v1, :cond_3
	iget-object v1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	if-nez v1, :cond_2
	invoke-virtual {p1}, Lcom/google/firebase/installations/remote/TokenResult;->getResponseCode()Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	move-result-object p1
	if-nez p1, :cond_3
	goto :goto_1
	:cond_2
	invoke-virtual {p1}, Lcom/google/firebase/installations/remote/TokenResult;->getResponseCode()Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	move-result-object p1
	invoke-virtual {v1, p1}, Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;->equals(Ljava/lang/Object;)Z
	move-result p1
	if-eqz p1, :cond_3
	goto :goto_1
	:cond_3
	const/4 v0, 0x0
	:goto_1
	return v0
	:cond_4
	return v2
.end method

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

	iget-object v0, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	return-object v0
.end method

.method public getToken()Ljava/lang/String;
	.locals 1

	iget-object v0, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->token:Ljava/lang/String;
	return-object v0
.end method

.method public getTokenExpirationTimestamp()J
	.locals 2

	iget-wide v0, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->tokenExpirationTimestamp:J
	return-wide v0
.end method

.method public hashCode()I
	.locals 7

	iget-object v0, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->token:Ljava/lang/String;
	const/4 v1, 0x0
	if-nez v0, :cond_0
	const/4 v0, 0x0
	goto :goto_0
	:cond_0
	invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
	move-result v0
	:goto_0
	const v2, 0xf4243
	xor-int/2addr v0, v2
	mul-int v0, v0, v2
	iget-wide v3, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->tokenExpirationTimestamp:J
	const/16 v5, 0x20
	ushr-long v5, v3, v5
	xor-long/2addr v3, v5
	long-to-int v4, v3
	xor-int/2addr v0, v4
	mul-int v0, v0, v2
	iget-object v2, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	if-nez v2, :cond_1
	goto :goto_1
	:cond_1
	invoke-virtual {v2}, Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;->hashCode()I
	move-result v1
	:goto_1
	xor-int/2addr v0, v1
	return v0
.end method

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

	new-instance v0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult$Builder;
	const/4 v1, 0x0
	invoke-direct {v0, p0, v1}, Lcom/google/firebase/installations/remote/AutoValue_TokenResult$Builder;-><init>(Lcom/google/firebase/installations/remote/TokenResult;Lcom/google/firebase/installations/remote/AutoValue_TokenResult$1;)V
	return-object v0
.end method

.method public toString()Ljava/lang/String;
	.locals 3

	new-instance v0, Ljava/lang/StringBuilder;
	invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
	const-string v1, "TokenResult{token="
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
	iget-object v1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->token:Ljava/lang/String;
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
	const-string v1, ", tokenExpirationTimestamp="
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
	iget-wide v1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->tokenExpirationTimestamp:J
	invoke-virtual {v0, v1, v2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
	const-string v1, ", responseCode="
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
	iget-object v1, p0, Lcom/google/firebase/installations/remote/AutoValue_TokenResult;->responseCode:Lcom/google/firebase/installations/remote/TokenResult$ResponseCode;
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
	const-string v1, "}"
	invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
	invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
	move-result-object v0
	return-object v0
.end method