| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.delivery |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryTaskType |
ResponseFactory.createTaskType(OtsDelivery.DeliveryTaskType taskType) |
| Modifier and Type | Method and Description |
|---|---|
static OtsDelivery.DeliveryTaskType |
OTSProtocolBuilder.toPBDeliveryTaskType(DeliveryTaskType deliveryTaskType) |
| Modifier and Type | Method and Description |
|---|---|
DeliveryTaskType |
DeliveryTaskInfo.getTaskType()
获取任务类型
|
DeliveryTaskType |
DescribeDeliveryTaskResponse.getTaskType()
获取投递任务类型
|
DeliveryTaskType |
CreateDeliveryTaskRequest.getTaskType()
获取投递任务类型
|
static DeliveryTaskType |
DeliveryTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryTaskType[] |
DeliveryTaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryTaskInfo.setTaskType(DeliveryTaskType taskType)
内部接口,请勿使用
|
void |
DescribeDeliveryTaskResponse.setTaskType(DeliveryTaskType taskType)
内部接口,请勿使用
|
void |
CreateDeliveryTaskRequest.setTaskType(DeliveryTaskType taskType)
设置投递任务类型
|
Copyright © 2024. All Rights Reserved.