BuyDressResponse.smali

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

# interfaces
.implements Ljava/io/Serializable;


# instance fields
.field private decorationPurchaseStatus:Ljava/util/Map;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;"
        }
    .end annotation
.end field

.field private diamondsNeed:J

.field private goldsNeed:J

.field private needShowAds:Z

.field private suitPurchaseStatus:Ljava/util/Map;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;"
        }
    .end annotation
.end field


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

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

    return-void
.end method


# virtual methods
.method public getDecorationPurchaseStatus()Ljava/util/Map;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/BuyDressResponse;->decorationPurchaseStatus:Ljava/util/Map;

    return-object v0
.end method

.method public getDiamondsNeed()J
    .registers 3

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

    return-wide v0
.end method

.method public getGoldsNeed()J
    .registers 3

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

    return-wide v0
.end method

.method public getSuitPurchaseStatus()Ljava/util/Map;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/BuyDressResponse;->suitPurchaseStatus:Ljava/util/Map;

    return-object v0
.end method

.method public isNeedShowAds()Z
    .registers 2

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

    return v0
.end method

.method public setDecorationPurchaseStatus(Ljava/util/Map;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/BuyDressResponse;->decorationPurchaseStatus:Ljava/util/Map;

    return-void
.end method

.method public setDiamondsNeed(J)V
    .registers 3

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

    return-void
.end method

.method public setGoldsNeed(J)V
    .registers 3

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

    return-void
.end method

.method public setNeedShowAds(Z)V
    .registers 2

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

    return-void
.end method

.method public setSuitPurchaseStatus(Ljava/util/Map;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/Boolean;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/BuyDressResponse;->suitPurchaseStatus:Ljava/util/Map;

    return-void
.end method