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:
-
Field Summary
Fields inherited from class ddf.catalog.operation.impl.ResponseImpl
request -
Constructor Summary
ConstructorsConstructorDescriptionReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request) Instantiates an empty, new ResponseImplReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request, ddf.catalog.content.data.ContentItem contentItem) Instantiates a new ResponseImplReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request, Map<String, Serializable> properties) Instantiates a new ResponseImpl -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.content.data.ContentItemddf.catalog.content.operation.StorageRequestMethods inherited from class ddf.catalog.operation.impl.ResponseImpl
getRequestMethods inherited from class ddf.catalog.operation.impl.OperationImpl
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasProperties, setPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ddf.catalog.operation.Operation
containsPropertyName, getProperties, getPropertyNames, getPropertyValue, hasPropertiesMethods inherited from interface ddf.catalog.operation.Response
getProcessingErrors, getRequest
-
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 requestproperties-
-
ReadStorageResponseImpl
public ReadStorageResponseImpl(ddf.catalog.content.operation.ReadStorageRequest request, ddf.catalog.content.data.ContentItem contentItem) Instantiates a new ResponseImpl- Parameters:
request- the original requestcontentItem-
-
-
Method Details
-
getContentItem
@Nullable public ddf.catalog.content.data.ContentItem getContentItem()- Specified by:
getContentItemin interfaceddf.catalog.content.operation.ReadStorageResponse
-
getStorageRequest
public ddf.catalog.content.operation.StorageRequest getStorageRequest()- Specified by:
getStorageRequestin interfaceddf.catalog.content.operation.StorageResponse<ddf.catalog.content.operation.ReadStorageRequest>
-