Aracılığıyla paylaş


GetAllTermsOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.GetAllTermsOptionalParameter

public class GetAllTermsOptionalParameter

The GetAllTermsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Integer limit()

Get the limit value.

Integer offset()

Get the offset value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

GetAllTermsOptionalParameter withLimit(Integer limit)

Set the limit value.

GetAllTermsOptionalParameter withOffset(Integer offset)

Set the offset value.

GetAllTermsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

limit

public Integer limit()

Get the limit value.

Returns:

the limit value

offset

public Integer offset()

Get the offset value.

Returns:

the offset value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withLimit

public GetAllTermsOptionalParameter withLimit(Integer limit)

Set the limit value.

Parameters:

limit - the limit value to set

Returns:

the GetAllTermsOptionalParameter object itself.

withOffset

public GetAllTermsOptionalParameter withOffset(Integer offset)

Set the offset value.

Parameters:

offset - the offset value to set

Returns:

the GetAllTermsOptionalParameter object itself.

withThisclientacceptLanguage

public GetAllTermsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetAllTermsOptionalParameter object itself.

Applies to