public static class CreateNonceResult.Success
extends CreateNonceResult
Represents the result of a successful GooglePayManager.createNonce request.
GooglePayManager.createNonceCreateNonceResult.Error, CreateNonceResult.Success| Constructor and Description |
|---|
Success(CardResult cardResult)
Represents the result of a successful
GooglePayManager.createNonce request. |
| Modifier and Type | Method and Description |
|---|---|
CardResult |
component1()
Contains the nonce and additional
|
CreateNonceResult.Success |
copy(CardResult cardResult)
Represents the result of a successful
GooglePayManager.createNonce request. |
boolean |
equals(java.lang.Object p) |
CardResult |
getCardResult()
Contains the nonce and additional
|
int |
hashCode() |
java.lang.String |
toString() |
getSuccessValue, isError, isSuccesspublic Success(CardResult cardResult)
Represents the result of a successful GooglePayManager.createNonce request.
cardResult - Contains the nonce and additional class Card details.GooglePayManager.createNoncepublic CardResult getCardResult()
Contains the nonce and additional
class Card details.
class Cardpublic CardResult component1()
Contains the nonce and additional
class Card details.
class Cardpublic CreateNonceResult.Success copy(CardResult cardResult)
Represents the result of a successful GooglePayManager.createNonce request.
GooglePayManager.createNoncepublic java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)