280 lines
6.2 KiB
Smali
280 lines
6.2 KiB
Smali
.class public Lcom/skt/voice/tyche/data/NluNbest;
|
|
.super Ljava/lang/Object;
|
|
.source "NluNbest.java"
|
|
|
|
|
|
# instance fields
|
|
.field private action:Ljava/lang/String;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/gson/annotations/SerializedName;
|
|
value = "action"
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private actionKr:Ljava/lang/String;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/gson/annotations/SerializedName;
|
|
value = "action_kr"
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private confidenceScore:Ljava/lang/Double;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/gson/annotations/SerializedName;
|
|
value = "confidence_score"
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private domain:Ljava/lang/String;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/gson/annotations/SerializedName;
|
|
value = "domain"
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private entities:Ljava/util/List;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation runtime Lcom/google/gson/annotations/SerializedName;
|
|
value = "entities"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"Lcom/skt/voice/tyche/data/Entity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private index:I
|
|
|
|
.field private status:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 2
|
|
iput-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->entities:Ljava/util/List;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getAction()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->action:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getActionKr()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->actionKr:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getConfidenceScore()Ljava/lang/Double;
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->confidenceScore:Ljava/lang/Double;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getDomain()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->domain:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getEntities()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Lcom/skt/voice/tyche/data/Entity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->entities:Ljava/util/List;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getIndex()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->index:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getStatus()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/skt/voice/tyche/data/NluNbest;->status:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public setAction(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"action"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->action:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setActionKr(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"actionKr"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->actionKr:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setConfidenceScore(Ljava/lang/Double;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"confidenceScore"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->confidenceScore:Ljava/lang/Double;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setDomain(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"domain"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->domain:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setEntities(Ljava/util/List;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"entities"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Lcom/skt/voice/tyche/data/Entity;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->entities:Ljava/util/List;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setIndex(I)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"index"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->index:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setStatus(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"status"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Lcom/skt/voice/tyche/data/NluNbest;->status:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|