Class SessionExecuteResponse
-
- All Implemented Interfaces:
public final class SessionExecuteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionExecuteResponse.BuilderA builder for SessionExecuteResponse.
public final classSessionExecuteResponse.Data
-
Method Summary
Modifier and Type Method Description final SessionExecuteResponse.Datadata()final Booleansuccess()Indicates whether the request was successful final JsonField<SessionExecuteResponse.Data>_data()Returns the raw JSON value of data. final JsonField<Boolean>_success()Returns the raw JSON value of success. final Map<String, JsonValue>_additionalProperties()final SessionExecuteResponse.BuildertoBuilder()final SessionExecuteResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionExecuteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SessionExecuteResponse. -
-
Method Detail
-
data
final SessionExecuteResponse.Data data()
-
_data
final JsonField<SessionExecuteResponse.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_success
final JsonField<Boolean> _success()
Returns the raw JSON value of success.
Unlike success, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionExecuteResponse.Builder toBuilder()
-
validate
final SessionExecuteResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SessionExecuteResponse.Builder builder()
Returns a mutable builder for constructing an instance of SessionExecuteResponse.
The following fields are required:
.data() .success()
-
-
-
-