Dela via


RefreshIndex Class

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

public class RefreshIndex

Refresh Index Response.

Method Summary

Modifier and Type Method and Description
List<RefreshIndexAdvancedInfoItem> advancedInfo()

Get the advancedInfo value.

String contentSourceId()

Get the contentSourceId value.

Boolean isUpdateSuccess()

Get the isUpdateSuccess value.

Status status()

Get the status value.

String trackingId()

Get the trackingId value.

RefreshIndex withAdvancedInfo(List<RefreshIndexAdvancedInfoItem> advancedInfo)

Set the advancedInfo value.

RefreshIndex withContentSourceId(String contentSourceId)

Set the contentSourceId value.

RefreshIndex withIsUpdateSuccess(Boolean isUpdateSuccess)

Set the isUpdateSuccess value.

RefreshIndex withStatus(Status status)

Set the status value.

RefreshIndex withTrackingId(String trackingId)

Set the trackingId value.

Method Details

advancedInfo

public List advancedInfo()

Get the advancedInfo value.

Returns:

the advancedInfo value

contentSourceId

public String contentSourceId()

Get the contentSourceId value.

Returns:

the contentSourceId value

isUpdateSuccess

public Boolean isUpdateSuccess()

Get the isUpdateSuccess value.

Returns:

the isUpdateSuccess 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

withAdvancedInfo

public RefreshIndex withAdvancedInfo(List advancedInfo)

Set the advancedInfo value.

Parameters:

advancedInfo - the advancedInfo value to set

Returns:

the RefreshIndex object itself.

withContentSourceId

public RefreshIndex withContentSourceId(String contentSourceId)

Set the contentSourceId value.

Parameters:

contentSourceId - the contentSourceId value to set

Returns:

the RefreshIndex object itself.

withIsUpdateSuccess

public RefreshIndex withIsUpdateSuccess(Boolean isUpdateSuccess)

Set the isUpdateSuccess value.

Parameters:

isUpdateSuccess - the isUpdateSuccess value to set

Returns:

the RefreshIndex object itself.

withStatus

public RefreshIndex withStatus(Status status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the RefreshIndex object itself.

withTrackingId

public RefreshIndex withTrackingId(String trackingId)

Set the trackingId value.

Parameters:

trackingId - the trackingId value to set

Returns:

the RefreshIndex object itself.

Applies to