public interface VodCdnIpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
boolean |
getCdnIp()
是否是火山cdn的ip
bool CdnIp = 2; |
String |
getIp()
ip地址
string Ip = 1; |
com.google.protobuf.ByteString |
getIpBytes()
ip地址
string Ip = 1; |
String |
getIsp()
IP所属运营商,非火山cdn返回"-"
string Isp = 4; |
com.google.protobuf.ByteString |
getIspBytes()
IP所属运营商,非火山cdn返回"-"
string Isp = 4; |
String |
getLocation()
IP所属地区,非火山cdn返回"-"
string Location = 3; |
com.google.protobuf.ByteString |
getLocationBytes()
IP所属地区,非火山cdn返回"-"
string Location = 3; |
String getIp()
ip地址
string Ip = 1;
com.google.protobuf.ByteString getIpBytes()
ip地址
string Ip = 1;
boolean getCdnIp()
是否是火山cdn的ip
bool CdnIp = 2;
String getLocation()
IP所属地区,非火山cdn返回"-"
string Location = 3;
com.google.protobuf.ByteString getLocationBytes()
IP所属地区,非火山cdn返回"-"
string Location = 3;
String getIsp()
IP所属运营商,非火山cdn返回"-"
string Isp = 4;
com.google.protobuf.ByteString getIspBytes()
IP所属运营商,非火山cdn返回"-"
string Isp = 4;
Copyright © 2024. All rights reserved.