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

73 lines
1.1 KiB
Smali

.class public Lx7/e;
.super Ljava/lang/Object;
.source "RgbPalletteEntry.java"
# instance fields
.field private a:I
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "r"
.end annotation
.end field
.field private b:I
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "g"
.end annotation
.end field
.field private c:I
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "b"
.end annotation
.end field
# direct methods
.method public constructor <init>(III)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput p1, p0, Lx7/e;->a:I
.line 3
iput p2, p0, Lx7/e;->b:I
.line 4
iput p3, p0, Lx7/e;->c:I
return-void
.end method
# virtual methods
.method public a()I
.locals 1
.line 1
iget v0, p0, Lx7/e;->a:I
return v0
.end method
.method public b()I
.locals 1
.line 1
iget v0, p0, Lx7/e;->b:I
return v0
.end method
.method public c()I
.locals 1
.line 1
iget v0, p0, Lx7/e;->c:I
return v0
.end method