AccessSession.smali
.class public Lcom/cmcm/xiaobao/phone/m/account/AccessSession;
.super Ljava/lang/Object;
# interfaces
.implements Ljava/io/Serializable;
# instance fields
.field private a:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "access_token"
.end annotation
.end field
.field private b:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "user_id"
.end annotation
.end field
.field private c:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "refresh_token"
.end annotation
.end field
.field private d:I
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "expires_in"
.end annotation
.end field
.field private e:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "open_id"
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/m/account/AccessSession;->a:Ljava/lang/String;
return-object v0
.end method
.method public b()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/m/account/AccessSession;->b:Ljava/lang/String;
return-object v0
.end method
.method public c()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/m/account/AccessSession;->c:Ljava/lang/String;
return-object v0
.end method
.method public d()I
.registers 2
iget v0, p0, Lcom/cmcm/xiaobao/phone/m/account/AccessSession;->d:I
return v0
.end method
.method public e()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/m/account/AccessSession;->e:Ljava/lang/String;
return-object v0
.end method