java.lang.Object
org.miaixz.bus.http.plugin.httpv.CoverTasks.Executor.Data<T>
- Type Parameters:
T- The type of the data.
- Enclosing class:
CoverTasks.Executor
A container for holding converted data along with its content type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe content type of the data.The converted data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
The converted data. -
contentType
The content type of the data.
-
-
Constructor Details
-
Data
Constructs a new Data object.- Parameters:
data- The data.contentType- The content type.
-