ImageIds Class

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

public class ImageIds

Image Id properties.

Method Summary

Modifier and Type Method and Description
List<Integer> contentIds()

Get the contentIds value.

String contentSource()

Get the contentSource value.

Status status()

Get the status value.

String trackingId()

Get the trackingId value.

ImageIds withContentIds(List<Integer> contentIds)

Set the contentIds value.

ImageIds withContentSource(String contentSource)

Set the contentSource value.

ImageIds withStatus(Status status)

Set the status value.

ImageIds withTrackingId(String trackingId)

Set the trackingId value.

Method Details

contentIds

public List contentIds()

Get the contentIds value.

Returns:

the contentIds value

contentSource

public String contentSource()

Get the contentSource value.

Returns:

the contentSource value

status

public Status status()

Get the status value.

Returns:

the status value

trackingId

public String trackingId()

Get the trackingId value.

Returns:

the trackingId value

withContentIds

public ImageIds withContentIds(List contentIds)

Set the contentIds value.

Parameters:

contentIds - the contentIds value to set

Returns:

the ImageIds object itself.

withContentSource

public ImageIds withContentSource(String contentSource)

Set the contentSource value.

Parameters:

contentSource - the contentSource value to set

Returns:

the ImageIds object itself.

withStatus

public ImageIds withStatus(Status status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the ImageIds object itself.

withTrackingId

public ImageIds withTrackingId(String trackingId)

Set the trackingId value.

Parameters:

trackingId - the trackingId value to set

Returns:

the ImageIds object itself.

Applies to