Package emu.grasscutter.net.proto
Interface PhotoActivityFinishReqOuterClass.PhotoActivityFinishReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhotoActivityFinishReqOuterClass.PhotoActivityFinishReq,PhotoActivityFinishReqOuterClass.PhotoActivityFinishReq.Builder
- Enclosing class:
- PhotoActivityFinishReqOuterClass
public static interface PhotoActivityFinishReqOuterClass.PhotoActivityFinishReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 check_root_id = 11;booleanbool is_succ = 15;intgetPosId()uint32 pos_id = 8;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
-
getPosId
int getPosId()uint32 pos_id = 8;- Returns:
- The posId.
-
getCheckRootId
int getCheckRootId()uint32 check_root_id = 11;- Returns:
- The checkRootId.
-
getIsSucc
boolean getIsSucc()bool is_succ = 15;- Returns:
- The isSucc.
-