JobExecutionReportDetails Class

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

public class JobExecutionReportDetails

Job Execution Report Values.

Method Summary

Modifier and Type Method and Description
String msg()

Get the msg value.

String ts()

Get the ts value.

JobExecutionReportDetails withMsg(String msg)

Set the msg value.

JobExecutionReportDetails withTs(String ts)

Set the ts value.

Method Details

msg

public String msg()

Get the msg value.

Returns:

the msg value

ts

public String ts()

Get the ts value.

Returns:

the ts value

withMsg

public JobExecutionReportDetails withMsg(String msg)

Set the msg value.

Parameters:

msg - the msg value to set

Returns:

the JobExecutionReportDetails object itself.

withTs

public JobExecutionReportDetails withTs(String ts)

Set the ts value.

Parameters:

ts - the ts value to set

Returns:

the JobExecutionReportDetails object itself.

Applies to