public final class TaskInfoItem extends com.google.protobuf.GeneratedMessageV3 implements TaskInfoItemOrBuilder
Volcengine.Live.Models.Business.TaskInfoItem| 限定符和类型 | 类和说明 |
|---|---|
static class |
TaskInfoItem.Builder
Protobuf type
Volcengine.Live.Models.Business.TaskInfoItem |
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CALLBACKURL_FIELD_NUMBER |
static int |
CYCLEMODE_FIELD_NUMBER |
static int |
DSTADDR_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
SRCADDR_FIELD_NUMBER |
static int |
SRCADDRS_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TASKID_FIELD_NUMBER |
static int |
TASKSTATUS_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCallbackURL()
任务回调地址
string CallbackURL = 5; |
com.google.protobuf.ByteString |
getCallbackURLBytes()
任务回调地址
string CallbackURL = 5; |
int |
getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
int32 CycleMode = 7; |
static TaskInfoItem |
getDefaultInstance() |
TaskInfoItem |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDstAddr()
目标推流地址
string DstAddr = 8; |
com.google.protobuf.ByteString |
getDstAddrBytes()
目标推流地址
string DstAddr = 8; |
String |
getEndTime()
任务结束时间,UTC时间
string EndTime = 4; |
com.google.protobuf.ByteString |
getEndTimeBytes()
任务结束时间,UTC时间
string EndTime = 4; |
com.google.protobuf.Parser<TaskInfoItem> |
getParserForType() |
int |
getSerializedSize() |
String |
getSrcAddr()
直播拉流地址
string SrcAddr = 9; |
com.google.protobuf.ByteString |
getSrcAddrBytes()
直播拉流地址
string SrcAddr = 9; |
String |
getSrcAddrS(int index)
点播拉流地址列表
repeated string SrcAddrS = 10; |
com.google.protobuf.ByteString |
getSrcAddrSBytes(int index)
点播拉流地址列表
repeated string SrcAddrS = 10; |
int |
getSrcAddrSCount()
点播拉流地址列表
repeated string SrcAddrS = 10; |
com.google.protobuf.ProtocolStringList |
getSrcAddrSList()
点播拉流地址列表
repeated string SrcAddrS = 10; |
String |
getStartTime()
任务开始时间,UTC时间
string StartTime = 3; |
com.google.protobuf.ByteString |
getStartTimeBytes()
任务开始时间,UTC时间
string StartTime = 3; |
String |
getStatus()
任务状态:停用、未开始、生效中、已结束
string Status = 11; |
com.google.protobuf.ByteString |
getStatusBytes()
任务状态:停用、未开始、生效中、已结束
string Status = 11; |
String |
getTaskId()
任务ID
string TaskId = 2; |
com.google.protobuf.ByteString |
getTaskIdBytes()
任务ID
string TaskId = 2; |
int |
getTaskStatus()
任务状态:0:停用,1:未开始,2:生效中,3:已结束
int32 TaskStatus = 12; |
String |
getTitle()
任务标题
string Title = 1; |
com.google.protobuf.ByteString |
getTitleBytes()
任务标题
string Title = 1; |
int |
getType()
拉流转推类型,0:直播,1:点播
int32 Type = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TaskInfoItem.Builder |
newBuilder() |
static TaskInfoItem.Builder |
newBuilder(TaskInfoItem prototype) |
TaskInfoItem.Builder |
newBuilderForType() |
protected TaskInfoItem.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TaskInfoItem |
parseDelimitedFrom(InputStream input) |
static TaskInfoItem |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskInfoItem |
parseFrom(byte[] data) |
static TaskInfoItem |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskInfoItem |
parseFrom(ByteBuffer data) |
static TaskInfoItem |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskInfoItem |
parseFrom(com.google.protobuf.ByteString data) |
static TaskInfoItem |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskInfoItem |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TaskInfoItem |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskInfoItem |
parseFrom(InputStream input) |
static TaskInfoItem |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TaskInfoItem> |
parser() |
TaskInfoItem.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, writeTopublic static final int TITLE_FIELD_NUMBER
public static final int TASKID_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int CALLBACKURL_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int CYCLEMODE_FIELD_NUMBER
public static final int DSTADDR_FIELD_NUMBER
public static final int SRCADDR_FIELD_NUMBER
public static final int SRCADDRS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int TASKSTATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getTitle()
任务标题
string Title = 1;getTitle 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
任务标题
string Title = 1;getTitleBytes 在接口中 TaskInfoItemOrBuilderpublic String getTaskId()
任务ID
string TaskId = 2;getTaskId 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getTaskIdBytes()
任务ID
string TaskId = 2;getTaskIdBytes 在接口中 TaskInfoItemOrBuilderpublic String getStartTime()
任务开始时间,UTC时间
string StartTime = 3;getStartTime 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getStartTimeBytes()
任务开始时间,UTC时间
string StartTime = 3;getStartTimeBytes 在接口中 TaskInfoItemOrBuilderpublic String getEndTime()
任务结束时间,UTC时间
string EndTime = 4;getEndTime 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getEndTimeBytes()
任务结束时间,UTC时间
string EndTime = 4;getEndTimeBytes 在接口中 TaskInfoItemOrBuilderpublic String getCallbackURL()
任务回调地址
string CallbackURL = 5;getCallbackURL 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getCallbackURLBytes()
任务回调地址
string CallbackURL = 5;getCallbackURLBytes 在接口中 TaskInfoItemOrBuilderpublic int getType()
拉流转推类型,0:直播,1:点播
int32 Type = 6;getType 在接口中 TaskInfoItemOrBuilderpublic int getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
int32 CycleMode = 7;getCycleMode 在接口中 TaskInfoItemOrBuilderpublic String getDstAddr()
目标推流地址
string DstAddr = 8;getDstAddr 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getDstAddrBytes()
目标推流地址
string DstAddr = 8;getDstAddrBytes 在接口中 TaskInfoItemOrBuilderpublic String getSrcAddr()
直播拉流地址
string SrcAddr = 9;getSrcAddr 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getSrcAddrBytes()
直播拉流地址
string SrcAddr = 9;getSrcAddrBytes 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ProtocolStringList getSrcAddrSList()
点播拉流地址列表
repeated string SrcAddrS = 10;getSrcAddrSList 在接口中 TaskInfoItemOrBuilderpublic int getSrcAddrSCount()
点播拉流地址列表
repeated string SrcAddrS = 10;getSrcAddrSCount 在接口中 TaskInfoItemOrBuilderpublic String getSrcAddrS(int index)
点播拉流地址列表
repeated string SrcAddrS = 10;getSrcAddrS 在接口中 TaskInfoItemOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSrcAddrSBytes(int index)
点播拉流地址列表
repeated string SrcAddrS = 10;getSrcAddrSBytes 在接口中 TaskInfoItemOrBuilderindex - The index of the value to return.public String getStatus()
任务状态:停用、未开始、生效中、已结束
string Status = 11;getStatus 在接口中 TaskInfoItemOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
任务状态:停用、未开始、生效中、已结束
string Status = 11;getStatusBytes 在接口中 TaskInfoItemOrBuilderpublic int getTaskStatus()
任务状态:0:停用,1:未开始,2:生效中,3:已结束
int32 TaskStatus = 12;getTaskStatus 在接口中 TaskInfoItemOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static TaskInfoItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskInfoItem parseFrom(InputStream input) throws IOException
IOExceptionpublic static TaskInfoItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaskInfoItem parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TaskInfoItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaskInfoItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TaskInfoItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TaskInfoItem.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static TaskInfoItem.Builder newBuilder()
public static TaskInfoItem.Builder newBuilder(TaskInfoItem prototype)
public TaskInfoItem.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected TaskInfoItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static TaskInfoItem getDefaultInstance()
public static com.google.protobuf.Parser<TaskInfoItem> parser()
public com.google.protobuf.Parser<TaskInfoItem> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public TaskInfoItem getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.