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,
Name name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for Id.
|
Name |
getName()
Getter for Name.
|
void |
setId(String id)
Setter for Id.
|
void |
setName(Name name)
Setter for Name.
|
VaultCustomer.Builder |
toBuilder()
Builds a new
VaultCustomer.Builder object. |
String |
toString()
Converts this VaultCustomer into string format.
|
public String getId()
public void setId(String id)
id - Value for Stringpublic Name getName()
public void setName(Name name)
name - Value for Namepublic String toString()
public VaultCustomer.Builder toBuilder()
VaultCustomer.Builder object.
Creates the instance with the state of the current model.VaultCustomer.Builder objectCopyright © 2026. All rights reserved.