Class CensusCustomDestinationResponse
-
- All Implemented Interfaces:
public final class CensusCustomDestinationResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCensusCustomDestinationResponse.BuilderA builder for CensusCustomDestinationResponse.
public final classCensusCustomDestinationResponse.ResultThe result of the RPC call.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The request ID. final Optional<CensusCustomDestinationResponse.Result>result()The result of the RPC call. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<CensusCustomDestinationResponse.Result>_result()Returns the raw JSON value of result. final Map<String, JsonValue>_additionalProperties()final CensusCustomDestinationResponse.BuildertoBuilder()final CensusCustomDestinationResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CensusCustomDestinationResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CensusCustomDestinationResponse. -
-
Method Detail
-
result
final Optional<CensusCustomDestinationResponse.Result> result()
The result of the RPC call.
-
_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.
-
_result
final JsonField<CensusCustomDestinationResponse.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CensusCustomDestinationResponse.Builder toBuilder()
-
validate
final CensusCustomDestinationResponse validate()
-
builder
final static CensusCustomDestinationResponse.Builder builder()
Returns a mutable builder for constructing an instance of CensusCustomDestinationResponse.
-
-
-
-