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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java