GroupParam.smali
.class public Lcom/sandboxol/blockymods/entity/GroupParam;
.super Ljava/lang/Object;
.source "GroupParam.java"
# instance fields
.field private cost:I
.field private currency:I
.field private memberIds:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.end field
.field private userId:J
# 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 getCost()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->cost:I
return v0
.end method
.method public getCurrency()I
.registers 2
.line 1
iget v0, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->currency:I
return v0
.end method
.method public getMemberIds()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->memberIds:Ljava/util/List;
return-object v0
.end method
.method public getUserId()J
.registers 3
.line 1
iget-wide v0, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->userId:J
return-wide v0
.end method
.method public setCost(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->cost:I
return-void
.end method
.method public setCurrency(I)V
.registers 2
.line 1
iput p1, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->currency:I
return-void
.end method
.method public setMemberIds(Ljava/util/List;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Long;",
">;)V"
}
.end annotation
.line 1
iput-object p1, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->memberIds:Ljava/util/List;
return-void
.end method
.method public setUserId(J)V
.registers 3
.line 1
iput-wide p1, p0, Lcom/sandboxol/blockymods/entity/GroupParam;->userId:J
return-void
.end method