public abstract class VaultDataResponse extends Object implements VaultResponse
| Constructor and Description |
|---|
VaultDataResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLeaseDuration() |
String |
getLeaseId() |
List<String> |
getWarnings() |
boolean |
isRenewable() |
abstract void |
setData(Map<String,Object> data)
Set data.
|
public abstract void setData(Map<String,Object> data) throws InvalidResponseException
data - Raw response dataInvalidResponseException - on parsing errorspublic final String getLeaseId()
public final boolean isRenewable()
public final Integer getLeaseDuration()
Copyright © 2016–2017. All rights reserved.