WithdrawRulesResBean.smali

.class public Lim/tpelyyftgw/javaBean/wallet/WithdrawRulesResBean;
.super Ljava/lang/Object;
.source "WithdrawRulesResBean.java"


# instance fields
.field private amount:I

.field private maxAmount:I


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

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

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

    return-void
.end method


# virtual methods
.method public getAmount()I
    .registers 2

    .line 8
    iget v0, p0, Lim/tpelyyftgw/javaBean/wallet/WithdrawRulesResBean;->amount:I

    return v0
.end method

.method public getMaxAmount()I
    .registers 2

    .line 16
    iget v0, p0, Lim/tpelyyftgw/javaBean/wallet/WithdrawRulesResBean;->maxAmount:I

    return v0
.end method

.method public setAmount(I)V
    .registers 2
    .param p1, "amount"    # I

    .line 12
    iput p1, p0, Lim/tpelyyftgw/javaBean/wallet/WithdrawRulesResBean;->amount:I

    .line 13
    return-void
.end method

.method public setMaxAmount(I)V
    .registers 2
    .param p1, "maxAmount"    # I

    .line 20
    iput p1, p0, Lim/tpelyyftgw/javaBean/wallet/WithdrawRulesResBean;->maxAmount:I

    .line 21
    return-void
.end method