Dela via


ImageList Class

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

public class ImageList

Image List Properties.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

Integer id()

Get the id value.

ImageListMetadata metadata()

Get the metadata value.

String name()

Get the name value.

ImageList withDescription(String description)

Set the description value.

ImageList withId(Integer id)

Set the id value.

ImageList withMetadata(ImageListMetadata metadata)

Set the metadata value.

ImageList withName(String name)

Set the name value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

id

public Integer id()

Get the id value.

Returns:

the id value

metadata

public ImageListMetadata metadata()

Get the metadata value.

Returns:

the metadata value

name

public String name()

Get the name value.

Returns:

the name value

withDescription

public ImageList withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ImageList object itself.

withId

public ImageList withId(Integer id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ImageList object itself.

withMetadata

public ImageList withMetadata(ImageListMetadata metadata)

Set the metadata value.

Parameters:

metadata - the metadata value to set

Returns:

the ImageList object itself.

withName

public ImageList withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ImageList object itself.

Applies to