Review Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Review
- com.
public class Review
The Review object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
callbackEndpoint()
Get the callbackEndpoint value. |
String |
content()
Get the content value. |
String |
contentId()
Get the contentId value. |
String |
createdBy()
Get the createdBy value. |
List<Key |
metadata()
Get the metadata value. |
List<Key |
reviewerResultTags()
Get the reviewerResultTags value. |
String |
reviewId()
Get the reviewId value. |
String |
status()
Get the status value. |
String |
subTeam()
Get the subTeam value. |
String |
type()
Get the type value. |
Review |
withCallbackEndpoint(String callbackEndpoint)
Set the callbackEndpoint value. |
Review |
withContent(String content)
Set the content value. |
Review |
withContentId(String contentId)
Set the contentId value. |
Review |
withCreatedBy(String createdBy)
Set the createdBy value. |
Review |
withMetadata(List<KeyValuePair> metadata)
Set the metadata value. |
Review |
withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
Set the reviewerResultTags value. |
Review |
withReviewId(String reviewId)
Set the reviewId value. |
Review |
withStatus(String status)
Set the status value. |
Review |
withSubTeam(String subTeam)
Set the subTeam value. |
Review |
withType(String type)
Set the type value. |
Method Details
callbackEndpoint
public String callbackEndpoint()
Get the callbackEndpoint value.
Returns:
content
public String content()
Get the content value.
Returns:
contentId
public String contentId()
Get the contentId value.
Returns:
createdBy
public String createdBy()
Get the createdBy value.
Returns:
metadata
public List
Get the metadata value.
Returns:
reviewerResultTags
public List
Get the reviewerResultTags value.
Returns:
reviewId
public String reviewId()
Get the reviewId value.
Returns:
status
public String status()
Get the status value.
Returns:
subTeam
public String subTeam()
Get the subTeam value.
Returns:
type
public String type()
Get the type value.
Returns:
withCallbackEndpoint
public Review withCallbackEndpoint(String callbackEndpoint)
Set the callbackEndpoint value.
Parameters:
Returns:
withContent
public Review withContent(String content)
Set the content value.
Parameters:
Returns:
withContentId
public Review withContentId(String contentId)
Set the contentId value.
Parameters:
Returns:
withCreatedBy
public Review withCreatedBy(String createdBy)
Set the createdBy value.
Parameters:
Returns:
withMetadata
public Review withMetadata(List
Set the metadata value.
Parameters:
Returns:
withReviewerResultTags
public Review withReviewerResultTags(List
Set the reviewerResultTags value.
Parameters:
Returns:
withReviewId
public Review withReviewId(String reviewId)
Set the reviewId value.
Parameters:
Returns:
withStatus
public Review withStatus(String status)
Set the status value.
Parameters:
Returns:
withSubTeam
public Review withSubTeam(String subTeam)
Set the subTeam value.
Parameters:
Returns:
withType
public Review withType(String type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java