Package emu.grasscutter.net.proto
Interface BlessingGetAllRecvPicRecordListRspOuterClass.BlessingGetAllRecvPicRecordListRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlessingGetAllRecvPicRecordListRspOuterClass.BlessingGetAllRecvPicRecordListRsp,BlessingGetAllRecvPicRecordListRspOuterClass.BlessingGetAllRecvPicRecordListRsp.Builder
- Enclosing class:
- BlessingGetAllRecvPicRecordListRspOuterClass
public static interface BlessingGetAllRecvPicRecordListRspOuterClass.BlessingGetAllRecvPicRecordListRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRecvPicRecordList(int index) repeated .BlessingRecvPicRecord recv_pic_record_list = 6;intrepeated .BlessingRecvPicRecord recv_pic_record_list = 6;repeated .BlessingRecvPicRecord recv_pic_record_list = 6;getRecvPicRecordListOrBuilder(int index) repeated .BlessingRecvPicRecord recv_pic_record_list = 6;repeated .BlessingRecvPicRecord recv_pic_record_list = 6;intint32 retcode = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getRecvPicRecordListList
List<BlessingRecvPicRecordOuterClass.BlessingRecvPicRecord> getRecvPicRecordListList()repeated .BlessingRecvPicRecord recv_pic_record_list = 6; -
getRecvPicRecordList
repeated .BlessingRecvPicRecord recv_pic_record_list = 6; -
getRecvPicRecordListCount
int getRecvPicRecordListCount()repeated .BlessingRecvPicRecord recv_pic_record_list = 6; -
getRecvPicRecordListOrBuilderList
List<? extends BlessingRecvPicRecordOuterClass.BlessingRecvPicRecordOrBuilder> getRecvPicRecordListOrBuilderList()repeated .BlessingRecvPicRecord recv_pic_record_list = 6; -
getRecvPicRecordListOrBuilder
BlessingRecvPicRecordOuterClass.BlessingRecvPicRecordOrBuilder getRecvPicRecordListOrBuilder(int index) repeated .BlessingRecvPicRecord recv_pic_record_list = 6;
-