Package emu.grasscutter.net.proto
Interface ClientLogBodyLoginOuterClass.ClientLogBodyLoginOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientLogBodyLoginOuterClass.ClientLogBodyLogin,ClientLogBodyLoginOuterClass.ClientLogBodyLogin.Builder
- Enclosing class:
- ClientLogBodyLoginOuterClass
public static interface ClientLogBodyLoginOuterClass.ClientLogBodyLoginOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring action_result = 2;com.google.protobuf.ByteStringstring action_result = 2;intuint32 action_time = 3;string action_type = 1;com.google.protobuf.ByteStringstring action_type = 1;getDns()string dns = 6;com.google.protobuf.ByteStringstring dns = 6;intuint32 signal_level = 5;getXg()string xg = 4;com.google.protobuf.ByteStringstring xg = 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
-
getActionType
String getActionType()string action_type = 1;- Returns:
- The actionType.
-
getActionTypeBytes
com.google.protobuf.ByteString getActionTypeBytes()string action_type = 1;- Returns:
- The bytes for actionType.
-
getActionResult
String getActionResult()string action_result = 2;- Returns:
- The actionResult.
-
getActionResultBytes
com.google.protobuf.ByteString getActionResultBytes()string action_result = 2;- Returns:
- The bytes for actionResult.
-
getActionTime
int getActionTime()uint32 action_time = 3;- Returns:
- The actionTime.
-
getXg
String getXg()string xg = 4;- Returns:
- The xg.
-
getXgBytes
com.google.protobuf.ByteString getXgBytes()string xg = 4;- Returns:
- The bytes for xg.
-
getSignalLevel
int getSignalLevel()uint32 signal_level = 5;- Returns:
- The signalLevel.
-
getDns
String getDns()string dns = 6;- Returns:
- The dns.
-
getDnsBytes
com.google.protobuf.ByteString getDnsBytes()string dns = 6;- Returns:
- The bytes for dns.
-