public class LogicalResponse extends VaultResponse
| Constructor and Description |
|---|
LogicalResponse(RestResponse restResponse,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getData() |
java.lang.Long |
getLeaseDuration() |
java.lang.String |
getLeaseId() |
java.lang.Boolean |
getRenewable() |
getRestResponse, getRetriespublic LogicalResponse(RestResponse restResponse, int retries)
restResponse - The raw HTTP response from Vault.retries - The number of retry attempts that occurred during the API call (can be zero).