Package emu.grasscutter.net.proto
Interface GetPushTipsRewardRspOuterClass.GetPushTipsRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPushTipsRewardRspOuterClass.GetPushTipsRewardRsp,GetPushTipsRewardRspOuterClass.GetPushTipsRewardRsp.Builder
- Enclosing class:
- GetPushTipsRewardRspOuterClass
public static interface GetPushTipsRewardRspOuterClass.GetPushTipsRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetPushTipsIdList(int index) repeated uint32 push_tips_id_list = 5;intrepeated uint32 push_tips_id_list = 5;repeated uint32 push_tips_id_list = 5;intint32 retcode = 2;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
-
getPushTipsIdListList
repeated uint32 push_tips_id_list = 5;- Returns:
- A list containing the pushTipsIdList.
-
getPushTipsIdListCount
int getPushTipsIdListCount()repeated uint32 push_tips_id_list = 5;- Returns:
- The count of pushTipsIdList.
-
getPushTipsIdList
int getPushTipsIdList(int index) repeated uint32 push_tips_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The pushTipsIdList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-