Sdílet prostřednictvím


ListPatternAnyEntityInfosOptionalParameter Class

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

public class ListPatternAnyEntityInfosOptionalParameter

The ListPatternAnyEntityInfosOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Integer skip()

Get the skip value.

Integer take()

Get the take value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

ListPatternAnyEntityInfosOptionalParameter withSkip(Integer skip)

Set the skip value.

ListPatternAnyEntityInfosOptionalParameter withTake(Integer take)

Set the take value.

ListPatternAnyEntityInfosOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

skip

public Integer skip()

Get the skip value.

Returns:

the skip value

take

public Integer take()

Get the take value.

Returns:

the take value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withSkip

public ListPatternAnyEntityInfosOptionalParameter withSkip(Integer skip)

Set the skip value.

Parameters:

skip - the skip value to set

Returns:

the ListPatternAnyEntityInfosOptionalParameter object itself.

withTake

public ListPatternAnyEntityInfosOptionalParameter withTake(Integer take)

Set the take value.

Parameters:

take - the take value to set

Returns:

the ListPatternAnyEntityInfosOptionalParameter object itself.

withThisclientacceptLanguage

public ListPatternAnyEntityInfosOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the ListPatternAnyEntityInfosOptionalParameter object itself.

Applies to