ThirdPayResponse.smali

.class public Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;
.super Landroidx/databinding/BaseObservable;
.source "ThirdPayResponse.java"

# interfaces
.implements Ljava/io/Serializable;


# instance fields
.field private currency:Ljava/lang/String;

.field private payChannel:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List<",
            "Lcom/sandboxol/center/router/moduleInfo/pay/PmInfo;",
            ">;"
        }
    .end annotation
.end field

.field private show:Z


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

    .line 1
    invoke-direct {p0}, Landroidx/databinding/BaseObservable;-><init>()V

    return-void
.end method


# virtual methods
.method public getCurrency()Ljava/lang/String;
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->currency:Ljava/lang/String;

    return-object v0
.end method

.method public getPayChannel()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/center/router/moduleInfo/pay/PmInfo;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->payChannel:Ljava/util/List;

    return-object v0
.end method

.method public isShow()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->show:Z

    return v0
.end method

.method public notifyData(Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;)V
    .registers 3

    .line 1
    invoke-virtual {p1}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->isShow()Z

    move-result v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->setShow(Z)V

    .line 2
    invoke-virtual {p1}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->getCurrency()Ljava/lang/String;

    move-result-object v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->setCurrency(Ljava/lang/String;)V

    .line 3
    invoke-virtual {p1}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->getPayChannel()Ljava/util/List;

    move-result-object p1

    invoke-virtual {p0, p1}, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->setPayChannel(Ljava/util/List;)V

    .line 4
    invoke-virtual {p0}, Landroidx/databinding/BaseObservable;->notifyChange()V

    return-void
.end method

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

    .line 1
    iput-object p1, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->currency:Ljava/lang/String;

    return-void
.end method

.method public setPayChannel(Ljava/util/List;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/center/router/moduleInfo/pay/PmInfo;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->payChannel:Ljava/util/List;

    return-void
.end method

.method public setShow(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/center/router/moduleInfo/pay/ThirdPayResponse;->show:Z

    return-void
.end method