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

159 lines
3.4 KiB
Smali

.class public Lcom/skt/voice/tyche/data/Entity;
.super Ljava/lang/Object;
.source "Entity.java"
# instance fields
.field private role:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "role"
.end annotation
.end field
.field private text:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "text"
.end annotation
.end field
.field private type:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "type"
.end annotation
.end field
.field private typeKr:Ljava/lang/String;
.annotation runtime Lcom/google/gson/annotations/Expose;
.end annotation
.annotation runtime Lcom/google/gson/annotations/SerializedName;
value = "type_kr"
.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 getRole()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Entity;->role:Ljava/lang/String;
return-object v0
.end method
.method public getText()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Entity;->text:Ljava/lang/String;
return-object v0
.end method
.method public getType()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Entity;->type:Ljava/lang/String;
return-object v0
.end method
.method public getTypeKr()Ljava/lang/String;
.locals 1
.line 1
iget-object v0, p0, Lcom/skt/voice/tyche/data/Entity;->typeKr:Ljava/lang/String;
return-object v0
.end method
.method public setRole(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"role"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Entity;->role:Ljava/lang/String;
return-void
.end method
.method public setText(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"text"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Entity;->text:Ljava/lang/String;
return-void
.end method
.method public setType(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"type"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Entity;->type:Ljava/lang/String;
return-void
.end method
.method public setTypeKr(Ljava/lang/String;)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"typeKr"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/skt/voice/tyche/data/Entity;->typeKr:Ljava/lang/String;
return-void
.end method