BasePayInfo.smali
.class public Lcom/sandboxol/googlepay/entity/BasePayInfo;
.super Ljava/lang/Object;
.source "BasePayInfo.java"
# instance fields
.field private countryList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayCountryInfo;",
">;"
}
.end annotation
.end field
.field private payChannelList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayChannelCardInfo;",
">;"
}
.end annotation
.end field
.field private productPic:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.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 getCountryList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayCountryInfo;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->countryList:Ljava/util/List;
return-object v0
.end method
.method public getPayChannelList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayChannelCardInfo;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->payChannelList:Ljava/util/List;
return-object v0
.end method
.method public getProductPic()Ljava/util/Map;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->productPic:Ljava/util/Map;
return-object v0
.end method
.method public setCountryList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayCountryInfo;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->countryList:Ljava/util/List;
return-void
.end method
.method public setPayChannelList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/sandboxol/googlepay/entity/PayChannelCardInfo;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->payChannelList:Ljava/util/List;
return-void
.end method
.method public setProductPic(Ljava/util/Map;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/googlepay/entity/BasePayInfo;->productPic:Ljava/util/Map;
return-void
.end method