ResVersion.smali
.class public Lcom/sandboxol/gameblocky/entity/ResVersion;
.super Ljava/lang/Object;
.source "ResVersion.java"
# instance fields
.field private fileCount:I
.field private filelistmd5:Ljava/lang/String;
.field private version:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getFileCount()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->fileCount:I
return v0
.end method
.method public getFilelistmd5()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->filelistmd5:Ljava/lang/String;
return-object v0
.end method
.method public getVersion()Ljava/lang/String;
.registers 2
.line 1
iget-object v0, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->version:Ljava/lang/String;
return-object v0
.end method
.method public setFileCount(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->fileCount:I
return-void
.end method
.method public setFilelistmd5(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->filelistmd5:Ljava/lang/String;
return-void
.end method
.method public setVersion(Ljava/lang/String;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/gameblocky/entity/ResVersion;->version:Ljava/lang/String;
return-void
.end method