你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ListClosedListsOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ListClosedListsOptionalParameter
- com.
public class ListClosedListsOptionalParameter
ListClosedListsOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Integer |
skip()
获取跳过值。 |
Integer |
take()
获取 take 值。 |
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
List |
withSkip(Integer skip)
设置跳过值。 |
List |
withTake(Integer take)
设置 take 值。 |
List |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
方法详细信息
skip
public Integer skip()
获取跳过值。
Returns:
take
public Integer take()
获取 take 值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
withSkip
public ListClosedListsOptionalParameter withSkip(Integer skip)
设置跳过值。
Parameters:
Returns:
withTake
public ListClosedListsOptionalParameter withTake(Integer take)
设置 take 值。
Parameters:
Returns:
withThisclientacceptLanguage
public ListClosedListsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns: