次の方法で共有


SubClosedListResponse クラス

  • java.lang.Object
    • SubClosedList
      • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.SubClosedListResponse

public class SubClosedListResponse extends SubClosedList

リスト エンティティのアイテムのサブリスト。

メソッドの概要

修飾子と型 メソッドと説明
int id()

id 値を取得します。

SubClosedListResponse withId(int id)

id 値を設定します。

継承メンバー

メソッドの詳細

id

public int id()

id 値を取得します。

Returns:

id 値

withId

public SubClosedListResponse withId(int id)

id 値を設定します。

Parameters:

id - 設定する ID 値

Returns:

SubClosedListResponse オブジェクト自体。

適用対象