PingEvent.smali
.class public Lcom/sandboxol/greendao/entity/report/PingEvent;
.super Ljava/lang/Object;
.source "PingEvent.java"
# interfaces
.implements Ljava/io/Serializable;
# static fields
.field private static final serialVersionUID:J = 0xe067e60bba1550eL
# instance fields
.field public ID:Ljava/lang/Long;
.field private fpsValueList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
.field private gameId:Ljava/lang/String;
.field private netPingValueList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
.field private pingValueList: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 2
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 7
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
.line 8
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
.line 9
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList:Ljava/util/List;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.registers 3
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
.line 3
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
.line 4
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList:Ljava/util/List;
.line 5
iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->gameId:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public addFpsValue(I)V
.registers 3
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList:Ljava/util/List;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-void
.end method
.method public addPingNetValue(I)V
.registers 3
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-void
.end method
.method public addPingValue(I)V
.registers 3
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-void
.end method
.method public getFpsValueList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList: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/PingEvent;->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/PingEvent;->ID:Ljava/lang/Long;
return-object v0
.end method
.method public getNetPingValueList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
return-object v0
.end method
.method public getPingList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
return-object v0
.end method
.method public getPingValueList()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
return-object v0
.end method
.method public isEmpty()Z
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
if-gtz v0, :cond_1a
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
if-gtz v0, :cond_1a
iget-object v0, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
if-gtz v0, :cond_1a
const/4 v0, 0x1
goto :goto_1b
:cond_1a
const/4 v0, 0x0
:goto_1b
return v0
.end method
.method public setFpsValueList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->fpsValueList: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/PingEvent;->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/PingEvent;->ID:Ljava/lang/Long;
return-void
.end method
.method public setNetPingValueList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->netPingValueList:Ljava/util/List;
return-void
.end method
.method public setPingList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
return-void
.end method
.method public setPingValueList(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/greendao/entity/report/PingEvent;->pingValueList:Ljava/util/List;
return-void
.end method