IdentityResult.smali

.class public Lcom/iflytek/cloud/IdentityResult;
.super Ljava/lang/Object;
.source "SourceFile"

# interfaces
.implements Landroid/os/Parcelable;


# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Landroid/os/Parcelable$Creator",
            "<",
            "Lcom/iflytek/cloud/IdentityResult;",
            ">;"
        }
    .end annotation
.end field


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


# direct methods
.method static constructor <clinit>()V
    .registers 1

    .prologue
    .line 68
    new-instance v0, Lcom/iflytek/cloud/IdentityResult$1;

    invoke-direct {v0}, Lcom/iflytek/cloud/IdentityResult$1;-><init>()V

    sput-object v0, Lcom/iflytek/cloud/IdentityResult;->CREATOR:Landroid/os/Parcelable$Creator;

    return-void
.end method

.method private constructor <init>(Landroid/os/Parcel;)V
    .registers 3

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

    .line 21
    const-string v0, ""

    iput-object v0, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    .line 44
    invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;

    move-result-object v0

    iput-object v0, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    .line 45
    return-void
.end method

.method synthetic constructor <init>(Landroid/os/Parcel;Lcom/iflytek/cloud/IdentityResult$1;)V
    .registers 3

    .prologue
    .line 17
    invoke-direct {p0, p1}, Lcom/iflytek/cloud/IdentityResult;-><init>(Landroid/os/Parcel;)V

    return-void
.end method

.method public constructor <init>(Ljava/lang/String;)V
    .registers 3

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

    .line 21
    const-string v0, ""

    iput-object v0, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    .line 31
    if-eqz p1, :cond_b

    .line 32
    iput-object p1, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    .line 34
    :cond_b
    return-void
.end method


# virtual methods
.method public describeContents()I
    .registers 2

    .prologue
    .line 60
    const/4 v0, 0x0

    return v0
.end method

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

    .prologue
    .line 55
    iget-object v0, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    return-object v0
.end method

.method public writeToParcel(Landroid/os/Parcel;I)V
    .registers 4

    .prologue
    .line 65
    iget-object v0, p0, Lcom/iflytek/cloud/IdentityResult;->a:Ljava/lang/String;

    invoke-virtual {p1, v0}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V

    .line 66
    return-void
.end method