BindState.smali
.class public Lcom/cmcm/xiaobao/phone/smarthome/model/BindState;
.super Ljava/lang/Object;
# annotations
.annotation build Landroid/support/annotation/Keep;
.end annotation
# instance fields
.field private is_bind:I
.field private mi_device_id:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getIs_bind()I
.registers 2
iget v0, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/BindState;->is_bind:I
return v0
.end method
.method public getMi_device_id()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/BindState;->mi_device_id:Ljava/lang/String;
return-object v0
.end method