Social.smali
.class public Ltr/com/hurriyet/androidsdk/response/content/Social;
.super Ljava/lang/Object;
.source "Social.java"
# interfaces
.implements Ljava/io/Serializable;
# instance fields
.field private commentCount:I
.field private likeCount:I
.field private shareCount:I
.field private total:I
# direct methods
.method public constructor <init>()V
.registers 1
.line 44
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getCommentCount()I
.registers 2
.line 13
iget v0, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->commentCount:I
return v0
.end method
.method public getLikeCount()I
.registers 2
.line 29
iget v0, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->likeCount:I
return v0
.end method
.method public getShareCount()I
.registers 2
.line 21
iget v0, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->shareCount:I
return v0
.end method
.method public getTotal()I
.registers 2
.line 37
iget v0, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->total:I
return v0
.end method
.method public setCommentCount(I)V
.registers 2
.line 17
iput p1, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->commentCount:I
return-void
.end method
.method public setLikeCount(I)V
.registers 2
.line 33
iput p1, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->likeCount:I
return-void
.end method
.method public setShareCount(I)V
.registers 2
.line 25
iput p1, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->shareCount:I
return-void
.end method
.method public setTotal(I)V
.registers 2
.line 41
iput p1, p0, Ltr/com/hurriyet/androidsdk/response/content/Social;->total:I
return-void
.end method