RechargeInfo.smali
.class public Lcom/sandboxol/halloween/entity/RechargeInfo;
.super Ljava/lang/Object;
.source "RechargeInfo.java"
# instance fields
.field private activityDesc:Ljava/lang/String;
.field private activityIcon:Ljava/lang/String;
.field private activityTitle:Ljava/lang/String;
.field private currencyType:I
.field private remainingTime:J
.field private rewardList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/sandboxol/halloween/entity/RechargeItemInfo;",
">;"
}
.end annotation
.end field
.field private status:I
.field private userRecharge:I
# 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 getActivityDesc()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityDesc:Ljava/lang/String;
return-object v0
.end method
.method public getActivityIcon()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityIcon:Ljava/lang/String;
return-object v0
.end method
.method public getActivityTitle()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityTitle:Ljava/lang/String;
return-object v0
.end method
.method public getCurrencyType()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->currencyType:I
return v0
.end method
.method public getRemainingTime()J
.registers 3
.line 1
iget-wide v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->remainingTime:J
return-wide v0
.end method
.method public getRewardList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/sandboxol/halloween/entity/RechargeItemInfo;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->rewardList:Ljava/util/List;
return-object v0
.end method
.method public getStatus()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->status:I
return v0
.end method
.method public getUserRecharge()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->userRecharge:I
return v0
.end method
.method public setActivityDesc(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityDesc:Ljava/lang/String;
return-void
.end method
.method public setActivityIcon(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityIcon:Ljava/lang/String;
return-void
.end method
.method public setActivityTitle(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->activityTitle:Ljava/lang/String;
return-void
.end method
.method public setCurrencyType(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->currencyType:I
return-void
.end method
.method public setRemainingTime(J)V
.registers 3
.line 1
iput-wide p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->remainingTime:J
return-void
.end method
.method public setRewardList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/sandboxol/halloween/entity/RechargeItemInfo;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->rewardList:Ljava/util/List;
return-void
.end method
.method public setStatus(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->status:I
return-void
.end method
.method public setUserRecharge(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/halloween/entity/RechargeInfo;->userRecharge:I
return-void
.end method