ChestReviewReward.smali

.class public final Lcom/sandboxol/halloween/entity/ChestReviewReward;
.super Ljava/lang/Object;
.source "ChestReviewReward.kt"


# instance fields
.field private final actToday:Z

.field private final day:I

.field private final rewardList:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List<",
            "Lcom/sandboxol/halloween/entity/RewardPicInfo;",
            ">;"
        }
    .end annotation
.end field


# direct methods
.method public constructor <init>(ZILjava/util/List;)V
    .registers 5
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(ZI",
            "Ljava/util/List<",
            "Lcom/sandboxol/halloween/entity/RewardPicInfo;",
            ">;)V"
        }
    .end annotation

    const-string v0, "rewardList"

    invoke-static {p3, v0}, Lkotlin/jvm/internal/i;->c(Ljava/lang/Object;Ljava/lang/String;)V

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    iput-boolean p1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    iput p2, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    iput-object p3, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    return-void
.end method

.method public static synthetic copy$default(Lcom/sandboxol/halloween/entity/ChestReviewReward;ZILjava/util/List;ILjava/lang/Object;)Lcom/sandboxol/halloween/entity/ChestReviewReward;
    .registers 6

    and-int/lit8 p5, p4, 0x1

    if-eqz p5, :cond_6

    iget-boolean p1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    :cond_6
    and-int/lit8 p5, p4, 0x2

    if-eqz p5, :cond_c

    iget p2, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    :cond_c
    and-int/lit8 p4, p4, 0x4

    if-eqz p4, :cond_12

    iget-object p3, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    :cond_12
    invoke-virtual {p0, p1, p2, p3}, Lcom/sandboxol/halloween/entity/ChestReviewReward;->copy(ZILjava/util/List;)Lcom/sandboxol/halloween/entity/ChestReviewReward;

    move-result-object p0

    return-object p0
.end method


# virtual methods
.method public final component1()Z
    .registers 2

    iget-boolean v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    return v0
.end method

.method public final component2()I
    .registers 2

    iget v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    return v0
.end method

.method public final component3()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/halloween/entity/RewardPicInfo;",
            ">;"
        }
    .end annotation

    iget-object v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    return-object v0
.end method

.method public final copy(ZILjava/util/List;)Lcom/sandboxol/halloween/entity/ChestReviewReward;
    .registers 5
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(ZI",
            "Ljava/util/List<",
            "Lcom/sandboxol/halloween/entity/RewardPicInfo;",
            ">;)",
            "Lcom/sandboxol/halloween/entity/ChestReviewReward;"
        }
    .end annotation

    const-string v0, "rewardList"

    invoke-static {p3, v0}, Lkotlin/jvm/internal/i;->c(Ljava/lang/Object;Ljava/lang/String;)V

    new-instance v0, Lcom/sandboxol/halloween/entity/ChestReviewReward;

    invoke-direct {v0, p1, p2, p3}, Lcom/sandboxol/halloween/entity/ChestReviewReward;-><init>(ZILjava/util/List;)V

    return-object v0
.end method

.method public equals(Ljava/lang/Object;)Z
    .registers 4

    if-eq p0, p1, :cond_21

    instance-of v0, p1, Lcom/sandboxol/halloween/entity/ChestReviewReward;

    if-eqz v0, :cond_1f

    check-cast p1, Lcom/sandboxol/halloween/entity/ChestReviewReward;

    iget-boolean v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    iget-boolean v1, p1, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    if-ne v0, v1, :cond_1f

    iget v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    iget v1, p1, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    if-ne v0, v1, :cond_1f

    iget-object v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    iget-object p1, p1, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    invoke-static {v0, p1}, Lkotlin/jvm/internal/i;->a(Ljava/lang/Object;Ljava/lang/Object;)Z

    move-result p1

    if-eqz p1, :cond_1f

    goto :goto_21

    :cond_1f
    const/4 p1, 0x0

    return p1

    :cond_21
    :goto_21
    const/4 p1, 0x1

    return p1
.end method

.method public final getActToday()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    return v0
.end method

.method public final getDay()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    return v0
.end method

.method public final getRewardList()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/halloween/entity/RewardPicInfo;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    return-object v0
.end method

.method public hashCode()I
    .registers 3

    iget-boolean v0, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

    if-eqz v0, :cond_5

    const/4 v0, 0x1

    :cond_5
    mul-int/lit8 v0, v0, 0x1f

    iget v1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x1f

    iget-object v1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    if-eqz v1, :cond_15

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

    move-result v1

    goto :goto_16

    :cond_15
    const/4 v1, 0x0

    :goto_16
    add-int/2addr v0, v1

    return v0
.end method

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

    new-instance v0, Ljava/lang/StringBuilder;

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

    const-string v1, "ChestReviewReward(actToday="

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

    iget-boolean v1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->actToday:Z

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

    const-string v1, ", day="

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

    iget v1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->day:I

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

    const-string v1, ", rewardList="

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

    iget-object v1, p0, Lcom/sandboxol/halloween/entity/ChestReviewReward;->rewardList:Ljava/util/List;

    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