Package so.prelude.sdk.models
Class WatchSendFeedbacksResponse
-
- All Implemented Interfaces:
public final class WatchSendFeedbacksResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchSendFeedbacksResponse.Builder
A builder for WatchSendFeedbacksResponse.
public final class
WatchSendFeedbacksResponse.Status
The status of the feedbacks sending.
-
Method Summary
Modifier and Type Method Description final String
requestId()
A string that identifies this specific request. final WatchSendFeedbacksResponse.Status
status()
The status of the feedbacks sending. final JsonField<String>
_requestId()
Returns the raw JSON value of requestId. final JsonField<WatchSendFeedbacksResponse.Status>
_status()
Returns the raw JSON value of status. final Map<String, JsonValue>
_additionalProperties()
final WatchSendFeedbacksResponse.Builder
toBuilder()
final WatchSendFeedbacksResponse
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchSendFeedbacksResponse.Builder
builder()
Returns a mutable builder for constructing an instance of WatchSendFeedbacksResponse. -
-
Method Detail
-
requestId
final String requestId()
A string that identifies this specific request. Report it back to us to help us diagnose your issues.
-
status
final WatchSendFeedbacksResponse.Status status()
The status of the feedbacks sending.
-
_requestId
final JsonField<String> _requestId()
Returns the raw JSON value of requestId.
Unlike requestId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<WatchSendFeedbacksResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final WatchSendFeedbacksResponse.Builder toBuilder()
-
validate
final WatchSendFeedbacksResponse validate()
-
builder
final static WatchSendFeedbacksResponse.Builder builder()
Returns a mutable builder for constructing an instance of WatchSendFeedbacksResponse.
The following fields are required:
.requestId() .status()
-
-
-
-