Event$PublicServiceFollowableEvent.smali

.class public Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;
.super Lio/rong/imkit/model/Event$BaseConversationEvent;
.source "Event.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lio/rong/imkit/model/Event;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x9
    name = "PublicServiceFollowableEvent"
.end annotation


# instance fields
.field private isFollow:Z


# direct methods
.method public constructor <init>(Ljava/lang/String;Lio/rong/imlib/model/Conversation$ConversationType;Z)V
    .registers 5

    .line 1
    invoke-direct {p0}, Lio/rong/imkit/model/Event$BaseConversationEvent;-><init>()V

    const/4 v0, 0x0

    .line 2
    iput-boolean v0, p0, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->isFollow:Z

    .line 3
    invoke-virtual {p0, p1}, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->setTargetId(Ljava/lang/String;)V

    .line 4
    invoke-virtual {p0, p2}, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->setConversationType(Lio/rong/imlib/model/Conversation$ConversationType;)V

    .line 5
    invoke-virtual {p0, p3}, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->setIsFollow(Z)V

    return-void
.end method

.method public static obtain(Ljava/lang/String;Lio/rong/imlib/model/Conversation$ConversationType;Z)Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;
    .registers 4

    .line 1
    new-instance v0, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;

    invoke-direct {v0, p0, p1, p2}, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;-><init>(Ljava/lang/String;Lio/rong/imlib/model/Conversation$ConversationType;Z)V

    return-object v0
.end method


# virtual methods
.method public bridge synthetic getConversationType()Lio/rong/imlib/model/Conversation$ConversationType;
    .registers 2

    .line 1
    invoke-super {p0}, Lio/rong/imkit/model/Event$BaseConversationEvent;->getConversationType()Lio/rong/imlib/model/Conversation$ConversationType;

    move-result-object v0

    return-object v0
.end method

.method public bridge synthetic getTargetId()Ljava/lang/String;
    .registers 2

    .line 1
    invoke-super {p0}, Lio/rong/imkit/model/Event$BaseConversationEvent;->getTargetId()Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method

.method public isFollow()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->isFollow:Z

    return v0
.end method

.method public bridge synthetic setConversationType(Lio/rong/imlib/model/Conversation$ConversationType;)V
    .registers 2

    .line 1
    invoke-super {p0, p1}, Lio/rong/imkit/model/Event$BaseConversationEvent;->setConversationType(Lio/rong/imlib/model/Conversation$ConversationType;)V

    return-void
.end method

.method public setIsFollow(Z)V
    .registers 2

    .line 1
    iput-boolean p1, p0, Lio/rong/imkit/model/Event$PublicServiceFollowableEvent;->isFollow:Z

    return-void
.end method

.method public bridge synthetic setTargetId(Ljava/lang/String;)V
    .registers 2

    .line 1
    invoke-super {p0, p1}, Lio/rong/imkit/model/Event$BaseConversationEvent;->setTargetId(Ljava/lang/String;)V

    return-void
.end method