NotificationDetails.smali

.class public final Lcom/avast/analytics/proto/blob/notification/NotificationDetails;
.super Lcom/squareup/wire/Message;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/avast/analytics/proto/blob/notification/NotificationDetails$ProtoAdapter_NotificationDetails;,
        Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;
    }
.end annotation

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


# static fields
.field public static final ADAPTER:Lcom/squareup/wire/ProtoAdapter;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lcom/squareup/wire/ProtoAdapter<",
            "Lcom/avast/analytics/proto/blob/notification/NotificationDetails;",
            ">;"
        }
    .end annotation
.end field

.field public static final DEFAULT_ACTION:Ljava/lang/String; = ""

.field public static final DEFAULT_CAMPAIGN_CATEGORY:Ljava/lang/String; = ""

.field public static final DEFAULT_CAMPAIGN_ID:Ljava/lang/String; = ""

.field public static final DEFAULT_CAMPAIGN_TYPE:Lcom/avast/analytics/proto/blob/notification/CampaignType;

.field public static final DEFAULT_DRY_RUN:Ljava/lang/Boolean;

.field public static final DEFAULT_NOTIFICATION_TYPE:Lcom/avast/analytics/proto/blob/notification/NotificationType;

.field public static final DEFAULT_OPT_OUT_STATE:Ljava/lang/Boolean;

.field public static final DEFAULT_PRIORITY:Lcom/avast/analytics/proto/blob/notification/Priority;

.field public static final DEFAULT_SAFE_GUARD_COUNT:Ljava/lang/Boolean;

.field public static final DEFAULT_SESSION:Ljava/lang/String; = ""

.field public static final DEFAULT_SOURCE:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

.field public static final DEFAULT_TRACKING_NAME:Ljava/lang/String; = ""

.field public static final DEFAULT_TYPE:Ljava/lang/Integer;

.field private static final serialVersionUID:J


# instance fields
.field public final action:Ljava/lang/String;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#STRING"
        tag = 0x7
    .end annotation
.end field

.field public final campaign_category:Ljava/lang/String;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#STRING"
        tag = 0xa
    .end annotation
.end field

.field public final campaign_id:Ljava/lang/String;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#STRING"
        tag = 0x5
    .end annotation
.end field

.field public final campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.avast.analytics.proto.blob.notification.CampaignType#ADAPTER"
        tag = 0xd
    .end annotation
.end field

.field public final dry_run:Ljava/lang/Boolean;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#BOOL"
        tag = 0x9
    .end annotation
.end field

.field public final notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.avast.analytics.proto.blob.notification.NotificationType#ADAPTER"
        tag = 0xb
    .end annotation
.end field

.field public final opt_out_state:Ljava/lang/Boolean;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#BOOL"
        tag = 0x8
    .end annotation
.end field

.field public final priority:Lcom/avast/analytics/proto/blob/notification/Priority;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.avast.analytics.proto.blob.notification.Priority#ADAPTER"
        tag = 0x2
    .end annotation
.end field

.field public final safe_guard_count:Ljava/lang/Boolean;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#BOOL"
        tag = 0x3
    .end annotation
.end field

.field public final session:Ljava/lang/String;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#STRING"
        tag = 0xc
    .end annotation
.end field

.field public final source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.avast.analytics.proto.blob.notification.NotificationSource#ADAPTER"
        tag = 0x1
    .end annotation
.end field

.field public final tracking_name:Ljava/lang/String;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#STRING"
        tag = 0x6
    .end annotation
.end field

.field public final type:Ljava/lang/Integer;
    .annotation runtime Lcom/squareup/wire/WireField;
        adapter = "com.squareup.wire.ProtoAdapter#INT32"
        tag = 0x4
    .end annotation
.end field


# direct methods
.method static constructor <clinit>()V
    .registers 1

    new-instance v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$ProtoAdapter_NotificationDetails;

    invoke-direct {v0}, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$ProtoAdapter_NotificationDetails;-><init>()V

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->ADAPTER:Lcom/squareup/wire/ProtoAdapter;

    sget-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationSource;->LOCAL:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_SOURCE:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    sget-object v0, Lcom/avast/analytics/proto/blob/notification/Priority;->SAFE_GUARD:Lcom/avast/analytics/proto/blob/notification/Priority;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_PRIORITY:Lcom/avast/analytics/proto/blob/notification/Priority;

    sget-object v0, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_SAFE_GUARD_COUNT:Ljava/lang/Boolean;

    const/4 v0, 0x0

    invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;

    move-result-object v0

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_TYPE:Ljava/lang/Integer;

    sget-object v0, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_OPT_OUT_STATE:Ljava/lang/Boolean;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_DRY_RUN:Ljava/lang/Boolean;

    sget-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationType;->GENERAL:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_NOTIFICATION_TYPE:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    sget-object v0, Lcom/avast/analytics/proto/blob/notification/CampaignType;->UNDEFINED:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    sput-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->DEFAULT_CAMPAIGN_TYPE:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    return-void
