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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java