SmartBindState.smali
.class public Lcom/cmcm/xiaobao/phone/smarthome/model/SmartBindState;
.super Ljava/lang/Object;
# annotations
.annotation build Landroid/support/annotation/Keep;
.end annotation
# instance fields
.field private is_bind:I
.field private skill_platform_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/SmartBindState;->is_bind:I
return v0
.end method
.method public getSkill_platform_id()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/SmartBindState;->skill_platform_id:Ljava/lang/String;
return-object v0
.end method
.method public isBound()Z
.registers 3
const/4 v0, 0x1
iget v1, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/SmartBindState;->is_bind:I
if-ne v1, v0, :cond_6
:goto_5
return v0
:cond_6
const/4 v0, 0x0
goto :goto_5
.end method
.method public setIs_bind(I)V
.registers 2
iput p1, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/SmartBindState;->is_bind:I
return-void
.end method
.method public setSkill_platform_id(Ljava/lang/String;)V
.registers 2
iput-object p1, p0, Lcom/cmcm/xiaobao/phone/smarthome/model/SmartBindState;->skill_platform_id:Ljava/lang/String;
return-void
.end method