AccountDeletedEvent$Builder.smali
.class public final Lcom/avast/id/proto/AccountDeletedEvent$Builder;
.super Lcom/squareup/wire/Message$Builder;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/avast/id/proto/AccountDeletedEvent;
.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/AccountDeletedEvent;",
"Lcom/avast/id/proto/AccountDeletedEvent$Builder;",
">;"
}
.end annotation
# instance fields
.field public session_id:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public uuid:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.registers 2
invoke-direct {p0}, Lcom/squareup/wire/Message$Builder;-><init>()V
invoke-static {}, Lcom/squareup/wire/internal/Internal;->newMutableList()Ljava/util/List;
move-result-object v0
iput-object v0, p0, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->session_id:Ljava/util/List;
return-void
.end method
# virtual methods
.method public build()Lcom/avast/id/proto/AccountDeletedEvent;
.registers 5
new-instance v0, Lcom/avast/id/proto/AccountDeletedEvent;
iget-object v1, p0, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->uuid:Ljava/lang/String;
iget-object v2, p0, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->session_id:Ljava/util/List;
invoke-virtual {p0}, Lcom/squareup/wire/Message$Builder;->buildUnknownFields()Lokio/ByteString;
move-result-object v3
invoke-direct {v0, v1, v2, v3}, Lcom/avast/id/proto/AccountDeletedEvent;-><init>(Ljava/lang/String;Ljava/util/List;Lokio/ByteString;)V
return-object v0
.end method
.method public bridge synthetic build()Lcom/squareup/wire/Message;
.registers 2
invoke-virtual {p0}, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->build()Lcom/avast/id/proto/AccountDeletedEvent;
move-result-object v0
return-object v0
.end method
.method public session_id(Ljava/util/List;)Lcom/avast/id/proto/AccountDeletedEvent$Builder;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/String;",
">;)",
"Lcom/avast/id/proto/AccountDeletedEvent$Builder;"
}
.end annotation
invoke-static {p1}, Lcom/squareup/wire/internal/Internal;->checkElementsNotNull(Ljava/util/List;)V
iput-object p1, p0, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->session_id:Ljava/util/List;
return-object p0
.end method
.method public uuid(Ljava/lang/String;)Lcom/avast/id/proto/AccountDeletedEvent$Builder;
.registers 2
iput-object p1, p0, Lcom/avast/id/proto/AccountDeletedEvent$Builder;->uuid:Ljava/lang/String;
return-object p0
.end method