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