ExecuteRequest

Kotlin|Java

public final classExecuteRequest implementsParcelable


Summary

Nested types

public final classExecuteRequest.Builder

Builder class for ExecuteRequest.

Public methods

boolean
@NullableString
@NullableString
int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

Fromandroid.os.Parcelable
static final int
static final int

Inherited methods

Fromandroid.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<ExecuteRequestCREATOR

Public fields

executeId

public @NullableString executeId

nonce

public @NullableString nonce

Public methods

equals

public boolean equals(@NullableObject other)

getExecuteId

public @NullableString getExecuteId()

getNonce

public @NullableString getNonce()

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.