Package io.vertx.config.vault.client
Class Secret
- java.lang.Object
- 
- io.vertx.config.vault.client.Secret
 
- 
 public class Secret extends Object Represent Secret result.- Author:
- Clement Escoffier
 
- 
- 
Constructor SummaryConstructors Constructor Description Secret()Secret(JsonObject json)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonObjectgetData()longgetLeaseDuration()StringgetLeaseId()StringgetRequestId()booleanisRenewable()SecretsetData(JsonObject data)SecretsetLeaseDuration(long leaseDuration)SecretsetLeaseId(String leaseId)SecretsetRenewable(boolean renewable)SecretsetRequestId(String requestId)JsonObjecttoJson()StringtoString()
 
- 
- 
- 
Constructor Detail- 
Secretpublic Secret() 
 - 
Secretpublic Secret(JsonObject json) 
 
- 
 - 
Method Detail- 
getLeaseIdpublic String getLeaseId() 
 - 
isRenewablepublic boolean isRenewable() 
 - 
setRenewablepublic Secret setRenewable(boolean renewable) 
 - 
getLeaseDurationpublic long getLeaseDuration() 
 - 
setLeaseDurationpublic Secret setLeaseDuration(long leaseDuration) 
 - 
getRequestIdpublic String getRequestId() 
 - 
getDatapublic JsonObject getData() 
 - 
setDatapublic Secret setData(JsonObject data) 
 - 
toJsonpublic JsonObject toJson() 
 
- 
 
-