Class CreateStorageResponseImpl

java.lang.Object
ddf.catalog.operation.impl.OperationImpl
ddf.catalog.operation.impl.ResponseImpl<ddf.catalog.content.operation.CreateStorageRequest>
ddf.catalog.content.operation.impl.CreateStorageResponseImpl
All Implemented Interfaces:
ddf.catalog.content.operation.CreateStorageResponse, ddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.CreateStorageRequest>, ddf.catalog.operation.Operation, ddf.catalog.operation.Response<ddf.catalog.content.operation.CreateStorageRequest>, Serializable

public class CreateStorageResponseImpl extends ResponseImpl<ddf.catalog.content.operation.CreateStorageRequest> implements ddf.catalog.content.operation.CreateStorageResponse
See Also:
  • Constructor Details

    • CreateStorageResponseImpl

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

      public CreateStorageResponseImpl(ddf.catalog.content.operation.CreateStorageRequest request, List<ddf.catalog.content.data.ContentItem> createdContentItems)
      Instantiates a new ResponseImpl
      Parameters:
      request - the original request
      createdContentItems -
  • Method Details

    • getCreatedContentItems

      public List<ddf.catalog.content.data.ContentItem> getCreatedContentItems()
      Specified by:
      getCreatedContentItems in interface ddf.catalog.content.operation.CreateStorageResponse
    • getStorageRequest

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

      public String toString()
      Overrides:
      toString in class Object