Compartir a través de


Job Clase

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

public class Job

Objeto Job.

Resumen del método

Modificador y tipo Método y descripción
String callBackEndpoint()

Obtenga el valor callBackEndpoint.

String id()

Obtenga el valor de id.

List<JobExecutionReportDetails> jobExecutionReport()

Obtenga el valor jobExecutionReport.

List<KeyValuePair> resultMetaData()

Obtenga el valor resultMetaData.

String reviewId()

Obtenga el valor reviewId.

String status()

Obtenga el valor de estado.

String teamName()

Obtenga el valor teamName.

String type()

Obtenga el valor de tipo.

Job withCallBackEndpoint(String callBackEndpoint)

Establezca el valor callBackEndpoint.

Job withId(String id)

Establezca el valor de id.

Job withJobExecutionReport(List<JobExecutionReportDetails> jobExecutionReport)

Establezca el valor jobExecutionReport.

Job withResultMetaData(List<KeyValuePair> resultMetaData)

Establezca el valor resultMetaData.

Job withReviewId(String reviewId)

Establezca el valor reviewId.

Job withStatus(String status)

Establezca el valor de estado.

Job withTeamName(String teamName)

Establezca el valor teamName.

Job withType(String type)

Establezca el valor de tipo.

Job withWorkflowId(String workflowId)

Establezca el valor workflowId.

String workflowId()

Obtenga el valor workflowId.

Detalles del método

callBackEndpoint

public String callBackEndpoint()

Obtenga el valor callBackEndpoint.

Returns:

el valor callBackEndpoint

id

public String id()

Obtenga el valor de id.

Returns:

el valor de id.

jobExecutionReport

public List jobExecutionReport()

Obtenga el valor jobExecutionReport.

Returns:

valor jobExecutionReport

resultMetaData

public List resultMetaData()

Obtenga el valor resultMetaData.

Returns:

el valor resultMetaData

reviewId

public String reviewId()

Obtenga el valor reviewId.

Returns:

el valor reviewId

status

public String status()

Obtenga el valor de estado.

Returns:

el valor de estado

teamName

public String teamName()

Obtenga el valor teamName.

Returns:

el valor teamName

type

public String type()

Obtenga el valor de tipo.

Returns:

el valor de tipo

withCallBackEndpoint

public Job withCallBackEndpoint(String callBackEndpoint)

Establezca el valor callBackEndpoint.

Parameters:

callBackEndpoint - el valor callBackEndpoint que se va a establecer

Returns:

el propio objeto Job.

withId

public Job withId(String id)

Establezca el valor de id.

Parameters:

id - el valor id que se va a establecer

Returns:

el propio objeto Job.

withJobExecutionReport

public Job withJobExecutionReport(List jobExecutionReport)

Establezca el valor jobExecutionReport.

Parameters:

jobExecutionReport - valor jobExecutionReport que se va a establecer

Returns:

el propio objeto Job.

withResultMetaData

public Job withResultMetaData(List resultMetaData)

Establezca el valor resultMetaData.

Parameters:

resultMetaData - el valor resultMetaData que se va a establecer

Returns:

el propio objeto Job.

withReviewId

public Job withReviewId(String reviewId)

Establezca el valor reviewId.

Parameters:

reviewId - valor reviewId que se va a establecer

Returns:

el propio objeto Job.

withStatus

public Job withStatus(String status)

Establezca el valor de estado.

Parameters:

status - el valor de estado que se va a establecer

Returns:

el propio objeto Job.

withTeamName

public Job withTeamName(String teamName)

Establezca el valor teamName.

Parameters:

teamName - el valor teamName que se va a establecer

Returns:

el propio objeto Job.

withType

public Job withType(String type)

Establezca el valor de tipo.

Parameters:

type - el valor de tipo que se va a establecer

Returns:

el propio objeto Job.

withWorkflowId

public Job withWorkflowId(String workflowId)

Establezca el valor workflowId.

Parameters:

workflowId - valor workflowId que se va a establecer

Returns:

el propio objeto Job.

workflowId

public String workflowId()

Obtenga el valor workflowId.

Returns:

el valor workflowId

Se aplica a