Class FeedbackReturn

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.FeedbackReturn
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class FeedbackReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the document and the submitted feedback.
  • Constructor Details

    • FeedbackReturn

      public FeedbackReturn()
  • Method Details

    • getFeedbackId

      public String getFeedbackId()
      Gets the feedbackId.

      The unique ID of the feedback object.

      Returns:
      the feedbackId
    • getUserId

      public String getUserId()
      Gets the userId.

      An optional string identifying the person submitting feedback.

      Returns:
      the userId
    • getComment

      public String getComment()
      Gets the comment.

      An optional comment from the person submitting the feedback.

      Returns:
      the comment
    • getCreated

      public Date getCreated()
      Gets the created.

      Timestamp listing the creation time of the feedback submission.

      Returns:
      the created
    • getFeedbackData

      public FeedbackDataOutput getFeedbackData()
      Gets the feedbackData.

      Information returned from the **Add Feedback** method.

      Returns:
      the feedbackData