public interface TaskInfoItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackURL()
任务回调地址
|
com.google.protobuf.ByteString |
getCallbackURLBytes()
任务回调地址
|
int |
getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
|
String |
getDstAddr()
目标推流地址
|
com.google.protobuf.ByteString |
getDstAddrBytes()
目标推流地址
|
String |
getEndTime()
任务结束时间,UTC时间
|
com.google.protobuf.ByteString |
getEndTimeBytes()
任务结束时间,UTC时间
|
String |
getSrcAddr()
直播拉流地址
|
com.google.protobuf.ByteString |
getSrcAddrBytes()
直播拉流地址
|
String |
getSrcAddrS(int index)
点播拉流地址列表
|
com.google.protobuf.ByteString |
getSrcAddrSBytes(int index)
点播拉流地址列表
|
int |
getSrcAddrSCount()
点播拉流地址列表
|
List<String> |
getSrcAddrSList()
点播拉流地址列表
|
String |
getStartTime()
任务开始时间,UTC时间
|
com.google.protobuf.ByteString |
getStartTimeBytes()
任务开始时间,UTC时间
|
String |
getStatus()
任务状态:停用、未开始、生效中、已结束
|
com.google.protobuf.ByteString |
getStatusBytes()
任务状态:停用、未开始、生效中、已结束
|
String |
getTaskId()
任务ID
|
com.google.protobuf.ByteString |
getTaskIdBytes()
任务ID
|
int |
getTaskStatus()
任务状态:0:停用,1:未开始,2:生效中,3:已结束
|
String |
getTitle()
任务标题
|
com.google.protobuf.ByteString |
getTitleBytes()
任务标题
|
int |
getType()
拉流转推类型,0:直播,1:点播
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
任务标题
string Title = 1;com.google.protobuf.ByteString getTitleBytes()
任务标题
string Title = 1;String getTaskId()
任务ID
string TaskId = 2;com.google.protobuf.ByteString getTaskIdBytes()
任务ID
string TaskId = 2;String getStartTime()
任务开始时间,UTC时间
string StartTime = 3;com.google.protobuf.ByteString getStartTimeBytes()
任务开始时间,UTC时间
string StartTime = 3;String getEndTime()
任务结束时间,UTC时间
string EndTime = 4;com.google.protobuf.ByteString getEndTimeBytes()
任务结束时间,UTC时间
string EndTime = 4;String getCallbackURL()
任务回调地址
string CallbackURL = 5;com.google.protobuf.ByteString getCallbackURLBytes()
任务回调地址
string CallbackURL = 5;int getType()
拉流转推类型,0:直播,1:点播
int32 Type = 6;int getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
int32 CycleMode = 7;String getDstAddr()
目标推流地址
string DstAddr = 8;com.google.protobuf.ByteString getDstAddrBytes()
目标推流地址
string DstAddr = 8;String getSrcAddr()
直播拉流地址
string SrcAddr = 9;com.google.protobuf.ByteString getSrcAddrBytes()
直播拉流地址
string SrcAddr = 9;List<String> getSrcAddrSList()
点播拉流地址列表
repeated string SrcAddrS = 10;int getSrcAddrSCount()
点播拉流地址列表
repeated string SrcAddrS = 10;String getSrcAddrS(int index)
点播拉流地址列表
repeated string SrcAddrS = 10;index - The index of the element to return.com.google.protobuf.ByteString getSrcAddrSBytes(int index)
点播拉流地址列表
repeated string SrcAddrS = 10;index - The index of the value to return.String getStatus()
任务状态:停用、未开始、生效中、已结束
string Status = 11;com.google.protobuf.ByteString getStatusBytes()
任务状态:停用、未开始、生效中、已结束
string Status = 11;int getTaskStatus()
任务状态:0:停用,1:未开始,2:生效中,3:已结束
int32 TaskStatus = 12;Copyright © 2023. All rights reserved.