Dela via


CreateJobOptionalParameter Class

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

public class CreateJobOptionalParameter

The CreateJobOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String callBackEndpoint()

Get the callBackEndpoint value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

CreateJobOptionalParameter withCallBackEndpoint(String callBackEndpoint)

Set the callBackEndpoint value.

CreateJobOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

callBackEndpoint

public String callBackEndpoint()

Get the callBackEndpoint value.

Returns:

the callBackEndpoint value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withCallBackEndpoint

public CreateJobOptionalParameter withCallBackEndpoint(String callBackEndpoint)

Set the callBackEndpoint value.

Parameters:

callBackEndpoint - the callBackEndpoint value to set

Returns:

the CreateJobOptionalParameter object itself.

withThisclientacceptLanguage

public CreateJobOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreateJobOptionalParameter object itself.

Applies to