你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChildEntity Class

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

public class ChildEntity

The base child entity type.

Method Summary

Modifier and Type Method and Description
List<ChildEntity> children()

Get the children value.

UUID id()

Get the id value.

String instanceOfProperty()

Get the instanceOfProperty value.

String name()

Get the name value.

String readableType()

Get the readableType value.

Integer typeId()

Get the typeId value.

ChildEntity withChildren(List<ChildEntity> children)

Set the children value.

ChildEntity withId(UUID id)

Set the id value.

ChildEntity withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

ChildEntity withName(String name)

Set the name value.

ChildEntity withReadableType(String readableType)

Set the readableType value.

ChildEntity withTypeId(Integer typeId)

Set the typeId value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

id

public UUID id()

Get the id value.

Returns:

the id value

instanceOfProperty

public String instanceOfProperty()

Get the instanceOfProperty value.

Returns:

the instanceOfProperty value

name

public String name()

Get the name value.

Returns:

the name value

readableType

public String readableType()

Get the readableType value.

Returns:

the readableType value

typeId

public Integer typeId()

Get the typeId value.

Returns:

the typeId value

withChildren

public ChildEntity withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the ChildEntity object itself.

withId

public ChildEntity withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ChildEntity object itself.

withInstanceOfProperty

public ChildEntity withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

Parameters:

instanceOfProperty - the instanceOfProperty value to set

Returns:

the ChildEntity object itself.

withName

public ChildEntity withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ChildEntity object itself.

withReadableType

public ChildEntity withReadableType(String readableType)

Set the readableType value.

Parameters:

readableType - the readableType value to set

Returns:

the ChildEntity object itself.

withTypeId

public ChildEntity withTypeId(Integer typeId)

Set the typeId value.

Parameters:

typeId - the typeId value to set

Returns:

the ChildEntity object itself.

Applies to