Package emu.grasscutter.net.proto
Interface SaveUgcRspOuterClass.SaveUgcRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SaveUgcRspOuterClass.SaveUgcRsp,SaveUgcRspOuterClass.SaveUgcRsp.Builder
- Enclosing class:
- SaveUgcRspOuterClass
public static interface SaveUgcRspOuterClass.SaveUgcRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool JGBHEMIDGCJ = 11;intint32 retcode = 14;longuint64 ugc_guid = 6;.UgcType ugc_type = 3;int.UgcType ugc_type = 3;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
-
getUgcTypeValue
int getUgcTypeValue().UgcType ugc_type = 3;- Returns:
- The enum numeric value on the wire for ugcType.
-
getUgcType
UgcTypeOuterClass.UgcType getUgcType().UgcType ugc_type = 3;- Returns:
- The ugcType.
-
getUgcGuid
long getUgcGuid()uint64 ugc_guid = 6;- Returns:
- The ugcGuid.
-
getRetcode
int getRetcode()int32 retcode = 14;- Returns:
- The retcode.
-
getJGBHEMIDGCJ
boolean getJGBHEMIDGCJ()bool JGBHEMIDGCJ = 11;- Returns:
- The jGBHEMIDGCJ.
-