Class SessionExecuteResponse.Data
-
- All Implemented Interfaces:
public final class SessionExecuteResponse.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionExecuteResponse.Data.BuilderA builder for Data.
public final classSessionExecuteResponse.Data.Resultpublic final classSessionExecuteResponse.Data.CacheEntry
-
Method Summary
Modifier and Type Method Description final SessionExecuteResponse.Data.Resultresult()final Optional<SessionExecuteResponse.Data.CacheEntry>cacheEntry()final JsonField<SessionExecuteResponse.Data.Result>_result()Returns the raw JSON value of result. final JsonField<SessionExecuteResponse.Data.CacheEntry>_cacheEntry()Returns the raw JSON value of cacheEntry. final Map<String, JsonValue>_additionalProperties()final SessionExecuteResponse.Data.BuildertoBuilder()final SessionExecuteResponse.Datavalidate()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.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
result
final SessionExecuteResponse.Data.Result result()
-
cacheEntry
final Optional<SessionExecuteResponse.Data.CacheEntry> cacheEntry()
-
_result
final JsonField<SessionExecuteResponse.Data.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_cacheEntry
final JsonField<SessionExecuteResponse.Data.CacheEntry> _cacheEntry()
Returns the raw JSON value of cacheEntry.
Unlike cacheEntry, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionExecuteResponse.Data.Builder toBuilder()
-
validate
final SessionExecuteResponse.Data 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.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.result()
-
-
-
-