public class FeedbackReturn
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 |
protected java.lang.String |
userId |
Constructor and Description |
---|
FeedbackReturn() |
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.
|
java.lang.String |
getUserId()
Gets the userId.
|
@SerializedName(value="feedback_id") protected java.lang.String feedbackId
@SerializedName(value="user_id") protected java.lang.String userId
protected java.lang.String comment
protected java.util.Date created
@SerializedName(value="feedback_data") protected FeedbackDataOutput feedbackData
public java.lang.String getFeedbackId()
The unique ID of the feedback object.
public java.lang.String getUserId()
An optional string identifying the person submitting feedback.
public java.lang.String getComment()
An optional comment from the person submitting the feedback.
public java.util.Date getCreated()
Timestamp listing the creation time of the feedback submission.
public FeedbackDataOutput getFeedbackData()
Information returned from the **Add Feedback** method.