WeekTaskResponse.smali

.class public Lcom/sandboxol/center/entity/WeekTaskResponse;
.super Landroidx/databinding/BaseObservable;
.source "WeekTaskResponse.java"

# interfaces
.implements Ljava/io/Serializable;


# instance fields
.field private count:I

.field private hours:I

.field private minutes:I

.field private seconds:I

.field private taskMap:Ljava/util/Map;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/Map<",
            "Ljava/lang/Integer;",
            "Ljava/lang/Integer;",
            ">;"
        }
    .end annotation
.end field


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

    .line 1
    invoke-direct {p0}, Landroidx/databinding/BaseObservable;-><init>()V

    return-void
.end method


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

    .line 1
    iget v0, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->count:I

    return v0
.end method

.method public getHours()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->hours:I

    return v0
.end method

.method public getMinutes()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->minutes:I

    return v0
.end method

.method public getSeconds()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->seconds:I

    return v0
.end method

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

    .line 1
    iget-object v0, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->taskMap:Ljava/util/Map;

    return-object v0
.end method

.method public notifyData(Lcom/sandboxol/center/entity/WeekTaskResponse;)V
    .registers 3

    .line 1
    invoke-virtual {p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->getCount()I

    move-result v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/entity/WeekTaskResponse;->setCount(I)V

    .line 2
    invoke-virtual {p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->getHours()I

    move-result v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/entity/WeekTaskResponse;->setHours(I)V

    .line 3
    invoke-virtual {p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->getMinutes()I

    move-result v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/entity/WeekTaskResponse;->setMinutes(I)V

    .line 4
    invoke-virtual {p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->getSeconds()I

    move-result v0

    invoke-virtual {p0, v0}, Lcom/sandboxol/center/entity/WeekTaskResponse;->setSeconds(I)V

    .line 5
    invoke-virtual {p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->getTaskMap()Ljava/util/Map;

    move-result-object p1

    invoke-virtual {p0, p1}, Lcom/sandboxol/center/entity/WeekTaskResponse;->setTaskMap(Ljava/util/Map;)V

    .line 6
    invoke-virtual {p0}, Landroidx/databinding/BaseObservable;->notifyChange()V

    return-void
.end method

.method public setCount(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->count:I

    return-void
.end method

.method public setHours(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->hours:I

    return-void
.end method

.method public setMinutes(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->minutes:I

    return-void
.end method

.method public setSeconds(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->seconds:I

    return-void
.end method

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

    .line 1
    iput-object p1, p0, Lcom/sandboxol/center/entity/WeekTaskResponse;->taskMap:Ljava/util/Map;

    return-void
.end method