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 Summary
Constructors Constructor Description GetFeedback() -
Method Summary
Modifier and Type Method Description StringgetComment()Gets the comment.DategetCreated()Gets the created.FeedbackDataOutputgetFeedbackData()Gets the feedbackData.StringgetFeedbackId()Gets the feedbackId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
GetFeedback
public GetFeedback()
-
-
Method Details
-
getFeedbackId
Gets the feedbackId.A string uniquely identifying the feedback entry.
- Returns:
- the feedbackId
-
getCreated
Gets the created.A timestamp identifying the creation time of the feedback entry.
- Returns:
- the created
-
getComment
Gets the comment.A string containing the user's comment about the feedback entry.
- Returns:
- the comment
-
getFeedbackData
Gets the feedbackData.Information returned from the **Add Feedback** method.
- Returns:
- the feedbackData
-