CreateJobOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateJobOptionalParameter
- com.
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. |
Create |
withCallBackEndpoint(String callBackEndpoint)
Set the callBackEndpoint value. |
Create |
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.