ExamplesMethodOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ExamplesMethodOptionalParameter
- com.
public class ExamplesMethodOptionalParameter
The ExamplesMethodOptionalParameter 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. |
Examples |
withSkip(Integer skip)
Set the skip value. |
Examples |
withTake(Integer take)
Set the take value. |
Examples |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
skip
public Integer skip()
Get the skip value.
Returns:
take
public Integer take()
Get the take value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withSkip
public ExamplesMethodOptionalParameter withSkip(Integer skip)
Set the skip value.
Parameters:
Returns:
withTake
public ExamplesMethodOptionalParameter withTake(Integer take)
Set the take value.
Parameters:
Returns:
withThisclientacceptLanguage
public ExamplesMethodOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java