Package so.prelude.sdk.models
Class WatchSendEventsResponse
-
- All Implemented Interfaces:
public final class WatchSendEventsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchSendEventsResponse.Builder
A builder for WatchSendEventsResponse.
public final class
WatchSendEventsResponse.Status
The status of the events dispatch.
-
Method Summary
Modifier and Type Method Description final String
requestId()
A string that identifies this specific request. final WatchSendEventsResponse.Status
status()
The status of the events dispatch. final JsonField<String>
_requestId()
Returns the raw JSON value of requestId. final JsonField<WatchSendEventsResponse.Status>
_status()
Returns the raw JSON value of status. final Map<String, JsonValue>
_additionalProperties()
final WatchSendEventsResponse.Builder
toBuilder()
final WatchSendEventsResponse
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchSendEventsResponse.Builder
builder()
Returns a mutable builder for constructing an instance of WatchSendEventsResponse. -
-
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 WatchSendEventsResponse.Status status()
The status of the events dispatch.
-
_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<WatchSendEventsResponse.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 WatchSendEventsResponse.Builder toBuilder()
-
validate
final WatchSendEventsResponse validate()
-
builder
final static WatchSendEventsResponse.Builder builder()
Returns a mutable builder for constructing an instance of WatchSendEventsResponse.
The following fields are required:
.requestId() .status()
-
-
-
-