public class GetFeedback
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected java.util.Date |
created |
protected FeedbackDataOutput |
feedbackData |
protected java.lang.String |
feedbackId |
Constructor and Description |
---|
GetFeedback() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the comment.
|
java.util.Date |
getCreated()
Gets the created.
|
FeedbackDataOutput |
getFeedbackData()
Gets the feedbackData.
|
java.lang.String |
getFeedbackId()
Gets the feedbackId.
|
@SerializedName(value="feedback_id") protected java.lang.String feedbackId
protected java.util.Date created
protected java.lang.String comment
@SerializedName(value="feedback_data") protected FeedbackDataOutput feedbackData
public java.lang.String getFeedbackId()
A string uniquely identifying the feedback entry.
public java.util.Date getCreated()
A timestamp identifying the creation time of the feedback entry.
public java.lang.String getComment()
A string containing the user's comment about the feedback entry.
public FeedbackDataOutput getFeedbackData()
Information returned from the **Add Feedback** method.