Class CensusCustomDestinationResponse.Result
-
- All Implemented Interfaces:
public final class CensusCustomDestinationResponse.ResultThe result of the RPC call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCensusCustomDestinationResponse.Result.BuilderA builder for Result.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final CensusCustomDestinationResponse.Result.BuildertoBuilder()final CensusCustomDestinationResponse.Resultvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CensusCustomDestinationResponse.Result.Builderbuilder()Returns a mutable builder for constructing an instance of Result. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CensusCustomDestinationResponse.Result.Builder toBuilder()
-
validate
final CensusCustomDestinationResponse.Result validate()
-
builder
final static CensusCustomDestinationResponse.Result.Builder builder()
Returns a mutable builder for constructing an instance of Result.
-
-
-
-