次の方法で共有


Review クラス

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

public class Review

Review オブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
String callbackEndpoint()

callbackEndpoint 値を取得します。

String content()

コンテンツ値を取得します。

String contentId()

contentId 値を取得します。

String createdBy()

createdBy 値を取得します。

List<KeyValuePair> metadata()

メタデータ値を取得します。

List<KeyValuePair> reviewerResultTags()

reviewerResultTags 値を取得します。

String reviewId()

reviewId 値を取得します。

String status()

状態の値を取得します。

String subTeam()

subTeam 値を取得します。

String type()

型の値を取得します。

Review withCallbackEndpoint(String callbackEndpoint)

callbackEndpoint 値を設定します。

Review withContent(String content)

コンテンツ値を設定します。

Review withContentId(String contentId)

contentId 値を設定します。

Review withCreatedBy(String createdBy)

createdBy 値を設定します。

Review withMetadata(List<KeyValuePair> metadata)

メタデータ値を設定します。

Review withReviewerResultTags(List<KeyValuePair> reviewerResultTags)

reviewerResultTags 値を設定します。

Review withReviewId(String reviewId)

reviewId 値を設定します。

Review withStatus(String status)

状態の値を設定します。

Review withSubTeam(String subTeam)

subTeam 値を設定します。

Review withType(String type)

型の値を設定します。

メソッドの詳細

callbackEndpoint

public String callbackEndpoint()

callbackEndpoint 値を取得します。

Returns:

callbackEndpoint 値

content

public String content()

コンテンツ値を取得します。

Returns:

コンテンツ値

contentId

public String contentId()

contentId 値を取得します。

Returns:

contentId 値

createdBy

public String createdBy()

createdBy 値を取得します。

Returns:

createdBy 値

metadata

public List metadata()

メタデータ値を取得します。

Returns:

メタデータ値

reviewerResultTags

public List reviewerResultTags()

reviewerResultTags 値を取得します。

Returns:

reviewerResultTags 値

reviewId

public String reviewId()

reviewId 値を取得します。

Returns:

reviewId 値

status

public String status()

状態の値を取得します。

Returns:

状態の値

subTeam

public String subTeam()

subTeam 値を取得します。

Returns:

subTeam 値

type

public String type()

型の値を取得します。

Returns:

型の値

withCallbackEndpoint

public Review withCallbackEndpoint(String callbackEndpoint)

callbackEndpoint 値を設定します。

Parameters:

callbackEndpoint - 設定する callbackEndpoint 値

Returns:

Review オブジェクト自体。

withContent

public Review withContent(String content)

コンテンツ値を設定します。

Parameters:

content - 設定するコンテンツ値

Returns:

Review オブジェクト自体。

withContentId

public Review withContentId(String contentId)

contentId 値を設定します。

Parameters:

contentId - 設定する contentId 値

Returns:

Review オブジェクト自体。

withCreatedBy

public Review withCreatedBy(String createdBy)

createdBy 値を設定します。

Parameters:

createdBy - 設定する createdBy 値

Returns:

Review オブジェクト自体。

withMetadata

public Review withMetadata(List metadata)

メタデータ値を設定します。

Parameters:

metadata - 設定するメタデータ値

Returns:

Review オブジェクト自体。

withReviewerResultTags

public Review withReviewerResultTags(List reviewerResultTags)

reviewerResultTags 値を設定します。

Parameters:

reviewerResultTags - 設定する reviewerResultTags 値

Returns:

Review オブジェクト自体。

withReviewId

public Review withReviewId(String reviewId)

reviewId 値を設定します。

Parameters:

reviewId - 設定する reviewId 値

Returns:

Review オブジェクト自体。

withStatus

public Review withStatus(String status)

状態の値を設定します。

Parameters:

status - 設定する状態値

Returns:

Review オブジェクト自体。

withSubTeam

public Review withSubTeam(String subTeam)

subTeam 値を設定します。

Parameters:

subTeam - 設定するサブチーム値

Returns:

Review オブジェクト自体。

withType

public Review withType(String type)

型の値を設定します。

Parameters:

type - 設定する型の値

Returns:

Review オブジェクト自体。

適用対象