.end method

.method public constructor <init>(Lcom/avast/analytics/proto/blob/notification/NotificationSource;Lcom/avast/analytics/proto/blob/notification/Priority;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/NotificationType;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/CampaignType;)V
    .registers 29

    sget-object v14, Lokio/ByteString;->i:Lokio/ByteString;

    move-object v0, p0

    move-object/from16 v1, p1

    move-object/from16 v2, p2

    move-object/from16 v3, p3

    move-object/from16 v4, p4

    move-object/from16 v5, p5

    move-object/from16 v6, p6

    move-object/from16 v7, p7

    move-object/from16 v8, p8

    move-object/from16 v9, p9

    move-object/from16 v10, p10

    move-object/from16 v11, p11

    move-object/from16 v12, p12

    move-object/from16 v13, p13

    invoke-direct/range {v0 .. v14}, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;-><init>(Lcom/avast/analytics/proto/blob/notification/NotificationSource;Lcom/avast/analytics/proto/blob/notification/Priority;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/NotificationType;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/CampaignType;Lokio/ByteString;)V

    return-void
.end method

.method public constructor <init>(Lcom/avast/analytics/proto/blob/notification/NotificationSource;Lcom/avast/analytics/proto/blob/notification/Priority;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/NotificationType;Ljava/lang/String;Lcom/avast/analytics/proto/blob/notification/CampaignType;Lokio/ByteString;)V
    .registers 16

    sget-object v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->ADAPTER:Lcom/squareup/wire/ProtoAdapter;

    invoke-direct {p0, v0, p14}, Lcom/squareup/wire/Message;-><init>(Lcom/squareup/wire/ProtoAdapter;Lokio/ByteString;)V

    iput-object p1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    iput-object p2, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    iput-object p3, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    iput-object p4, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    iput-object p5, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    iput-object p6, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    iput-object p7, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    iput-object p8, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    iput-object p9, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    iput-object p10, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    iput-object p11, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    iput-object p12, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    iput-object p13, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    return-void
.end method


# virtual methods
.method public equals(Ljava/lang/Object;)Z
    .registers 6

    const/4 v0, 0x1

    if-ne p1, p0, :cond_4

    return v0

    :cond_4
    instance-of v1, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;

    const/4 v2, 0x0

    if-nez v1, :cond_a

    return v2

    :cond_a
    check-cast p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;

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

    move-result-object v1

    invoke-virtual {p1}, Lcom/squareup/wire/Message;->unknownFields()Lokio/ByteString;

    move-result-object v3

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    iget-object v3, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    invoke-static {v1, v3}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result v1

    if-eqz v1, :cond_9d

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    iget-object p1, p1, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    invoke-static {v1, p1}, Lcom/squareup/wire/internal/Internal;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result p1

    if-eqz p1, :cond_9d

    goto :goto_9e

    :cond_9d
    const/4 v0, 0x0

    :goto_9e
    return v0
.end method

.method public hashCode()I
    .registers 4

    iget v0, p0, Lcom/squareup/wire/Message;->hashCode:I

    if-nez v0, :cond_b6

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

    move-result-object v0

    invoke-virtual {v0}, Lokio/ByteString;->hashCode()I

    move-result v0

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    const/4 v2, 0x0

    if-eqz v1, :cond_18

    invoke-virtual {v1}, Ljava/lang/Enum;->hashCode()I

    move-result v1

    goto :goto_19

    :cond_18
    const/4 v1, 0x0

    :goto_19
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    if-eqz v1, :cond_25

    invoke-virtual {v1}, Ljava/lang/Enum;->hashCode()I

    move-result v1

    goto :goto_26

    :cond_25
    const/4 v1, 0x0

    :goto_26
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    if-eqz v1, :cond_32

    invoke-virtual {v1}, Ljava/lang/Boolean;->hashCode()I

    move-result v1

    goto :goto_33

    :cond_32
    const/4 v1, 0x0

    :goto_33
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    if-eqz v1, :cond_3f

    invoke-virtual {v1}, Ljava/lang/Integer;->hashCode()I

    move-result v1

    goto :goto_40

    :cond_3f
    const/4 v1, 0x0

    :goto_40
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    if-eqz v1, :cond_4c

    invoke-virtual {v1}, Ljava/lang/String;->hashCode()I

    move-result v1

    goto :goto_4d

    :cond_4c
    const/4 v1, 0x0

    :goto_4d
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    if-eqz v1, :cond_59

    invoke-virtual {v1}, Ljava/lang/String;->hashCode()I

    move-result v1

    goto :goto_5a

    :cond_59
    const/4 v1, 0x0

    :goto_5a
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    if-eqz v1, :cond_66

    invoke-virtual {v1}, Ljava/lang/String;->hashCode()I

    move-result v1

    goto :goto_67

    :cond_66
    const/4 v1, 0x0

    :goto_67
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    if-eqz v1, :cond_73

    invoke-virtual {v1}, Ljava/lang/Boolean;->hashCode()I

    move-result v1

    goto :goto_74

    :cond_73
    const/4 v1, 0x0

    :goto_74
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    if-eqz v1, :cond_80

    invoke-virtual {v1}, Ljava/lang/Boolean;->hashCode()I

    move-result v1

    goto :goto_81

    :cond_80
    const/4 v1, 0x0

    :goto_81
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    if-eqz v1, :cond_8d

    invoke-virtual {v1}, Ljava/lang/String;->hashCode()I

    move-result v1

    goto :goto_8e

    :cond_8d
    const/4 v1, 0x0

    :goto_8e
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    if-eqz v1, :cond_9a

    invoke-virtual {v1}, Ljava/lang/Enum;->hashCode()I

    move-result v1

    goto :goto_9b

    :cond_9a
    const/4 v1, 0x0

    :goto_9b
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    if-eqz v1, :cond_a7

    invoke-virtual {v1}, Ljava/lang/String;->hashCode()I

    move-result v1

    goto :goto_a8

    :cond_a7
    const/4 v1, 0x0

    :goto_a8
    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x25

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    if-eqz v1, :cond_b3

    invoke-virtual {v1}, Ljava/lang/Enum;->hashCode()I

    move-result v2

    :cond_b3
    add-int/2addr v0, v2

    iput v0, p0, Lcom/squareup/wire/Message;->hashCode:I

    :cond_b6
    return v0
