public class GetFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFeedbackOptions.Builder
Builder.
|
static interface |
GetFeedbackOptions.Model
The analysis model to be used by the service.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
feedbackId |
protected java.lang.String |
model |
| Modifier | Constructor and Description |
|---|---|
protected |
GetFeedbackOptions(GetFeedbackOptions.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
feedbackId()
Gets the feedbackId.
|
java.lang.String |
model()
Gets the model.
|
GetFeedbackOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String feedbackId
protected java.lang.String model
protected GetFeedbackOptions(GetFeedbackOptions.Builder builder)
public GetFeedbackOptions.Builder newBuilder()
public java.lang.String feedbackId()
public java.lang.String model()