public static interface Api.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getIdx()
the index of url
int32 idx = 2; |
String |
getLogoUrl()
the logo of url
string logo_url = 3; |
com.google.protobuf.ByteString |
getLogoUrlBytes()
the logo of url
string logo_url = 3; |
String |
getPcUrl()
the url be used for pc
string pc_url = 4; |
com.google.protobuf.ByteString |
getPcUrlBytes()
the url be used for pc
string pc_url = 4; |
String |
getSiteName()
the topic of url
string site_name = 5; |
com.google.protobuf.ByteString |
getSiteNameBytes()
the topic of url
string site_name = 5; |
String |
getUrl()
url
string url = 1; |
com.google.protobuf.ByteString |
getUrlBytes()
url
string url = 1; |
String getUrl()
url
string url = 1;
com.google.protobuf.ByteString getUrlBytes()
url
string url = 1;
int getIdx()
the index of url
int32 idx = 2;
String getLogoUrl()
the logo of url
string logo_url = 3;
com.google.protobuf.ByteString getLogoUrlBytes()
the logo of url
string logo_url = 3;
String getPcUrl()
the url be used for pc
string pc_url = 4;
com.google.protobuf.ByteString getPcUrlBytes()
the url be used for pc
string pc_url = 4;
String getSiteName()
the topic of url
string site_name = 5;
com.google.protobuf.ByteString getSiteNameBytes()
the topic of url
string site_name = 5;
Copyright © 2024. All rights reserved.