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

89 lines
1.9 KiB
Smali

.class public Lcom/skt/voice/tyche/data/Error;
.super Ljava/lang/Object;
.source "Error.java"
# instance fields
.field private code:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "code"
.end annotation
.end field
.field private message:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "message"
.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 getCode()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Error;->code:Ljava/lang/String;
return-object v0
.end method
.method public getMessage()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Error;->message:Ljava/lang/String;
return-object v0
.end method
.method public setCode(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"code"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Error;->code:Ljava/lang/String;
return-void
.end method
.method public setMessage(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"message"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Error;->message:Ljava/lang/String;
return-void
.end method