Dela via


JobListResult Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.JobListResult

public class JobListResult

The list of job ids.

Method Summary

Modifier and Type Method and Description
List<String> value()

Get the value value.

JobListResult withValue(List<String> value)

Set the value value.

Method Details

value

public List value()

Get the value value.

Returns:

the value value

withValue

public JobListResult withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the JobListResult object itself.

Applies to