public interface TaskInfoItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getCallbackURL()
任务回调地址
string CallbackURL = 5; |
com.google.protobuf.ByteString |
getCallbackURLBytes()
任务回调地址
string CallbackURL = 5; |
int |
getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
int32 CycleMode = 7; |
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; |
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; |
List<String> |
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; |
String 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 © 2024. All rights reserved.