.end method

.method public newBuilder()Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;
    .registers 3

    new-instance v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;

    invoke-direct {v0}, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;-><init>()V

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->safe_guard_count:Ljava/lang/Boolean;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->type:Ljava/lang/Integer;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->campaign_id:Ljava/lang/String;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->tracking_name:Ljava/lang/String;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->action:Ljava/lang/String;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->opt_out_state:Ljava/lang/Boolean;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->dry_run:Ljava/lang/Boolean;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->campaign_category:Ljava/lang/String;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->session:Ljava/lang/String;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    iput-object v1, v0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

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

    move-result-object v1

    invoke-virtual {v0, v1}, Lcom/squareup/wire/Message$Builder;->addUnknownFields(Lokio/ByteString;)Lcom/squareup/wire/Message$Builder;

    return-object v0
.end method

.method public bridge synthetic newBuilder()Lcom/squareup/wire/Message$Builder;
    .registers 2

    invoke-virtual {p0}, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->newBuilder()Lcom/avast/analytics/proto/blob/notification/NotificationDetails$Builder;

    move-result-object v0

    return-object v0
.end method

.method public toString()Ljava/lang/String;
    .registers 5

    new-instance v0, Ljava/lang/StringBuilder;

    invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    if-eqz v1, :cond_13

    const-string v1, ", source="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->source:Lcom/avast/analytics/proto/blob/notification/NotificationSource;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_13
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    if-eqz v1, :cond_21

    const-string v1, ", priority="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->priority:Lcom/avast/analytics/proto/blob/notification/Priority;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_21
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    if-eqz v1, :cond_2f

    const-string v1, ", safe_guard_count="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->safe_guard_count:Ljava/lang/Boolean;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_2f
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    if-eqz v1, :cond_3d

    const-string v1, ", type="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->type:Ljava/lang/Integer;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_3d
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    if-eqz v1, :cond_4b

    const-string v1, ", campaign_id="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_id:Ljava/lang/String;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    :cond_4b
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    if-eqz v1, :cond_59

    const-string v1, ", tracking_name="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->tracking_name:Ljava/lang/String;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    :cond_59
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    if-eqz v1, :cond_67

    const-string v1, ", action="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->action:Ljava/lang/String;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    :cond_67
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    if-eqz v1, :cond_75

    const-string v1, ", opt_out_state="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->opt_out_state:Ljava/lang/Boolean;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_75
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    if-eqz v1, :cond_83

    const-string v1, ", dry_run="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->dry_run:Ljava/lang/Boolean;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_83
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    if-eqz v1, :cond_91

    const-string v1, ", campaign_category="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_category:Ljava/lang/String;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    :cond_91
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    if-eqz v1, :cond_9f

    const-string v1, ", notification_type="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->notification_type:Lcom/avast/analytics/proto/blob/notification/NotificationType;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_9f
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    if-eqz v1, :cond_ad

    const-string v1, ", session="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->session:Ljava/lang/String;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    :cond_ad
    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    if-eqz v1, :cond_bb

    const-string v1, ", campaign_type="

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;

    iget-object v1, p0, Lcom/avast/analytics/proto/blob/notification/NotificationDetails;->campaign_type:Lcom/avast/analytics/proto/blob/notification/CampaignType;

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;

    :cond_bb
    const/4 v1, 0x0

    const/4 v2, 0x2

    const-string v3, "NotificationDetails{"

    invoke-virtual {v0, v1, v2, v3}, Ljava/lang/StringBuilder;->replace(IILjava/lang/String;)Ljava/lang/StringBuilder;

    move-result-object v0

    const/16 v1, 0x7d

    invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;

    invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method