JobExecutionReportDetails Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. JobExecutionReportDetails
- com.
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. |
Job |
withMsg(String msg)
Set the msg value. |
Job |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java