KeywordResponse.smali

.class public Lcom/sandboxol/center/entity/KeywordResponse;
.super Ljava/lang/Object;
.source "KeywordResponse.java"


# instance fields
.field private keyword:Ljava/lang/String;

.field private keywords:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List<",
            "Ljava/lang/String;",
            ">;"
        }
    .end annotation
.end field


# direct methods
.method public constructor <init>()V
    .registers 1

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public getKeyword()Ljava/lang/String;
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/center/entity/KeywordResponse;->keyword:Ljava/lang/String;

    return-object v0
.end method

.method public getKeywords()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Ljava/lang/String;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/center/entity/KeywordResponse;->keywords:Ljava/util/List;

    return-object v0
.end method

.method public setKeyword(Ljava/lang/String;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lcom/sandboxol/center/entity/KeywordResponse;->keyword:Ljava/lang/String;

    return-void
.end method

.method public setKeywords(Ljava/util/List;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Ljava/lang/String;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/center/entity/KeywordResponse;->keywords:Ljava/util/List;

    return-void
.end method