public class PaypalWalletVaultResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWalletVaultResponse.Builder
Class to build instances of
PaypalWalletVaultResponse. |
| Constructor and Description |
|---|
PaypalWalletVaultResponse()
Default constructor.
|
PaypalWalletVaultResponse(String id,
PaypalWalletVaultStatus status,
List<LinkDescription> links,
PaypalWalletCustomer customer)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletCustomer |
getCustomer()
Getter for Customer.
|
String |
getId()
Getter for Id.
|
List<LinkDescription> |
getLinks()
Getter for Links.
|
PaypalWalletVaultStatus |
getStatus()
Getter for Status.
|
void |
setCustomer(PaypalWalletCustomer customer)
Setter for Customer.
|
void |
setId(String id)
Setter for Id.
|
void |
setLinks(List<LinkDescription> links)
Setter for Links.
|
void |
setStatus(PaypalWalletVaultStatus status)
Setter for Status.
|
PaypalWalletVaultResponse.Builder |
toBuilder()
Builds a new
PaypalWalletVaultResponse.Builder object. |
String |
toString()
Converts this PaypalWalletVaultResponse into string format.
|
public PaypalWalletVaultResponse()
public PaypalWalletVaultResponse(String id, PaypalWalletVaultStatus status, List<LinkDescription> links, PaypalWalletCustomer customer)
id - String value for id.status - PaypalWalletVaultStatus value for status.links - List of LinkDescription value for links.customer - PaypalWalletCustomer value for customer.public String getId()
public void setId(String id)
id - Value for Stringpublic PaypalWalletVaultStatus getStatus()
public void setStatus(PaypalWalletVaultStatus status)
status - Value for PaypalWalletVaultStatuspublic List<LinkDescription> getLinks()
public void setLinks(List<LinkDescription> links)
links - Value for List of LinkDescriptionpublic PaypalWalletCustomer getCustomer()
public void setCustomer(PaypalWalletCustomer customer)
customer - Value for PaypalWalletCustomerpublic String toString()
public PaypalWalletVaultResponse.Builder toBuilder()
PaypalWalletVaultResponse.Builder object.
Creates the instance with the state of the current model.PaypalWalletVaultResponse.Builder objectCopyright © 2025. All rights reserved.