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