ChildEntity クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ChildEntity
- com.
public class ChildEntity
基本の子エンティティ型。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<Child |
children()
子の値を取得します。 |
UUID |
id()
id 値を取得します。 |
String |
instanceOfProperty()
instanceOfProperty 値を取得します。 |
String |
name()
名前の値を取得します。 |
String |
readableType()
readableType 値を取得します。 |
Integer |
typeId()
typeId 値を取得します。 |
Child |
withChildren(List<ChildEntity> children)
子の値を設定します。 |
Child |
withId(UUID id)
id 値を設定します。 |
Child |
withInstanceOfProperty(String instanceOfProperty)
instanceOfProperty 値を設定します。 |
Child |
withName(String name)
名前の値を設定します。 |
Child |
withReadableType(String readableType)
readableType 値を設定します。 |
Child |
withTypeId(Integer typeId)
typeId 値を設定します。 |
メソッドの詳細
children
public List
子の値を取得します。
Returns:
id
public UUID id()
id 値を取得します。
Returns:
instanceOfProperty
public String instanceOfProperty()
instanceOfProperty 値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
readableType
public String readableType()
readableType 値を取得します。
Returns:
typeId
public Integer typeId()
typeId 値を取得します。
Returns:
withChildren
public ChildEntity withChildren(List
子の値を設定します。
Parameters:
Returns:
withId
public ChildEntity withId(UUID id)
id 値を設定します。
Parameters:
Returns:
withInstanceOfProperty
public ChildEntity withInstanceOfProperty(String instanceOfProperty)
instanceOfProperty 値を設定します。
Parameters:
Returns:
withName
public ChildEntity withName(String name)
名前の値を設定します。
Parameters:
Returns:
withReadableType
public ChildEntity withReadableType(String readableType)
readableType 値を設定します。
Parameters:
Returns:
withTypeId
public ChildEntity withTypeId(Integer typeId)
typeId 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java