public interface VodListDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getDomainType()
域名类型
播放域名:play
封面域名:image
string DomainType = 2; |
com.google.protobuf.ByteString |
getDomainTypeBytes()
域名类型
播放域名:play
封面域名:image
string DomainType = 2; |
int |
getLimit()
单次查询域名组数量
int32 Limit = 5; |
int |
getOffset()
跳过域名组的游标
int32 Offset = 4; |
int |
getSourceStationType()
源站类型
回点播源站:1
第三方源站:2
int32 SourceStationType = 3; |
String |
getSpaceName()
空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 1; |
String getSpaceName()
空间名
string SpaceName = 1;
com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
String getDomainType()
域名类型 播放域名:play 封面域名:image
string DomainType = 2;
com.google.protobuf.ByteString getDomainTypeBytes()
域名类型 播放域名:play 封面域名:image
string DomainType = 2;
int getSourceStationType()
源站类型 回点播源站:1 第三方源站:2
int32 SourceStationType = 3;
int getOffset()
跳过域名组的游标
int32 Offset = 4;
int getLimit()
单次查询域名组数量
int32 Limit = 5;
Copyright © 2024. All rights reserved.