Class StorageGetResult


public class StorageGetResult extends StorageObjectResult
Holds result data that come as a result of a request to retrieve an object on the distant storage offer
  • Constructor Details

    • StorageGetResult

      public StorageGetResult(Integer tenantId, String type, String guid, javax.ws.rs.core.Response object)
      Initialize the needed parameters for get results
      Parameters:
      tenantId - The request tenantId
      type - the type The request type
      guid - the object guid
      object - Response of the object in the offer
  • Method Details

    • getObject

      public javax.ws.rs.core.Response getObject()
      Returns:
      the object Response