接口 GzoneNameplateOuterClass.GzoneNameplateOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GzoneNameplateOuterClass.GzoneNameplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longgetId()int64 id = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getUrls(int index) repeated .PicUrl urls = 3;intrepeated .PicUrl urls = 3;repeated .PicUrl urls = 3;getUrlsOrBuilder(int index) repeated .PicUrl urls = 3;List<? extends PicUrlOuterClass.PicUrlOrBuilder>repeated .PicUrl urls = 3;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getId
long getId()int64 id = 1;- 返回:
- The id.
-
getName
String getName()string name = 2;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- 返回:
- The bytes for name.
-
getUrlsList
List<PicUrlOuterClass.PicUrl> getUrlsList()repeated .PicUrl urls = 3; -
getUrls
repeated .PicUrl urls = 3; -
getUrlsCount
int getUrlsCount()repeated .PicUrl urls = 3; -
getUrlsOrBuilderList
List<? extends PicUrlOuterClass.PicUrlOrBuilder> getUrlsOrBuilderList()repeated .PicUrl urls = 3; -
getUrlsOrBuilder
repeated .PicUrl urls = 3;
-