public interface ContentTaskOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreateTime()
代表一个任务的提交时间。时间格式是 Unix 时间戳。
|
String |
getStatus()
代表一个内容 URL 的状态。该参数的可用值如下:
complete:已完成。
running:执行中。
failed:执行失败。
|
com.google.protobuf.ByteString |
getStatusBytes()
代表一个内容 URL 的状态。该参数的可用值如下:
complete:已完成。
running:执行中。
failed:执行失败。
|
String |
getTaskID()
代表一个任务 ID。
|
com.google.protobuf.ByteString |
getTaskIDBytes()
代表一个任务 ID。
|
String |
getTaskType()
代表一个任务类型。该参数的可用值如下::
block_url:封禁任务。
unblock_url:解封任务。
|
com.google.protobuf.ByteString |
getTaskTypeBytes()
代表一个任务类型。该参数的可用值如下::
block_url:封禁任务。
unblock_url:解封任务。
|
String |
getUrl()
代表一个内容 URL。
|
com.google.protobuf.ByteString |
getUrlBytes()
代表一个内容 URL。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
代表一个内容 URL。
string Url = 1;com.google.protobuf.ByteString getUrlBytes()
代表一个内容 URL。
string Url = 1;String getStatus()
代表一个内容 URL 的状态。该参数的可用值如下: complete:已完成。 running:执行中。 failed:执行失败。
string Status = 2;com.google.protobuf.ByteString getStatusBytes()
代表一个内容 URL 的状态。该参数的可用值如下: complete:已完成。 running:执行中。 failed:执行失败。
string Status = 2;String getTaskType()
代表一个任务类型。该参数的可用值如下:: block_url:封禁任务。 unblock_url:解封任务。
string TaskType = 3;com.google.protobuf.ByteString getTaskTypeBytes()
代表一个任务类型。该参数的可用值如下:: block_url:封禁任务。 unblock_url:解封任务。
string TaskType = 3;long getCreateTime()
代表一个任务的提交时间。时间格式是 Unix 时间戳。
int64 CreateTime = 4;String getTaskID()
代表一个任务 ID。
string TaskID = 5;com.google.protobuf.ByteString getTaskIDBytes()
代表一个任务 ID。
string TaskID = 5;Copyright © 2025. All rights reserved.