public final class WorkflowExecution extends com.google.protobuf.GeneratedMessageV3 implements WorkflowExecutionOrBuilder
Volcengine.Vod.Models.Business.WorkflowExecution| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowExecution.Builder
Protobuf type
Volcengine.Vod.Models.Business.WorkflowExecution |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CALLBACKARGS_FIELD_NUMBER |
static int |
CREATETIME_FIELD_NUMBER |
static int |
DIRECTURL_FIELD_NUMBER |
static int |
ENABLELOWPRIORITY_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
INPUT_FIELD_NUMBER |
static int |
JOBSOURCE_FIELD_NUMBER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
RUNID_FIELD_NUMBER |
static int |
SPACENAME_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TASKLISTID_FIELD_NUMBER |
static int |
TASKSDETAIL_FIELD_NUMBER |
static int |
TEMPLATEID_FIELD_NUMBER |
static int |
TEMPLATENAME_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCallbackArgs()
回调透传参数
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
回调透传参数
|
com.google.protobuf.Timestamp |
getCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
|
static WorkflowExecution |
getDefaultInstance() |
WorkflowExecution |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DirectUrl |
getDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
DirectUrlOrBuilder |
getDirectUrlOrBuilder()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
boolean |
getEnableLowPriority()
闲时转码
|
com.google.protobuf.Timestamp |
getEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
|
WorkflowParams |
getInput()
工作流输入参数
|
WorkflowParamsOrBuilder |
getInputOrBuilder()
工作流输入参数
|
String |
getJobSource()
任务来源
|
com.google.protobuf.ByteString |
getJobSourceBytes()
任务来源
|
com.google.protobuf.Parser<WorkflowExecution> |
getParserForType() |
int |
getPriority()
转码记录优先级
|
String |
getRunId()
工作流执行ID
|
com.google.protobuf.ByteString |
getRunIdBytes()
工作流执行ID
|
int |
getSerializedSize() |
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
com.google.protobuf.Timestamp |
getStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
|
String |
getStatus()
执行状态
|
com.google.protobuf.ByteString |
getStatusBytes()
执行状态
|
String |
getTaskListId()
任务队列ID
|
com.google.protobuf.ByteString |
getTaskListIdBytes()
任务队列ID
|
TaskDetail |
getTasksDetail(int index)
子任务详情
|
int |
getTasksDetailCount()
子任务详情
|
List<TaskDetail> |
getTasksDetailList()
子任务详情
|
TaskDetailOrBuilder |
getTasksDetailOrBuilder(int index)
子任务详情
|
List<? extends TaskDetailOrBuilder> |
getTasksDetailOrBuilderList()
子任务详情
|
String |
getTemplateId()
模板ID,即工作流ID
|
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板ID,即工作流ID
|
String |
getTemplateName()
工作流名称
|
com.google.protobuf.ByteString |
getTemplateNameBytes()
工作流名称
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
boolean |
hasCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
|
boolean |
hasDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
boolean |
hasEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
|
int |
hashCode() |
boolean |
hasInput()
工作流输入参数
|
boolean |
hasStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WorkflowExecution.Builder |
newBuilder() |
static WorkflowExecution.Builder |
newBuilder(WorkflowExecution prototype) |
WorkflowExecution.Builder |
newBuilderForType() |
protected WorkflowExecution.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static WorkflowExecution |
parseDelimitedFrom(InputStream input) |
static WorkflowExecution |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(byte[] data) |
static WorkflowExecution |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(ByteBuffer data) |
static WorkflowExecution |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(com.google.protobuf.ByteString data) |
static WorkflowExecution |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorkflowExecution |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(InputStream input) |
static WorkflowExecution |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<WorkflowExecution> |
parser() |
WorkflowExecution.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RUNID_FIELD_NUMBER
public static final int VID_FIELD_NUMBER
public static final int TEMPLATEID_FIELD_NUMBER
public static final int TEMPLATENAME_FIELD_NUMBER
public static final int SPACENAME_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int TASKLISTID_FIELD_NUMBER
public static final int ENABLELOWPRIORITY_FIELD_NUMBER
public static final int JOBSOURCE_FIELD_NUMBER
public static final int CREATETIME_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int INPUT_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int CALLBACKARGS_FIELD_NUMBER
public static final int TASKSDETAIL_FIELD_NUMBER
public static final int DIRECTURL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getRunId()
工作流执行ID
string RunId = 1;getRunId in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
工作流执行ID
string RunId = 1;getRunIdBytes in interface WorkflowExecutionOrBuilderpublic String getVid()
视频ID
string Vid = 2;getVid in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;getVidBytes in interface WorkflowExecutionOrBuilderpublic String getTemplateId()
模板ID,即工作流ID
string TemplateId = 3;getTemplateId in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板ID,即工作流ID
string TemplateId = 3;getTemplateIdBytes in interface WorkflowExecutionOrBuilderpublic String getTemplateName()
工作流名称
string TemplateName = 4;getTemplateName in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTemplateNameBytes()
工作流名称
string TemplateName = 4;getTemplateNameBytes in interface WorkflowExecutionOrBuilderpublic String getSpaceName()
空间名
string SpaceName = 5;getSpaceName in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 5;getSpaceNameBytes in interface WorkflowExecutionOrBuilderpublic String getStatus()
执行状态
string Status = 6;getStatus in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
执行状态
string Status = 6;getStatusBytes in interface WorkflowExecutionOrBuilderpublic String getTaskListId()
任务队列ID
string TaskListId = 7;getTaskListId in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTaskListIdBytes()
任务队列ID
string TaskListId = 7;getTaskListIdBytes in interface WorkflowExecutionOrBuilderpublic boolean getEnableLowPriority()
闲时转码
bool EnableLowPriority = 8;getEnableLowPriority in interface WorkflowExecutionOrBuilderpublic String getJobSource()
任务来源
string JobSource = 9;getJobSource in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getJobSourceBytes()
任务来源
string JobSource = 9;getJobSourceBytes in interface WorkflowExecutionOrBuilderpublic boolean hasCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;hasCreateTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;getCreateTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;getCreateTimeOrBuilder in interface WorkflowExecutionOrBuilderpublic boolean hasStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;hasStartTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;getStartTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;getStartTimeOrBuilder in interface WorkflowExecutionOrBuilderpublic boolean hasEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;hasEndTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;getEndTime in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;getEndTimeOrBuilder in interface WorkflowExecutionOrBuilderpublic boolean hasInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;hasInput in interface WorkflowExecutionOrBuilderpublic WorkflowParams getInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;getInput in interface WorkflowExecutionOrBuilderpublic WorkflowParamsOrBuilder getInputOrBuilder()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;getInputOrBuilder in interface WorkflowExecutionOrBuilderpublic int getPriority()
转码记录优先级
int32 Priority = 14;getPriority in interface WorkflowExecutionOrBuilderpublic String getCallbackArgs()
回调透传参数
string CallbackArgs = 15;getCallbackArgs in interface WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getCallbackArgsBytes()
回调透传参数
string CallbackArgs = 15;getCallbackArgsBytes in interface WorkflowExecutionOrBuilderpublic List<TaskDetail> getTasksDetailList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetailList in interface WorkflowExecutionOrBuilderpublic List<? extends TaskDetailOrBuilder> getTasksDetailOrBuilderList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetailOrBuilderList in interface WorkflowExecutionOrBuilderpublic int getTasksDetailCount()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetailCount in interface WorkflowExecutionOrBuilderpublic TaskDetail getTasksDetail(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetail in interface WorkflowExecutionOrBuilderpublic TaskDetailOrBuilder getTasksDetailOrBuilder(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetailOrBuilder in interface WorkflowExecutionOrBuilderpublic boolean hasDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;hasDirectUrl in interface WorkflowExecutionOrBuilderpublic DirectUrl getDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;getDirectUrl in interface WorkflowExecutionOrBuilderpublic DirectUrlOrBuilder getDirectUrlOrBuilder()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;getDirectUrlOrBuilder in interface WorkflowExecutionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static WorkflowExecution parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(InputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkflowExecution parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WorkflowExecution.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static WorkflowExecution.Builder newBuilder()
public static WorkflowExecution.Builder newBuilder(WorkflowExecution prototype)
public WorkflowExecution.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected WorkflowExecution.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static WorkflowExecution getDefaultInstance()
public static com.google.protobuf.Parser<WorkflowExecution> parser()
public com.google.protobuf.Parser<WorkflowExecution> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public WorkflowExecution getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025. All rights reserved.