ChildEntity Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ChildEntity
- com.
public class ChildEntity
O tipo de entidade filho base.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Child |
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. |
Child |
withChildren(List<ChildEntity> children)
Defina o valor filho. |
Child |
withId(UUID id)
Defina o valor da ID. |
Child |
withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty. |
Child |
withName(String name)
Defina o valor do nome. |
Child |
withReadableType(String readableType)
Defina o valor readableType. |
Child |
withTypeId(Integer typeId)
Defina o valor typeId. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
id
public UUID id()
Obtenha o valor da ID.
Returns:
instanceOfProperty
public String instanceOfProperty()
Obtenha o valor instanceOfProperty.
Returns:
name
public String name()
Obtenha o valor do nome.
Returns:
readableType
public String readableType()
Obtenha o valor readableType.
Returns:
typeId
public Integer typeId()
Obtenha o valor typeId.
Returns:
withChildren
public ChildEntity withChildren(List
Defina o valor filho.
Parameters:
Returns:
withId
public ChildEntity withId(UUID id)
Defina o valor da ID.
Parameters:
Returns:
withInstanceOfProperty
public ChildEntity withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty.
Parameters:
Returns:
withName
public ChildEntity withName(String name)
Defina o valor do nome.
Parameters:
Returns:
withReadableType
public ChildEntity withReadableType(String readableType)
Defina o valor readableType.
Parameters:
Returns:
withTypeId
public ChildEntity withTypeId(Integer typeId)
Defina o valor typeId.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java