RefreshIndex Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. RefreshIndex
- com.
public class RefreshIndex
Refresh Index Response.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Refresh |
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. |
Refresh |
withAdvancedInfo(List<RefreshIndexAdvancedInfoItem> advancedInfo)
Set the advancedInfo value. |
Refresh |
withContentSourceId(String contentSourceId)
Set the contentSourceId value. |
Refresh |
withIsUpdateSuccess(Boolean isUpdateSuccess)
Set the isUpdateSuccess value. |
Refresh |
withStatus(Status status)
Set the status value. |
Refresh |
withTrackingId(String trackingId)
Set the trackingId value. |
Method Details
advancedInfo
public List
Get the advancedInfo value.
Returns:
contentSourceId
public String contentSourceId()
Get the contentSourceId value.
Returns:
isUpdateSuccess
public Boolean isUpdateSuccess()
Get the isUpdateSuccess value.
Returns:
status
public Status status()
Get the status value.
Returns:
trackingId
public String trackingId()
Get the trackingId value.
Returns:
withAdvancedInfo
public RefreshIndex withAdvancedInfo(List
Set the advancedInfo value.
Parameters:
Returns:
withContentSourceId
public RefreshIndex withContentSourceId(String contentSourceId)
Set the contentSourceId value.
Parameters:
Returns:
withIsUpdateSuccess
public RefreshIndex withIsUpdateSuccess(Boolean isUpdateSuccess)
Set the isUpdateSuccess value.
Parameters:
Returns:
withStatus
public RefreshIndex withStatus(Status status)
Set the status value.
Parameters:
Returns:
withTrackingId
public RefreshIndex withTrackingId(String trackingId)
Set the trackingId value.
Parameters:
Returns:
Applies to
Azure SDK for Java