UserCache.smali

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


# instance fields
.field private isDiamondsOver100:Z

.field private isExistGamePay:Z

.field private isShowGoldDiamondDialog:Z

.field private isShowPasswordSettingDialog:Z

.field private userId:J


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

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

    return-void
.end method

.method public constructor <init>(JZZZZ)V
    .registers 7

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

    .line 2
    iput-wide p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->userId:J

    .line 3
    iput-boolean p3, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowGoldDiamondDialog:Z

    .line 4
    iput-boolean p4, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowPasswordSettingDialog:Z

    .line 5
    iput-boolean p5, p0, Lcom/sandboxol/greendao/entity/UserCache;->isDiamondsOver100:Z

    .line 6
    iput-boolean p6, p0, Lcom/sandboxol/greendao/entity/UserCache;->isExistGamePay:Z

    return-void
.end method


# virtual methods
.method public getIsDiamondsOver100()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/greendao/entity/UserCache;->isDiamondsOver100:Z

    return v0
.end method

.method public getIsExistGamePay()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/greendao/entity/UserCache;->isExistGamePay:Z

    return v0
.end method

.method public getIsShowGoldDiamondDialog()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowGoldDiamondDialog:Z

    return v0
.end method

.method public getIsShowPasswordSettingDialog()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowPasswordSettingDialog:Z

    return v0
.end method

.method public getUserId()J
    .registers 3

    .line 1
    iget-wide v0, p0, Lcom/sandboxol/greendao/entity/UserCache;->userId:J

    return-wide v0
.end method

.method public setIsDiamondsOver100(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->isDiamondsOver100:Z

    return-void
.end method

.method public setIsExistGamePay(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->isExistGamePay:Z

    return-void
.end method

.method public setIsShowGoldDiamondDialog(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowGoldDiamondDialog:Z

    return-void
.end method

.method public setIsShowPasswordSettingDialog(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->isShowPasswordSettingDialog:Z

    return-void
.end method

.method public setUserId(J)V
    .registers 3

    .line 1
    iput-wide p1, p0, Lcom/sandboxol/greendao/entity/UserCache;->userId:J

    return-void
.end method