Class RawDataResponse
- java.lang.Object
 - 
- de.stklcode.jvault.connector.model.response.VaultDataResponse
 - 
- de.stklcode.jvault.connector.model.response.RawDataResponse
 
 
 
- 
- All Implemented Interfaces:
 VaultResponse
public final class RawDataResponse extends VaultDataResponse
Simple Vault data response.- Since:
 - 0.4.0
 - Author:
 - Stefan Kalscheuer
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RawDataResponse() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getData()voidsetData(Map<String,Object> data)Set data.- 
Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getLeaseDuration, getLeaseId, getWarnings, isRenewable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setData
public void setData(Map<String,Object> data)
Description copied from class:VaultDataResponseSet data. To be implemented in the specific subclasses, as data can be of arbitrary structure.- Specified by:
 setDatain classVaultDataResponse- Parameters:
 data- Raw response data
 
 - 
 
 -