Compartir a través de


ChildEntity Clase

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

public class ChildEntity

Tipo de entidad secundaria base.

Resumen del método

Modificador y tipo Método y descripción
List<ChildEntity> children()

Obtenga el valor secundario.

UUID id()

Obtenga el valor de id.

String instanceOfProperty()

Obtenga el valor instanceOfProperty.

String name()

Obtenga el valor de nombre.

String readableType()

Obtenga el valor readableType.

Integer typeId()

Obtenga el valor typeId.

ChildEntity withChildren(List<ChildEntity> children)

Establezca el valor secundario.

ChildEntity withId(UUID id)

Establezca el valor de id.

ChildEntity withInstanceOfProperty(String instanceOfProperty)

Establezca el valor instanceOfProperty.

ChildEntity withName(String name)

Establezca el valor de nombre.

ChildEntity withReadableType(String readableType)

Establezca el valor readableType.

ChildEntity withTypeId(Integer typeId)

Establezca el valor typeId.

Detalles del método

children

public List children()

Obtenga el valor secundario.

Returns:

el valor secundario

id

public UUID id()

Obtenga el valor de id.

Returns:

el valor de id.

instanceOfProperty

public String instanceOfProperty()

Obtenga el valor instanceOfProperty.

Returns:

el valor instanceOfProperty

name

public String name()

Obtenga el valor de nombre.

Returns:

el valor de nombre

readableType

public String readableType()

Obtenga el valor readableType.

Returns:

el valor readableType

typeId

public Integer typeId()

Obtenga el valor typeId.

Returns:

el valor typeId

withChildren

public ChildEntity withChildren(List children)

Establezca el valor secundario.

Parameters:

children - el valor secundario que se va a establecer

Returns:

el propio objeto ChildEntity.

withId

public ChildEntity withId(UUID id)

Establezca el valor de id.

Parameters:

id - el valor id que se va a establecer

Returns:

el propio objeto ChildEntity.

withInstanceOfProperty

public ChildEntity withInstanceOfProperty(String instanceOfProperty)

Establezca el valor instanceOfProperty.

Parameters:

instanceOfProperty - valor instanceOfProperty que se va a establecer

Returns:

el propio objeto ChildEntity.

withName

public ChildEntity withName(String name)

Establezca el valor de nombre.

Parameters:

name - valor de nombre que se va a establecer

Returns:

el propio objeto ChildEntity.

withReadableType

public ChildEntity withReadableType(String readableType)

Establezca el valor readableType.

Parameters:

readableType - valor readableType que se va a establecer

Returns:

el propio objeto ChildEntity.

withTypeId

public ChildEntity withTypeId(Integer typeId)

Establezca el valor typeId.

Parameters:

typeId - valor typeId que se va a establecer

Returns:

el propio objeto ChildEntity.

Se aplica a