public static final class VodListWorkflowExecutionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder> implements VodListWorkflowExecutionRequestOrBuilder
Volcengine.Vod.Models.Request.VodListWorkflowExecutionRequest| 限定符和类型 | 方法和说明 |
|---|---|
VodListWorkflowExecutionRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodListWorkflowExecutionRequest |
build() |
VodListWorkflowExecutionRequest |
buildPartial() |
VodListWorkflowExecutionRequest.Builder |
clear() |
VodListWorkflowExecutionRequest.Builder |
clearEnableLowPriority()
闲时转码
string EnableLowPriority = 6; |
VodListWorkflowExecutionRequest.Builder |
clearEndTime()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10; |
VodListWorkflowExecutionRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VodListWorkflowExecutionRequest.Builder |
clearJobSource()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7; |
VodListWorkflowExecutionRequest.Builder |
clearOffset()
用于分页
string Offset = 12; |
VodListWorkflowExecutionRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VodListWorkflowExecutionRequest.Builder |
clearOrder()
排序的升降属性,默认desc
string Order = 14; |
VodListWorkflowExecutionRequest.Builder |
clearOrderByKey()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13; |
VodListWorkflowExecutionRequest.Builder |
clearPageSize()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11; |
VodListWorkflowExecutionRequest.Builder |
clearRunId()
工作流执行Id
string RunId = 1; |
VodListWorkflowExecutionRequest.Builder |
clearSpaceName()
空间名
string SpaceName = 3; |
VodListWorkflowExecutionRequest.Builder |
clearStartTime()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9; |
VodListWorkflowExecutionRequest.Builder |
clearStatus()
执行状态,逗号分隔,例如:0,1001
string Status = 8; |
VodListWorkflowExecutionRequest.Builder |
clearTaskListId()
任务队列ID
string TaskListId = 5; |
VodListWorkflowExecutionRequest.Builder |
clearTemplateId()
模板ID,即工作流ID
string TemplateId = 4; |
VodListWorkflowExecutionRequest.Builder |
clearVid()
视频ID
string Vid = 2; |
VodListWorkflowExecutionRequest.Builder |
clone() |
VodListWorkflowExecutionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEnableLowPriority()
闲时转码
string EnableLowPriority = 6; |
com.google.protobuf.ByteString |
getEnableLowPriorityBytes()
闲时转码
string EnableLowPriority = 6; |
String |
getEndTime()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10; |
com.google.protobuf.ByteString |
getEndTimeBytes()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10; |
String |
getJobSource()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7; |
com.google.protobuf.ByteString |
getJobSourceBytes()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7; |
String |
getOffset()
用于分页
string Offset = 12; |
com.google.protobuf.ByteString |
getOffsetBytes()
用于分页
string Offset = 12; |
String |
getOrder()
排序的升降属性,默认desc
string Order = 14; |
String |
getOrderByKey()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13; |
com.google.protobuf.ByteString |
getOrderByKeyBytes()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13; |
com.google.protobuf.ByteString |
getOrderBytes()
排序的升降属性,默认desc
string Order = 14; |
String |
getPageSize()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11; |
com.google.protobuf.ByteString |
getPageSizeBytes()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11; |
String |
getRunId()
工作流执行Id
string RunId = 1; |
com.google.protobuf.ByteString |
getRunIdBytes()
工作流执行Id
string RunId = 1; |
String |
getSpaceName()
空间名
string SpaceName = 3; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 3; |
String |
getStartTime()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9; |
com.google.protobuf.ByteString |
getStartTimeBytes()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9; |
String |
getStatus()
执行状态,逗号分隔,例如:0,1001
string Status = 8; |
com.google.protobuf.ByteString |
getStatusBytes()
执行状态,逗号分隔,例如:0,1001
string Status = 8; |
String |
getTaskListId()
任务队列ID
string TaskListId = 5; |
com.google.protobuf.ByteString |
getTaskListIdBytes()
任务队列ID
string TaskListId = 5; |
String |
getTemplateId()
模板ID,即工作流ID
string TemplateId = 4; |
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板ID,即工作流ID
string TemplateId = 4; |
String |
getVid()
视频ID
string Vid = 2; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VodListWorkflowExecutionRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VodListWorkflowExecutionRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
VodListWorkflowExecutionRequest.Builder |
mergeFrom(VodListWorkflowExecutionRequest other) |
VodListWorkflowExecutionRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodListWorkflowExecutionRequest.Builder |
setEnableLowPriority(String value)
闲时转码
string EnableLowPriority = 6; |
VodListWorkflowExecutionRequest.Builder |
setEnableLowPriorityBytes(com.google.protobuf.ByteString value)
闲时转码
string EnableLowPriority = 6; |
VodListWorkflowExecutionRequest.Builder |
setEndTime(String value)
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10; |
VodListWorkflowExecutionRequest.Builder |
setEndTimeBytes(com.google.protobuf.ByteString value)
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10; |
VodListWorkflowExecutionRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodListWorkflowExecutionRequest.Builder |
setJobSource(String value)
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7; |
VodListWorkflowExecutionRequest.Builder |
setJobSourceBytes(com.google.protobuf.ByteString value)
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7; |
VodListWorkflowExecutionRequest.Builder |
setOffset(String value)
用于分页
string Offset = 12; |
VodListWorkflowExecutionRequest.Builder |
setOffsetBytes(com.google.protobuf.ByteString value)
用于分页
string Offset = 12; |
VodListWorkflowExecutionRequest.Builder |
setOrder(String value)
排序的升降属性,默认desc
string Order = 14; |
VodListWorkflowExecutionRequest.Builder |
setOrderByKey(String value)
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13; |
VodListWorkflowExecutionRequest.Builder |
setOrderByKeyBytes(com.google.protobuf.ByteString value)
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13; |
VodListWorkflowExecutionRequest.Builder |
setOrderBytes(com.google.protobuf.ByteString value)
排序的升降属性,默认desc
string Order = 14; |
VodListWorkflowExecutionRequest.Builder |
setPageSize(String value)
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11; |
VodListWorkflowExecutionRequest.Builder |
setPageSizeBytes(com.google.protobuf.ByteString value)
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11; |
VodListWorkflowExecutionRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VodListWorkflowExecutionRequest.Builder |
setRunId(String value)
工作流执行Id
string RunId = 1; |
VodListWorkflowExecutionRequest.Builder |
setRunIdBytes(com.google.protobuf.ByteString value)
工作流执行Id
string RunId = 1; |
VodListWorkflowExecutionRequest.Builder |
setSpaceName(String value)
空间名
string SpaceName = 3; |
VodListWorkflowExecutionRequest.Builder |
setSpaceNameBytes(com.google.protobuf.ByteString value)
空间名
string SpaceName = 3; |
VodListWorkflowExecutionRequest.Builder |
setStartTime(String value)
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9; |
VodListWorkflowExecutionRequest.Builder |
setStartTimeBytes(com.google.protobuf.ByteString value)
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9; |
VodListWorkflowExecutionRequest.Builder |
setStatus(String value)
执行状态,逗号分隔,例如:0,1001
string Status = 8; |
VodListWorkflowExecutionRequest.Builder |
setStatusBytes(com.google.protobuf.ByteString value)
执行状态,逗号分隔,例如:0,1001
string Status = 8; |
VodListWorkflowExecutionRequest.Builder |
setTaskListId(String value)
任务队列ID
string TaskListId = 5; |
VodListWorkflowExecutionRequest.Builder |
setTaskListIdBytes(com.google.protobuf.ByteString value)
任务队列ID
string TaskListId = 5; |
VodListWorkflowExecutionRequest.Builder |
setTemplateId(String value)
模板ID,即工作流ID
string TemplateId = 4; |
VodListWorkflowExecutionRequest.Builder |
setTemplateIdBytes(com.google.protobuf.ByteString value)
模板ID,即工作流ID
string TemplateId = 4; |
VodListWorkflowExecutionRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodListWorkflowExecutionRequest.Builder |
setVid(String value)
视频ID
string Vid = 2; |
VodListWorkflowExecutionRequest.Builder |
setVidBytes(com.google.protobuf.ByteString value)
视频ID
string Vid = 2; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic VodListWorkflowExecutionRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic VodListWorkflowExecutionRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic VodListWorkflowExecutionRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder mergeFrom(VodListWorkflowExecutionRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public VodListWorkflowExecutionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VodListWorkflowExecutionRequest.Builder>IOExceptionpublic String getRunId()
工作流执行Id
string RunId = 1;getRunId 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
工作流执行Id
string RunId = 1;getRunIdBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setRunId(String value)
工作流执行Id
string RunId = 1;value - The runId to set.public VodListWorkflowExecutionRequest.Builder clearRunId()
工作流执行Id
string RunId = 1;public VodListWorkflowExecutionRequest.Builder setRunIdBytes(com.google.protobuf.ByteString value)
工作流执行Id
string RunId = 1;value - The bytes for runId to set.public String getVid()
视频ID
string Vid = 2;getVid 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;getVidBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setVid(String value)
视频ID
string Vid = 2;value - The vid to set.public VodListWorkflowExecutionRequest.Builder clearVid()
视频ID
string Vid = 2;public VodListWorkflowExecutionRequest.Builder setVidBytes(com.google.protobuf.ByteString value)
视频ID
string Vid = 2;value - The bytes for vid to set.public String getSpaceName()
空间名
string SpaceName = 3;getSpaceName 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 3;getSpaceNameBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setSpaceName(String value)
空间名
string SpaceName = 3;value - The spaceName to set.public VodListWorkflowExecutionRequest.Builder clearSpaceName()
空间名
string SpaceName = 3;public VodListWorkflowExecutionRequest.Builder setSpaceNameBytes(com.google.protobuf.ByteString value)
空间名
string SpaceName = 3;value - The bytes for spaceName to set.public String getTemplateId()
模板ID,即工作流ID
string TemplateId = 4;getTemplateId 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板ID,即工作流ID
string TemplateId = 4;getTemplateIdBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setTemplateId(String value)
模板ID,即工作流ID
string TemplateId = 4;value - The templateId to set.public VodListWorkflowExecutionRequest.Builder clearTemplateId()
模板ID,即工作流ID
string TemplateId = 4;public VodListWorkflowExecutionRequest.Builder setTemplateIdBytes(com.google.protobuf.ByteString value)
模板ID,即工作流ID
string TemplateId = 4;value - The bytes for templateId to set.public String getTaskListId()
任务队列ID
string TaskListId = 5;getTaskListId 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getTaskListIdBytes()
任务队列ID
string TaskListId = 5;getTaskListIdBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setTaskListId(String value)
任务队列ID
string TaskListId = 5;value - The taskListId to set.public VodListWorkflowExecutionRequest.Builder clearTaskListId()
任务队列ID
string TaskListId = 5;public VodListWorkflowExecutionRequest.Builder setTaskListIdBytes(com.google.protobuf.ByteString value)
任务队列ID
string TaskListId = 5;value - The bytes for taskListId to set.public String getEnableLowPriority()
闲时转码
string EnableLowPriority = 6;getEnableLowPriority 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getEnableLowPriorityBytes()
闲时转码
string EnableLowPriority = 6;getEnableLowPriorityBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setEnableLowPriority(String value)
闲时转码
string EnableLowPriority = 6;value - The enableLowPriority to set.public VodListWorkflowExecutionRequest.Builder clearEnableLowPriority()
闲时转码
string EnableLowPriority = 6;public VodListWorkflowExecutionRequest.Builder setEnableLowPriorityBytes(com.google.protobuf.ByteString value)
闲时转码
string EnableLowPriority = 6;value - The bytes for enableLowPriority to set.public String getJobSource()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7;getJobSource 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getJobSourceBytes()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7;getJobSourceBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setJobSource(String value)
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7;value - The jobSource to set.public VodListWorkflowExecutionRequest.Builder clearJobSource()
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7;public VodListWorkflowExecutionRequest.Builder setJobSourceBytes(com.google.protobuf.ByteString value)
任务来源,逗号分隔,例如:API,TranscodeStrategy
string JobSource = 7;value - The bytes for jobSource to set.public String getStatus()
执行状态,逗号分隔,例如:0,1001
string Status = 8;getStatus 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
执行状态,逗号分隔,例如:0,1001
string Status = 8;getStatusBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setStatus(String value)
执行状态,逗号分隔,例如:0,1001
string Status = 8;value - The status to set.public VodListWorkflowExecutionRequest.Builder clearStatus()
执行状态,逗号分隔,例如:0,1001
string Status = 8;public VodListWorkflowExecutionRequest.Builder setStatusBytes(com.google.protobuf.ByteString value)
执行状态,逗号分隔,例如:0,1001
string Status = 8;value - The bytes for status to set.public String getStartTime()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9;getStartTime 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getStartTimeBytes()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9;getStartTimeBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setStartTime(String value)
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9;value - The startTime to set.public VodListWorkflowExecutionRequest.Builder clearStartTime()
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9;public VodListWorkflowExecutionRequest.Builder setStartTimeBytes(com.google.protobuf.ByteString value)
创建时间的开始时间格式:RFC3339,例如:2019-01-23T12:35:12Z,2019-01-23T12:40:12Z
string StartTime = 9;value - The bytes for startTime to set.public String getEndTime()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10;getEndTime 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getEndTimeBytes()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10;getEndTimeBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setEndTime(String value)
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10;value - The endTime to set.public VodListWorkflowExecutionRequest.Builder clearEndTime()
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10;public VodListWorkflowExecutionRequest.Builder setEndTimeBytes(com.google.protobuf.ByteString value)
创建时间的结束时间,格式按照 rfc3339标准表示,格式为
string EndTime = 10;value - The bytes for endTime to set.public String getPageSize()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11;getPageSize 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getPageSizeBytes()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11;getPageSizeBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setPageSize(String value)
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11;value - The pageSize to set.public VodListWorkflowExecutionRequest.Builder clearPageSize()
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11;public VodListWorkflowExecutionRequest.Builder setPageSizeBytes(com.google.protobuf.ByteString value)
yyyy-MM-ddTHH:mm:ssZ
string PageSize = 11;value - The bytes for pageSize to set.public String getOffset()
用于分页
string Offset = 12;getOffset 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getOffsetBytes()
用于分页
string Offset = 12;getOffsetBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setOffset(String value)
用于分页
string Offset = 12;value - The offset to set.public VodListWorkflowExecutionRequest.Builder clearOffset()
用于分页
string Offset = 12;public VodListWorkflowExecutionRequest.Builder setOffsetBytes(com.google.protobuf.ByteString value)
用于分页
string Offset = 12;value - The bytes for offset to set.public String getOrderByKey()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13;getOrderByKey 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getOrderByKeyBytes()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13;getOrderByKeyBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setOrderByKey(String value)
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13;value - The orderByKey to set.public VodListWorkflowExecutionRequest.Builder clearOrderByKey()
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13;public VodListWorkflowExecutionRequest.Builder setOrderByKeyBytes(com.google.protobuf.ByteString value)
结果列表排序依赖的键,支持按时间字段created_at或updated_at排序,默认按created_at排序
string OrderByKey = 13;value - The bytes for orderByKey to set.public String getOrder()
排序的升降属性,默认desc
string Order = 14;getOrder 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic com.google.protobuf.ByteString getOrderBytes()
排序的升降属性,默认desc
string Order = 14;getOrderBytes 在接口中 VodListWorkflowExecutionRequestOrBuilderpublic VodListWorkflowExecutionRequest.Builder setOrder(String value)
排序的升降属性,默认desc
string Order = 14;value - The order to set.public VodListWorkflowExecutionRequest.Builder clearOrder()
排序的升降属性,默认desc
string Order = 14;public VodListWorkflowExecutionRequest.Builder setOrderBytes(com.google.protobuf.ByteString value)
排序的升降属性,默认desc
string Order = 14;value - The bytes for order to set.public final VodListWorkflowExecutionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>public final VodListWorkflowExecutionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VodListWorkflowExecutionRequest.Builder>Copyright © 2024. All rights reserved.