Mention クラス

  • java.lang.Object
    • com.microsoft.bot.schema.Mention

実装

public class Mention
implements EntitySerialization

メンション情報 (エンティティの種類: "メンション")。

コンストラクターの概要

コンストラクター 説明
Mention()

"メンション" 型のメンション。

メソッドの概要

修飾子と型 メソッドと説明
ChannelAccount getMentioned()

前述の値を取得します。

java.lang.String getText()

テキスト値を取得します。

java.lang.String getType()

型の値を取得します。

void setMentioned(ChannelAccount withMentioned)

上記の値を設定します。

void setText(String withText)

テキスト値を設定します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

Mention

public Mention()

"メンション" 型のメンション。

メソッドの詳細

getMentioned

public ChannelAccount getMentioned()

前述の値を取得します。

Returns:

前述の値

getText

public String getText()

テキスト値を取得します。

Returns:

テキスト値

getType

public String getType()

型の値を取得します。

Returns:

型の値

setMentioned

public void setMentioned(ChannelAccount withMentioned)

上記の値を設定します。

Parameters:

withMentioned - 設定する前述の値

setText

public void setText(String withText)

テキスト値を設定します。

Parameters:

withText - 設定するテキスト値

適用対象