次の方法で共有


ChildEntity クラス

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

public class ChildEntity

基本の子エンティティ型。

メソッドの概要

修飾子と型 メソッドと説明
List<ChildEntity> children()

子の値を取得します。

UUID id()

id 値を取得します。

String instanceOfProperty()

instanceOfProperty 値を取得します。

String name()

名前の値を取得します。

String readableType()

readableType 値を取得します。

Integer typeId()

typeId 値を取得します。

ChildEntity withChildren(List<ChildEntity> children)

子の値を設定します。

ChildEntity withId(UUID id)

id 値を設定します。

ChildEntity withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

ChildEntity withName(String name)

名前の値を設定します。

ChildEntity withReadableType(String readableType)

readableType 値を設定します。

ChildEntity withTypeId(Integer typeId)

typeId 値を設定します。

メソッドの詳細

children

public List children()

子の値を取得します。

Returns:

子の値

id

public UUID id()

id 値を取得します。

Returns:

id 値

instanceOfProperty

public String instanceOfProperty()

instanceOfProperty 値を取得します。

Returns:

instanceOfProperty 値

name

public String name()

名前の値を取得します。

Returns:

名前の値

readableType

public String readableType()

readableType 値を取得します。

Returns:

readableType 値

typeId

public Integer typeId()

typeId 値を取得します。

Returns:

typeId 値

withChildren

public ChildEntity withChildren(List children)

子の値を設定します。

Parameters:

children - 設定する子値

Returns:

ChildEntity オブジェクト自体。

withId

public ChildEntity withId(UUID id)

id 値を設定します。

Parameters:

id - 設定する ID 値

Returns:

ChildEntity オブジェクト自体。

withInstanceOfProperty

public ChildEntity withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

Parameters:

instanceOfProperty - 設定する instanceOfProperty 値

Returns:

ChildEntity オブジェクト自体。

withName

public ChildEntity withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

ChildEntity オブジェクト自体。

withReadableType

public ChildEntity withReadableType(String readableType)

readableType 値を設定します。

Parameters:

readableType - 設定する readableType 値

Returns:

ChildEntity オブジェクト自体。

withTypeId

public ChildEntity withTypeId(Integer typeId)

typeId 値を設定します。

Parameters:

typeId - 設定する typeId 値

Returns:

ChildEntity オブジェクト自体。

適用対象