apkfuckery/com.discord/smali/com/discord/widgets/channels/list/WidgetChannelListUnreads$Mo...

182 lines
4.8 KiB
Smali

.class public final Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
.super Ljava/lang/Object;
.source "WidgetChannelListUnreads.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Indicator"
.end annotation
# instance fields
.field public final index:I
.field public final type:I
# direct methods
.method public constructor <init>(II)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
iput p2, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
return-void
.end method
.method public static synthetic copy$default(Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;IIILjava/lang/Object;)Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
.locals 0
and-int/lit8 p4, p3, 0x1
if-eqz p4, :cond_0
iget p1, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
:cond_0
and-int/lit8 p3, p3, 0x2
if-eqz p3, :cond_1
iget p2, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
:cond_1
invoke-virtual {p0, p1, p2}, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->copy(II)Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public final component1()I
.locals 1
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
return v0
.end method
.method public final component2()I
.locals 1
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
return v0
.end method
.method public final copy(II)Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
.locals 1
new-instance v0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
invoke-direct {v0, p1, p2}, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;-><init>(II)V
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 2
if-eq p0, p1, :cond_1
instance-of v0, p1, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
if-eqz v0, :cond_0
check-cast p1, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
iget v1, p1, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
if-ne v0, v1, :cond_0
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
iget p1, p1, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
if-ne v0, p1, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
return p1
:cond_1
:goto_0
const/4 p1, 0x1
return p1
.end method
.method public final getIndex()I
.locals 1
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
return v0
.end method
.method public final getType()I
.locals 1
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
return v0
.end method
.method public hashCode()I
.locals 2
iget v0, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
mul-int/lit8 v0, v0, 0x1f
iget v1, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
add-int/2addr v0, v1
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 3
const-string v0, "Indicator(type="
invoke-static {v0}, Lf/e/b/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget v1, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->type:I
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string v1, ", index="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget v1, p0, Lcom/discord/widgets/channels/list/WidgetChannelListUnreads$Model$Indicator;->index:I
const-string v2, ")"
invoke-static {v0, v1, v2}, Lf/e/b/a/a;->t(Ljava/lang/StringBuilder;ILjava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method