MyAlarmBean.smali
.class public Lcom/sdk/orion/bean/MyAlarmBean;
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;,
Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;,
Lcom/sdk/orion/bean/MyAlarmBean$DateBean;
}
.end annotation
# instance fields
.field private alarm_id:I
.field private alarm_type:I
.field private date:Lcom/sdk/orion/bean/MyAlarmBean$DateBean;
.field private extra_info:Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;
.field private sub_type:I
.field private text:Ljava/lang/String;
.field private time:Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;
.field private type:I
.field private week:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List",
"<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
# 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 getAlarm_id()I
.registers 2
iget v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->alarm_id:I
return v0
.end method
.method public getAlarm_type()I
.registers 2
iget v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->alarm_type:I
return v0
.end method
.method public getDate()Lcom/sdk/orion/bean/MyAlarmBean$DateBean;
.registers 2
iget-object v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->date:Lcom/sdk/orion/bean/MyAlarmBean$DateBean;
return-object v0
.end method
.method public getExtra_info()Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;
.registers 2
iget-object v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->extra_info:Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;
return-object v0
.end method
.method public getSub_type()I
.registers 2
iget v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->sub_type:I
return v0
.end method
.method public getText()Ljava/lang/String;
.registers 2
iget-object v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->text:Ljava/lang/String;
return-object v0
.end method
.method public getTime()Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;
.registers 2
iget-object v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->time:Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;
return-object v0
.end method
.method public getType()I
.registers 2
iget v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->type:I
return v0
.end method
.method public getWeek()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List",
"<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/sdk/orion/bean/MyAlarmBean;->week:Ljava/util/List;
return-object v0
.end method
.method public setAlarm_id(I)V
.registers 2
iput p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->alarm_id:I
return-void
.end method
.method public setAlarm_type(I)V
.registers 2
iput p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->alarm_type:I
return-void
.end method
.method public setDate(Lcom/sdk/orion/bean/MyAlarmBean$DateBean;)V
.registers 2
iput-object p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->date:Lcom/sdk/orion/bean/MyAlarmBean$DateBean;
return-void
.end method
.method public setExtra_info(Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;)V
.registers 2
iput-object p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->extra_info:Lcom/sdk/orion/bean/MyAlarmBean$ExtraInfoBean;
return-void
.end method
.method public setSub_type(I)V
.registers 2
iput p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->sub_type:I
return-void
.end method
.method public setText(Ljava/lang/String;)V
.registers 2
iput-object p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->text:Ljava/lang/String;
return-void
.end method
.method public setTime(Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;)V
.registers 2
iput-object p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->time:Lcom/sdk/orion/bean/MyAlarmBean$TimeBean;
return-void
.end method
.method public setType(I)V
.registers 2
iput p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->type:I
return-void
.end method
.method public setWeek(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List",
"<",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
iput-object p1, p0, Lcom/sdk/orion/bean/MyAlarmBean;->week:Ljava/util/List;
return-void
.end method