75 lines
1.5 KiB
Smali
75 lines
1.5 KiB
Smali
.class public interface abstract Lcom/moji/http/snsforum/ILiveViewComment;
|
|
.super Ljava/lang/Object;
|
|
.source "ILiveViewComment.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T::",
|
|
"Lcom/moji/http/snsforum/ILiveViewComment;",
|
|
">",
|
|
"Ljava/lang/Object;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getComment()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getCommentId()J
|
|
.end method
|
|
|
|
.method public abstract getCommentPraised()Z
|
|
.end method
|
|
|
|
.method public abstract getCommentPtaiseNum()I
|
|
.end method
|
|
|
|
.method public abstract getCreateTime()J
|
|
.end method
|
|
|
|
.method public abstract getExpandMoreComment()Z
|
|
.end method
|
|
|
|
.method public abstract getFace()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLocation()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNick()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getOfficialType()I
|
|
.end method
|
|
|
|
.method public abstract getReplyCommentId()J
|
|
.end method
|
|
|
|
.method public abstract getReplyCommentList()Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getReplyedCommentId()J
|
|
.end method
|
|
|
|
.method public abstract getReplyedNick()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getSnsId()J
|
|
.end method
|
|
|
|
.method public abstract getToSnsId()J
|
|
.end method
|
|
|
|
.method public abstract setExpandMoreComment(Z)V
|
|
.end method
|