ChristmasAllRewardInfo.smali

.class public Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;
.super Ljava/lang/Object;
.source "ChristmasAllRewardInfo.java"


# instance fields
.field private freeReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

.field private level:I

.field private payReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;


# direct methods
.method public constructor <init>(ILcom/sandboxol/greendao/entity/ChristmasRewardInfo;Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;)V
    .registers 4

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

    .line 2
    iput p1, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->level:I

    .line 3
    iput-object p2, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->freeReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    .line 4
    iput-object p3, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->payReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    return-void
.end method


# virtual methods
.method public getFreeReward()Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->freeReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    return-object v0
.end method

.method public getLevel()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->level:I

    return v0
.end method

.method public getPayReward()Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->payReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    return-object v0
.end method

.method public getStringLevel()Ljava/lang/String;
    .registers 2

    const-string v0, ""

    return-object v0
.end method

.method public setFreeReward(Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->freeReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    return-void
.end method

.method public setLevel(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->level:I

    return-void
.end method

.method public setPayReward(Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/ChristmasAllRewardInfo;->payReward:Lcom/sandboxol/greendao/entity/ChristmasRewardInfo;

    return-void
.end method