2022-06-10 21:38:30 +09:00

75 lines
1.4 KiB
Smali

.class public Laa/a$c;
.super Ljava/lang/Object;
.source "Template.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Laa/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "c"
.end annotation
# instance fields
.field private a:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "size"
.end annotation
.end field
.field private b:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "current"
.end annotation
.end field
.field private c:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "last"
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Laa/a$c;->b:Ljava/lang/String;
return-object v0
.end method
.method public b()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Laa/a$c;->c:Ljava/lang/String;
return-object v0
.end method
.method public c()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Laa/a$c;->a:Ljava/lang/String;
return-object v0
.end method