JobListResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. JobListResult
- com.
public class JobListResult
The list of job ids.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
value()
Get the value value. |
Job |
withValue(List<String> value)
Set the value value. |
Method Details
value
public List
Get the value value.
Returns:
the value value
withValue
public JobListResult withValue(List
Set the value value.
Parameters:
value
- the value value to set
Returns:
the JobListResult object itself.