Class GetFeedback

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

public class GetFeedback
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The results of a successful **Get Feedback** request for a single feedback entry.
  • Constructor Details

    • GetFeedback

      public GetFeedback()
  • Method Details

    • getFeedbackId

      public String getFeedbackId()
      Gets the feedbackId.

      A string uniquely identifying the feedback entry.

      Returns:
      the feedbackId
    • getCreated

      public Date getCreated()
      Gets the created.

      A timestamp identifying the creation time of the feedback entry.

      Returns:
      the created
    • getComment

      public String getComment()
      Gets the comment.

      A string containing the user's comment about the feedback entry.

      Returns:
      the comment
    • getFeedbackData

      public FeedbackDataOutput getFeedbackData()
      Gets the feedbackData.

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

      Returns:
      the feedbackData