Class CensusCustomDestinationParams.Body
-
- All Implemented Interfaces:
public final class CensusCustomDestinationParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCensusCustomDestinationParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringid()The unique identifier for the RPC request. final Stringjsonrpc()The JSON-RPC version. final Stringmethod()The method name to execute. final Optional<CensusCustomDestinationParams.Params>params()The parameters for the method. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_jsonrpc()Returns the raw JSON value of jsonrpc. final JsonField<String>_method()Returns the raw JSON value of method. final JsonField<CensusCustomDestinationParams.Params>_params()Returns the raw JSON value of params. final Map<String, JsonValue>_additionalProperties()final CensusCustomDestinationParams.Body.BuildertoBuilder()final CensusCustomDestinationParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CensusCustomDestinationParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
params
final Optional<CensusCustomDestinationParams.Params> params()
The parameters for the method.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_jsonrpc
final JsonField<String> _jsonrpc()
Returns the raw JSON value of jsonrpc.
Unlike jsonrpc, this method doesn't throw if the JSON field has an unexpected type.
-
_method
final JsonField<String> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_params
final JsonField<CensusCustomDestinationParams.Params> _params()
Returns the raw JSON value of params.
Unlike params, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CensusCustomDestinationParams.Body.Builder toBuilder()
-
validate
final CensusCustomDestinationParams.Body validate()
-
builder
final static CensusCustomDestinationParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.id() .jsonrpc() .method()
-
-
-
-