Aracılığıyla paylaş


MatchUrlInputOptionalParameter Class

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

public class MatchUrlInputOptionalParameter

The MatchUrlInputOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean cacheImage()

Get the cacheImage value.

String listId()

Get the listId value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

MatchUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

MatchUrlInputOptionalParameter withListId(String listId)

Set the listId value.

MatchUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

cacheImage

public Boolean cacheImage()

Get the cacheImage value.

Returns:

the cacheImage value

listId

public String listId()

Get the listId value.

Returns:

the listId value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withCacheImage

public MatchUrlInputOptionalParameter withCacheImage(Boolean cacheImage)

Set the cacheImage value.

Parameters:

cacheImage - the cacheImage value to set

Returns:

the MatchUrlInputOptionalParameter object itself.

withListId

public MatchUrlInputOptionalParameter withListId(String listId)

Set the listId value.

Parameters:

listId - the listId value to set

Returns:

the MatchUrlInputOptionalParameter object itself.

withThisclientacceptLanguage

public MatchUrlInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the MatchUrlInputOptionalParameter object itself.

Applies to