public interface VodContentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCreateTimestamp()
任务创建时间,单位:Unix秒级时间戳
|
String |
getItemId()
记录ID,可为空
|
com.google.protobuf.ByteString |
getItemIdBytes()
记录ID,可为空
|
String |
getStatus()
任务状态
|
com.google.protobuf.ByteString |
getStatusBytes()
任务状态
|
String |
getTaskId()
任务ID
|
com.google.protobuf.ByteString |
getTaskIdBytes()
任务ID
|
String |
getTaskType()
任务类型
|
com.google.protobuf.ByteString |
getTaskTypeBytes()
任务类型
|
String |
getUrl()
任务URL
|
com.google.protobuf.ByteString |
getUrlBytes()
任务URL
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getItemId()
记录ID,可为空
string ItemId = 1;com.google.protobuf.ByteString getItemIdBytes()
记录ID,可为空
string ItemId = 1;String getUrl()
任务URL
string Url = 2;com.google.protobuf.ByteString getUrlBytes()
任务URL
string Url = 2;String getStatus()
任务状态
string Status = 3;com.google.protobuf.ByteString getStatusBytes()
任务状态
string Status = 3;String getTaskType()
任务类型
string TaskType = 4;com.google.protobuf.ByteString getTaskTypeBytes()
任务类型
string TaskType = 4;int getCreateTimestamp()
任务创建时间,单位:Unix秒级时间戳
int32 CreateTimestamp = 5;String getTaskId()
任务ID
string TaskId = 6;com.google.protobuf.ByteString getTaskIdBytes()
任务ID
string TaskId = 6;Copyright © 2023. All rights reserved.