Job Class

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

public class Job

The Job object.

Method Summary

Modifier and Type Method and Description
String callBackEndpoint()

Get the callBackEndpoint value.

String id()

Get the id value.

List<JobExecutionReportDetails> jobExecutionReport()

Get the jobExecutionReport value.

List<KeyValuePair> resultMetaData()

Get the resultMetaData value.

String reviewId()

Get the reviewId value.

String status()

Get the status value.

String teamName()

Get the teamName value.

String type()

Get the type value.

Job withCallBackEndpoint(String callBackEndpoint)

Set the callBackEndpoint value.

Job withId(String id)

Set the id value.

Job withJobExecutionReport(List<JobExecutionReportDetails> jobExecutionReport)

Set the jobExecutionReport value.

Job withResultMetaData(List<KeyValuePair> resultMetaData)

Set the resultMetaData value.

Job withReviewId(String reviewId)

Set the reviewId value.

Job withStatus(String status)

Set the status value.

Job withTeamName(String teamName)

Set the teamName value.

Job withType(String type)

Set the type value.

Job withWorkflowId(String workflowId)

Set the workflowId value.

String workflowId()

Get the workflowId value.

Method Details

callBackEndpoint

public String callBackEndpoint()

Get the callBackEndpoint value.

Returns:

the callBackEndpoint value

id

public String id()

Get the id value.

Returns:

the id value

jobExecutionReport

public List jobExecutionReport()

Get the jobExecutionReport value.

Returns:

the jobExecutionReport value

resultMetaData

public List resultMetaData()

Get the resultMetaData value.

Returns:

the resultMetaData value

reviewId

public String reviewId()

Get the reviewId value.

Returns:

the reviewId value

status

public String status()

Get the status value.

Returns:

the status value

teamName

public String teamName()

Get the teamName value.

Returns:

the teamName value

type

public String type()

Get the type value.

Returns:

the type value

withCallBackEndpoint

public Job withCallBackEndpoint(String callBackEndpoint)

Set the callBackEndpoint value.

Parameters:

callBackEndpoint - the callBackEndpoint value to set

Returns:

the Job object itself.

withId

public Job withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the Job object itself.

withJobExecutionReport

public Job withJobExecutionReport(List jobExecutionReport)

Set the jobExecutionReport value.

Parameters:

jobExecutionReport - the jobExecutionReport value to set

Returns:

the Job object itself.

withResultMetaData

public Job withResultMetaData(List resultMetaData)

Set the resultMetaData value.

Parameters:

resultMetaData - the resultMetaData value to set

Returns:

the Job object itself.

withReviewId

public Job withReviewId(String reviewId)

Set the reviewId value.

Parameters:

reviewId - the reviewId value to set

Returns:

the Job object itself.

withStatus

public Job withStatus(String status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the Job object itself.

withTeamName

public Job withTeamName(String teamName)

Set the teamName value.

Parameters:

teamName - the teamName value to set

Returns:

the Job object itself.

withType

public Job withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the Job object itself.

withWorkflowId

public Job withWorkflowId(String workflowId)

Set the workflowId value.

Parameters:

workflowId - the workflowId value to set

Returns:

the Job object itself.

workflowId

public String workflowId()

Get the workflowId value.

Returns:

the workflowId value

Applies to