你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChildEntity Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ChildEntity
- com.
public class ChildEntity
The base child entity type.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Child |
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. |
Child |
withChildren(List<ChildEntity> children)
Set the children value. |
Child |
withId(UUID id)
Set the id value. |
Child |
withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value. |
Child |
withName(String name)
Set the name value. |
Child |
withReadableType(String readableType)
Set the readableType value. |
Child |
withTypeId(Integer typeId)
Set the typeId value. |
Method Details
children
public List
Get the children value.
Returns:
id
public UUID id()
Get the id value.
Returns:
instanceOfProperty
public String instanceOfProperty()
Get the instanceOfProperty value.
Returns:
name
public String name()
Get the name value.
Returns:
readableType
public String readableType()
Get the readableType value.
Returns:
typeId
public Integer typeId()
Get the typeId value.
Returns:
withChildren
public ChildEntity withChildren(List
Set the children value.
Parameters:
Returns:
withId
public ChildEntity withId(UUID id)
Set the id value.
Parameters:
Returns:
withInstanceOfProperty
public ChildEntity withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value.
Parameters:
Returns:
withName
public ChildEntity withName(String name)
Set the name value.
Parameters:
Returns:
withReadableType
public ChildEntity withReadableType(String readableType)
Set the readableType value.
Parameters:
Returns:
withTypeId
public ChildEntity withTypeId(Integer typeId)
Set the typeId value.
Parameters:
Returns: