Package com.github.euler.tika
Class EmptyResponse
- java.lang.Object
-
- com.github.euler.tika.EmptyResponse
-
- All Implemented Interfaces:
SinkResponse
public class EmptyResponse extends Object implements SinkResponse
-
-
Constructor Summary
Constructors Constructor Description EmptyResponse(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()List<SinkItemResponse>getResponses()
-
-
-
Constructor Detail
-
EmptyResponse
public EmptyResponse(String id)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceSinkResponse
-
getResponses
public List<SinkItemResponse> getResponses()
- Specified by:
getResponsesin interfaceSinkResponse
-
-