GoogleAccount$Builder.smali

.class public final Lcom/avast/id/proto/GoogleAccount$Builder;
.super Lcom/squareup/wire/Message$Builder;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/avast/id/proto/GoogleAccount;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x19
    name = "Builder"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Lcom/squareup/wire/Message$Builder<",
        "Lcom/avast/id/proto/GoogleAccount;",
        "Lcom/avast/id/proto/GoogleAccount$Builder;",
        ">;"
    }
.end annotation


# instance fields
.field public email:Ljava/lang/String;

.field public google_id:Ljava/lang/String;

.field public id:Ljava/lang/Long;

.field public name:Ljava/lang/String;

.field public refresh_token:Ljava/lang/String;

.field public surname:Ljava/lang/String;


# direct methods
.method public constructor <init>()V
    .registers 1

    invoke-direct {p0}, Lcom/squareup/wire/Message$Builder;-><init>()V

    return-void
.end method


# virtual methods
.method public build()Lcom/avast/id/proto/GoogleAccount;
    .registers 10

    new-instance v8, Lcom/avast/id/proto/GoogleAccount;

    iget-object v1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->google_id:Ljava/lang/String;

    iget-object v2, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->id:Ljava/lang/Long;

    iget-object v3, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->email:Ljava/lang/String;

    iget-object v4, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->refresh_token:Ljava/lang/String;

    iget-object v5, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->name:Ljava/lang/String;

    iget-object v6, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->surname:Ljava/lang/String;

    invoke-virtual {p0}, Lcom/squareup/wire/Message$Builder;->buildUnknownFields()Lokio/ByteString;

    move-result-object v7

    move-object v0, v8

    invoke-direct/range {v0 .. v7}, Lcom/avast/id/proto/GoogleAccount;-><init>(Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lokio/ByteString;)V

    return-object v8
.end method

.method public bridge synthetic build()Lcom/squareup/wire/Message;
    .registers 2

    invoke-virtual {p0}, Lcom/avast/id/proto/GoogleAccount$Builder;->build()Lcom/avast/id/proto/GoogleAccount;

    move-result-object v0

    return-object v0
.end method

.method public email(Ljava/lang/String;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->email:Ljava/lang/String;

    return-object p0
.end method

.method public google_id(Ljava/lang/String;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->google_id:Ljava/lang/String;

    return-object p0
.end method

.method public id(Ljava/lang/Long;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->id:Ljava/lang/Long;

    return-object p0
.end method

.method public name(Ljava/lang/String;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->name:Ljava/lang/String;

    return-object p0
.end method

.method public refresh_token(Ljava/lang/String;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->refresh_token:Ljava/lang/String;

    return-object p0
.end method

.method public surname(Ljava/lang/String;)Lcom/avast/id/proto/GoogleAccount$Builder;
    .registers 2

    iput-object p1, p0, Lcom/avast/id/proto/GoogleAccount$Builder;->surname:Ljava/lang/String;

    return-object p0
.end method