public class VaultResponseCustomer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultResponseCustomer.Builder
Class to build instances of
VaultResponseCustomer. |
| Constructor and Description |
|---|
VaultResponseCustomer()
Default constructor.
|
VaultResponseCustomer(String id,
String merchantCustomerId,
List<JsonValue> links)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for Id.
|
List<JsonValue> |
getLinks()
Getter for Links.
|
String |
getMerchantCustomerId()
Getter for MerchantCustomerId.
|
void |
setId(String id)
Setter for Id.
|
void |
setLinks(List<JsonValue> links)
Setter for Links.
|
void |
setMerchantCustomerId(String merchantCustomerId)
Setter for MerchantCustomerId.
|
VaultResponseCustomer.Builder |
toBuilder()
Builds a new
VaultResponseCustomer.Builder object. |
String |
toString()
Converts this VaultResponseCustomer into string format.
|
public String getId()
public void setId(String id)
id - Value for Stringpublic String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
merchantCustomerId - Value for Stringpublic List<JsonValue> getLinks()
public void setLinks(List<JsonValue> links)
links - Value for List of JsonValuepublic String toString()
public VaultResponseCustomer.Builder toBuilder()
VaultResponseCustomer.Builder object.
Creates the instance with the state of the current model.VaultResponseCustomer.Builder objectCopyright © 2025. All rights reserved.