Job Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Job
- com.
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<Job |
jobExecutionReport()
Obtenga el valor jobExecutionReport. |
List<Key |
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:
id
public String id()
Obtenga el valor de id.
Returns:
jobExecutionReport
public List
Obtenga el valor jobExecutionReport.
Returns:
resultMetaData
public List
Obtenga el valor resultMetaData.
Returns:
reviewId
public String reviewId()
Obtenga el valor reviewId.
Returns:
status
public String status()
Obtenga el valor de estado.
Returns:
teamName
public String teamName()
Obtenga el valor teamName.
Returns:
type
public String type()
Obtenga el valor de tipo.
Returns:
withCallBackEndpoint
public Job withCallBackEndpoint(String callBackEndpoint)
Establezca el valor callBackEndpoint.
Parameters:
Returns:
withId
public Job withId(String id)
Establezca el valor de id.
Parameters:
Returns:
withJobExecutionReport
public Job withJobExecutionReport(List
Establezca el valor jobExecutionReport.
Parameters:
Returns:
withResultMetaData
public Job withResultMetaData(List
Establezca el valor resultMetaData.
Parameters:
Returns:
withReviewId
public Job withReviewId(String reviewId)
Establezca el valor reviewId.
Parameters:
Returns:
withStatus
public Job withStatus(String status)
Establezca el valor de estado.
Parameters:
Returns:
withTeamName
public Job withTeamName(String teamName)
Establezca el valor teamName.
Parameters:
Returns:
withType
public Job withType(String type)
Establezca el valor de tipo.
Parameters:
Returns:
withWorkflowId
public Job withWorkflowId(String workflowId)
Establezca el valor workflowId.
Parameters:
Returns:
workflowId
public String workflowId()
Obtenga el valor workflowId.
Returns:
Se aplica a
Azure SDK for Java