NewEventInfoRequest.smali

.class public Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;
.super Ljava/lang/Object;
.source "NewEventInfoRequest.java"

# interfaces
.implements Ljava/io/Serializable;


# static fields
.field private static final serialVersionUID:J = 0xe067e60bba15503L


# instance fields
.field public ID:Ljava/lang/Long;

.field private eventList:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;"
        }
    .end annotation
.end field

.field private eventType:Ljava/lang/String;

.field private gameId:Ljava/lang/String;

.field private isUpdate:Z

.field private platform:Ljava/lang/String;

.field private statisticType:I

.field private timestamp:J


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

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

    .line 12
    new-instance v0, Ljava/util/ArrayList;

    invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    return-void
.end method

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

    .line 1
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v5

    const-string v3, "app"

    const/4 v4, 0x0

    move-object v0, p0

    move-object v1, p1

    move-object v2, p2

    invoke-direct/range {v0 .. v6}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IJ)V

    return-void
.end method

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

    .line 2
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v5

    const/4 v4, 0x0

    move-object v0, p0

    move-object v1, p1

    move-object v2, p2

    move-object v3, p3

    invoke-direct/range {v0 .. v6}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IJ)V

    return-void
.end method

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

    .line 3
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v5

    move-object v0, p0

    move-object v1, p1

    move-object v2, p2

    move-object v3, p3

    move v4, p4

    invoke-direct/range {v0 .. v6}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IJ)V

    return-void
.end method

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

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

    .line 5
    new-instance v0, Ljava/util/ArrayList;

    invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    .line 6
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventType:Ljava/lang/String;

    .line 7
    iput-object p2, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->platform:Ljava/lang/String;

    .line 8
    iput-object p3, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->gameId:Ljava/lang/String;

    .line 9
    iput p4, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->statisticType:I

    .line 10
    iput-wide p5, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->timestamp:J

    return-void
.end method


# virtual methods
.method public addEvent(Lcom/sandboxol/greendao/entity/report/NewEvent;)V
    .registers 3

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    return-void
.end method

.method public getEventList()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    return-object v0
.end method

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

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventType:Ljava/lang/String;

    return-object v0
.end method

.method public getEvents()Ljava/util/List;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;"
        }
    .end annotation

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    return-object v0
.end method

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

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->gameId:Ljava/lang/String;

    return-object v0
.end method

.method public getID()Ljava/lang/Long;
    .registers 2

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->ID:Ljava/lang/Long;

    return-object v0
.end method

.method public getIsUpdate()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->isUpdate:Z

    return v0
.end method

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

    .line 1
    iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->platform:Ljava/lang/String;

    return-object v0
.end method

.method public getStatisticType()I
    .registers 2

    .line 1
    iget v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->statisticType:I

    return v0
.end method

.method public getTimestamp()J
    .registers 3

    .line 1
    iget-wide v0, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->timestamp:J

    return-wide v0
.end method

.method public setEventList(Ljava/util/List;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    return-void
.end method

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

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventType:Ljava/lang/String;

    return-void
.end method

.method public setEvents(Ljava/util/List;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;)V"
        }
    .end annotation

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->eventList:Ljava/util/List;

    return-void
.end method

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

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->gameId:Ljava/lang/String;

    return-void
.end method

.method public setID(Ljava/lang/Long;)V
    .registers 2

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->ID:Ljava/lang/Long;

    return-void
.end method

.method public setIsUpdate(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->isUpdate:Z

    return-void
.end method

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

    .line 1
    iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->platform:Ljava/lang/String;

    return-void
.end method

.method public setStatisticType(I)V
    .registers 2

    .line 1
    iput p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->statisticType:I

    return-void
.end method

.method public setTimestamp(J)V
    .registers 3

    .line 1
    iput-wide p1, p0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->timestamp:J

    return-void
.end method