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 Summary
Constructors Constructor Description FeedbackReturn() -
Method Summary
Modifier and Type Method Description StringgetComment()Gets the comment.DategetCreated()Gets the created.FeedbackDataOutputgetFeedbackData()Gets the feedbackData.StringgetFeedbackId()Gets the feedbackId.StringgetUserId()Gets the userId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
FeedbackReturn
public FeedbackReturn()
-
-
Method Details
-
getFeedbackId
Gets the feedbackId.The unique ID of the feedback object.
- Returns:
- the feedbackId
-
getUserId
Gets the userId.An optional string identifying the person submitting feedback.
- Returns:
- the userId
-
getComment
Gets the comment.An optional comment from the person submitting the feedback.
- Returns:
- the comment
-
getCreated
Gets the created.Timestamp listing the creation time of the feedback submission.
- Returns:
- the created
-
getFeedbackData
Gets the feedbackData.Information returned from the **Add Feedback** method.
- Returns:
- the feedbackData
-