AttachmentInfo 類別

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

public class AttachmentInfo

附件的 Metdata。

建構函式摘要

建構函式 Description
AttachmentInfo()

方法摘要

修飾詞與類型 方法與描述
java.lang.String getName()

取得名稱值。

java.lang.String getType()

取得類型值。

java.util.List<AttachmentView> getViews()

取得檢視值。

void setName(String withName)

設定名稱值。

void setType(String withType)

設定類型值。

void setViews(List<AttachmentView> withViews)

設定檢視值。

方法繼承來源 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

建構函式詳細資料

AttachmentInfo

public AttachmentInfo()

方法詳細資料

getName

public String getName()

取得名稱值。

傳回:

名稱值

getType

public String getType()

取得類型值。

傳回:

型別值

getViews

public List getViews()

取得檢視值。

傳回:

檢視值

setName

public void setName(String withName)

設定名稱值。

參數:

withName - 要設定的名稱值

setType

public void setType(String withType)

設定類型值。

參數:

withType - 要設定的型別值

setViews

public void setViews(List withViews)

設定檢視值。

參數:

withViews - 要設定的檢視值

適用於