public interface DenyConfigDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAllowList(int index)
白名单
repeated string AllowList = 9; |
com.google.protobuf.ByteString |
getAllowListBytes(int index)
白名单
repeated string AllowList = 9; |
int |
getAllowListCount()
白名单
repeated string AllowList = 9; |
List<String> |
getAllowListList()
白名单
repeated string AllowList = 9; |
String |
getCity()
城市
string City = 6; |
com.google.protobuf.ByteString |
getCityBytes()
城市
string City = 6; |
String |
getContinent()
大洲
string Continent = 3; |
com.google.protobuf.ByteString |
getContinentBytes()
大洲
string Continent = 3; |
String |
getCountry()
国家码
string Country = 4; |
com.google.protobuf.ByteString |
getCountryBytes()
国家码
string Country = 4; |
String |
getDenyList(int index)
黑名单
repeated string DenyList = 8; |
com.google.protobuf.ByteString |
getDenyListBytes(int index)
黑名单
repeated string DenyList = 8; |
int |
getDenyListCount()
黑名单
repeated string DenyList = 8; |
List<String> |
getDenyListList()
黑名单
repeated string DenyList = 8; |
String |
getFmtType(int index)
格式类型,比如http,rtmp
repeated string FmtType = 2; |
com.google.protobuf.ByteString |
getFmtTypeBytes(int index)
格式类型,比如http,rtmp
repeated string FmtType = 2; |
int |
getFmtTypeCount()
格式类型,比如http,rtmp
repeated string FmtType = 2; |
List<String> |
getFmtTypeList()
格式类型,比如http,rtmp
repeated string FmtType = 2; |
String |
getISP()
运营商
string ISP = 7; |
com.google.protobuf.ByteString |
getISPBytes()
运营商
string ISP = 7; |
String |
getProType(int index)
协议类型,比如tcp,kcp,quic
repeated string ProType = 1; |
com.google.protobuf.ByteString |
getProTypeBytes(int index)
协议类型,比如tcp,kcp,quic
repeated string ProType = 1; |
int |
getProTypeCount()
协议类型,比如tcp,kcp,quic
repeated string ProType = 1; |
List<String> |
getProTypeList()
协议类型,比如tcp,kcp,quic
repeated string ProType = 1; |
String |
getRegion()
区域
string Region = 5; |
com.google.protobuf.ByteString |
getRegionBytes()
区域
string Region = 5; |
List<String> getProTypeList()
协议类型,比如tcp,kcp,quic
repeated string ProType = 1;int getProTypeCount()
协议类型,比如tcp,kcp,quic
repeated string ProType = 1;String getProType(int index)
协议类型,比如tcp,kcp,quic
repeated string ProType = 1;index - The index of the element to return.com.google.protobuf.ByteString getProTypeBytes(int index)
协议类型,比如tcp,kcp,quic
repeated string ProType = 1;index - The index of the value to return.List<String> getFmtTypeList()
格式类型,比如http,rtmp
repeated string FmtType = 2;int getFmtTypeCount()
格式类型,比如http,rtmp
repeated string FmtType = 2;String getFmtType(int index)
格式类型,比如http,rtmp
repeated string FmtType = 2;index - The index of the element to return.com.google.protobuf.ByteString getFmtTypeBytes(int index)
格式类型,比如http,rtmp
repeated string FmtType = 2;index - The index of the value to return.String getContinent()
大洲
string Continent = 3;com.google.protobuf.ByteString getContinentBytes()
大洲
string Continent = 3;String getCountry()
国家码
string Country = 4;com.google.protobuf.ByteString getCountryBytes()
国家码
string Country = 4;String getRegion()
区域
string Region = 5;com.google.protobuf.ByteString getRegionBytes()
区域
string Region = 5;String getCity()
城市
string City = 6;com.google.protobuf.ByteString getCityBytes()
城市
string City = 6;String getISP()
运营商
string ISP = 7;com.google.protobuf.ByteString getISPBytes()
运营商
string ISP = 7;List<String> getDenyListList()
黑名单
repeated string DenyList = 8;int getDenyListCount()
黑名单
repeated string DenyList = 8;String getDenyList(int index)
黑名单
repeated string DenyList = 8;index - The index of the element to return.com.google.protobuf.ByteString getDenyListBytes(int index)
黑名单
repeated string DenyList = 8;index - The index of the value to return.List<String> getAllowListList()
白名单
repeated string AllowList = 9;int getAllowListCount()
白名单
repeated string AllowList = 9;String getAllowList(int index)
白名单
repeated string AllowList = 9;index - The index of the element to return.com.google.protobuf.ByteString getAllowListBytes(int index)
白名单
repeated string AllowList = 9;index - The index of the value to return.Copyright © 2024. All rights reserved.