Compartilhar via


ChildEntity Classe

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

public class ChildEntity

O tipo de entidade filho base.

Resumo do método

Modificador e tipo Método e descrição
List<ChildEntity> children()

Obtenha o valor filho.

UUID id()

Obtenha o valor da ID.

String instanceOfProperty()

Obtenha o valor instanceOfProperty.

String name()

Obtenha o valor do nome.

String readableType()

Obtenha o valor readableType.

Integer typeId()

Obtenha o valor typeId.

ChildEntity withChildren(List<ChildEntity> children)

Defina o valor filho.

ChildEntity withId(UUID id)

Defina o valor da ID.

ChildEntity withInstanceOfProperty(String instanceOfProperty)

Defina o valor instanceOfProperty.

ChildEntity withName(String name)

Defina o valor do nome.

ChildEntity withReadableType(String readableType)

Defina o valor readableType.

ChildEntity withTypeId(Integer typeId)

Defina o valor typeId.

Detalhes do método

children

public List children()

Obtenha o valor filho.

Returns:

o valor filho

id

public UUID id()

Obtenha o valor da ID.

Returns:

o valor da ID

instanceOfProperty

public String instanceOfProperty()

Obtenha o valor instanceOfProperty.

Returns:

o valor instanceOfProperty

name

public String name()

Obtenha o valor do nome.

Returns:

o valor do nome

readableType

public String readableType()

Obtenha o valor readableType.

Returns:

o valor readableType

typeId

public Integer typeId()

Obtenha o valor typeId.

Returns:

o valor typeId

withChildren

public ChildEntity withChildren(List children)

Defina o valor filho.

Parameters:

children - o valor filho a ser definido

Returns:

o próprio objeto ChildEntity.

withId

public ChildEntity withId(UUID id)

Defina o valor da ID.

Parameters:

id - o valor da ID a ser definido

Returns:

o próprio objeto ChildEntity.

withInstanceOfProperty

public ChildEntity withInstanceOfProperty(String instanceOfProperty)

Defina o valor instanceOfProperty.

Parameters:

instanceOfProperty - o valor instanceOfProperty a ser definido

Returns:

o próprio objeto ChildEntity.

withName

public ChildEntity withName(String name)

Defina o valor do nome.

Parameters:

name - o valor do nome a ser definido

Returns:

o próprio objeto ChildEntity.

withReadableType

public ChildEntity withReadableType(String readableType)

Defina o valor readableType.

Parameters:

readableType - o valor readableType a ser definido

Returns:

o próprio objeto ChildEntity.

withTypeId

public ChildEntity withTypeId(Integer typeId)

Defina o valor typeId.

Parameters:

typeId - o valor typeId a ser definido

Returns:

o próprio objeto ChildEntity.

Aplica-se a