JsonChild Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JsonChild
- com.
public class JsonChild
O modelo JsonChild.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Json |
children()
Obtenha o valor filho. |
List<Json |
features()
Obtenha o valor dos recursos. |
String |
instanceOfProperty()
Obtenha o valor instanceOfProperty. |
String |
name()
Obtenha o valor do nome. |
Json |
withChildren(List<JsonChild> children)
Defina o valor filho. |
Json |
withFeatures(List<JsonModelFeatureInformation> features)
Defina o valor dos recursos. |
Json |
withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty. |
Json |
withName(String name)
Defina o valor do nome. |
Detalhes do método
children
public List
Obtenha o valor filho.
Returns:
features
public List
Obtenha o valor dos recursos.
Returns:
instanceOfProperty
public String instanceOfProperty()
Obtenha o valor instanceOfProperty.
Returns:
name
public String name()
Obtenha o valor do nome.
Returns:
withChildren
public JsonChild withChildren(List
Defina o valor filho.
Parameters:
Returns:
withFeatures
public JsonChild withFeatures(List
Defina o valor dos recursos.
Parameters:
Returns:
withInstanceOfProperty
public JsonChild withInstanceOfProperty(String instanceOfProperty)
Defina o valor instanceOfProperty.
Parameters:
Returns:
withName
public JsonChild withName(String name)
Defina o valor do nome.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java