public class CardAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardAttributesResponse.Builder
Class to build instances of
CardAttributesResponse. |
| Constructor and Description |
|---|
CardAttributesResponse()
Default constructor.
|
CardAttributesResponse(CardVaultResponse vault)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CardVaultResponse |
getVault()
Getter for Vault.
|
void |
setVault(CardVaultResponse vault)
Setter for Vault.
|
CardAttributesResponse.Builder |
toBuilder()
Builds a new
CardAttributesResponse.Builder object. |
String |
toString()
Converts this CardAttributesResponse into string format.
|
public CardAttributesResponse()
public CardAttributesResponse(CardVaultResponse vault)
vault - CardVaultResponse value for vault.public CardVaultResponse getVault()
public void setVault(CardVaultResponse vault)
vault - Value for CardVaultResponsepublic String toString()
public CardAttributesResponse.Builder toBuilder()
CardAttributesResponse.Builder object.
Creates the instance with the state of the current model.CardAttributesResponse.Builder objectCopyright © 2025. All rights reserved.