Class LogicalResponse

    • Constructor Detail

      • LogicalResponse

        public LogicalResponse​(RestResponse restResponse,
                               int retries,
                               Logical.logicalOperations operation)
        Parameters:
        restResponse - The raw HTTP response from Vault.
        retries - The number of retry attempts that occurred during the API call (can be zero).
        operation - The operation requested.
    • Method Detail

      • getData

        public java.util.Map<java.lang.String,​java.lang.String> getData()
      • getListData

        public java.util.List<java.lang.String> getListData()
      • getDataObject

        public JsonObject getDataObject()
      • getLeaseId

        public java.lang.String getLeaseId()
      • getRenewable

        public java.lang.Boolean getRenewable()
      • getLeaseDuration

        public java.lang.Long getLeaseDuration()