Review Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Review
- com.
public class Review
O objeto Review.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
callbackEndpoint()
Obtenha o valor callbackEndpoint. |
String |
content()
Obtenha o valor do conteúdo. |
String |
contentId()
Obtenha o valor contentId. |
String |
createdBy()
Obtenha o valor createdBy. |
List<Key |
metadata()
Obtenha o valor dos metadados. |
List<Key |
reviewerResultTags()
Obtenha o valor reviewerResultTags. |
String |
reviewId()
Obtenha o valor reviewId. |
String |
status()
Obtenha o valor status. |
String |
subTeam()
Obtenha o valor de subTeam. |
String |
type()
Obtenha o valor do tipo. |
Review |
withCallbackEndpoint(String callbackEndpoint)
Defina o valor callbackEndpoint. |
Review |
withContent(String content)
Defina o valor do conteúdo. |
Review |
withContentId(String contentId)
Defina o valor contentId. |
Review |
withCreatedBy(String createdBy)
Defina o valor createdBy. |
Review |
withMetadata(List<KeyValuePair> metadata)
Defina o valor dos metadados. |
Review |
withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
Defina o valor reviewerResultTags. |
Review |
withReviewId(String reviewId)
Defina o valor reviewId. |
Review |
withStatus(String status)
Defina o valor status. |
Review |
withSubTeam(String subTeam)
Defina o valor de subTeam. |
Review |
withType(String type)
Defina o valor do tipo. |
Detalhes do método
callbackEndpoint
public String callbackEndpoint()
Obtenha o valor callbackEndpoint.
Returns:
content
public String content()
Obtenha o valor do conteúdo.
Returns:
contentId
public String contentId()
Obtenha o valor contentId.
Returns:
createdBy
public String createdBy()
Obtenha o valor createdBy.
Returns:
metadata
public List
Obtenha o valor dos metadados.
Returns:
reviewerResultTags
public List
Obtenha o valor reviewerResultTags.
Returns:
reviewId
public String reviewId()
Obtenha o valor reviewId.
Returns:
status
public String status()
Obtenha o valor status.
Returns:
subTeam
public String subTeam()
Obtenha o valor de subTeam.
Returns:
type
public String type()
Obtenha o valor do tipo.
Returns:
withCallbackEndpoint
public Review withCallbackEndpoint(String callbackEndpoint)
Defina o valor callbackEndpoint.
Parameters:
Returns:
withContent
public Review withContent(String content)
Defina o valor do conteúdo.
Parameters:
Returns:
withContentId
public Review withContentId(String contentId)
Defina o valor contentId.
Parameters:
Returns:
withCreatedBy
public Review withCreatedBy(String createdBy)
Defina o valor createdBy.
Parameters:
Returns:
withMetadata
public Review withMetadata(List
Defina o valor dos metadados.
Parameters:
Returns:
withReviewerResultTags
public Review withReviewerResultTags(List
Defina o valor reviewerResultTags.
Parameters:
Returns:
withReviewId
public Review withReviewId(String reviewId)
Defina o valor reviewId.
Parameters:
Returns:
withStatus
public Review withStatus(String status)
Defina o valor status.
Parameters:
Returns:
withSubTeam
public Review withSubTeam(String subTeam)
Defina o valor de subTeam.
Parameters:
Returns:
withType
public Review withType(String type)
Defina o valor do tipo.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java