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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java