public class GetFeedback
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
GetFeedback() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the comment.
|
Date |
getCreated()
Gets the created.
|
FeedbackDataOutput |
getFeedbackData()
Gets the feedbackData.
|
String |
getFeedbackId()
Gets the feedbackId.
|
public String getFeedbackId()
A string uniquely identifying the feedback entry.
public Date getCreated()
A timestamp identifying the creation time of the feedback entry.
public String getComment()
A string containing the user's comment about the feedback entry.
public FeedbackDataOutput getFeedbackData()
Information returned from the **Add Feedback** method.
Copyright © 2021 IBM Cloud. All rights reserved.