Class ReadStorageResponseImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.ReadStorageRequest>
ddf.catalog.content.operation.impl.ReadStorageResponseImpl
All Implemented Interfaces:
ddf.catalog.content.operation.ReadStorageResponse, ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.ReadStorageRequest>, ddf.catalog.operation.Operation, ddf.catalog.operation.Response<ddf.catalog.content.operation.ReadStorageRequest>, Serializable

public class ReadStorageResponseImpl extends ResponseImpl<ddf.catalog.content.operation.ReadStorageRequest> implements ddf.catalog.content.operation.ReadStorageResponse
See Also:
  • Constructor Details

    • ReadStorageResponseImpl

      public ReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request)
      Instantiates an empty, new ResponseImpl
      Parameters:
      request - the original request
    • ReadStorageResponseImpl

      public ReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request, Map<String,Serializable> properties)
      Instantiates a new ResponseImpl
      Parameters:
      request - the original request
      properties -
    • ReadStorageResponseImpl

      public ReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request, ddf.catalog.content.data.ContentItem contentItem)
      Instantiates a new ResponseImpl
      Parameters:
      request - the original request
      contentItem -
  • Method Details

    • getContentItem

      @Nullable public ddf.catalog.content.data.ContentItem getContentItem()
      Specified by:
      getContentItem in interface ddf.catalog.content.operation.ReadStorageResponse
    • getStorageRequest

      public ddf.catalog.content.operation.StorageRequest getStorageRequest()
      Specified by:
      getStorageRequest in interface ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.ReadStorageRequest>