Package emu.grasscutter.net.proto
Interface ClientLogHeadOuterClass.ClientLogHeadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientLogHeadOuterClass.ClientLogHead,ClientLogHeadOuterClass.ClientLogHead.Builder
- Enclosing class:
- ClientLogHeadOuterClass
public static interface ClientLogHeadOuterClass.ClientLogHeadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring account_name = 13;com.google.protobuf.ByteStringstring account_name = 13;string account_uuid = 14;com.google.protobuf.ByteStringstring account_uuid = 14;intuint32 action_id = 3;string action_name = 4;com.google.protobuf.ByteStringstring action_name = 4;string channel_id = 7;com.google.protobuf.ByteStringstring channel_id = 7;string device_type = 10;com.google.protobuf.ByteStringstring device_type = 10;string device_uuid = 11;com.google.protobuf.ByteStringstring device_uuid = 11;string event_time = 1;com.google.protobuf.ByteStringstring event_time = 1;string game_version = 9;com.google.protobuf.ByteStringstring game_version = 9;string log_serial_number = 2;com.google.protobuf.ByteStringstring log_serial_number = 2;string mac_addr = 12;com.google.protobuf.ByteStringstring mac_addr = 12;string product_id = 6;com.google.protobuf.ByteStringstring product_id = 6;string region_name = 8;com.google.protobuf.ByteStringstring region_name = 8;string upload_ip = 5;com.google.protobuf.ByteStringstring upload_ip = 5;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
-
getEventTime
String getEventTime()string event_time = 1;- Returns:
- The eventTime.
-
getEventTimeBytes
com.google.protobuf.ByteString getEventTimeBytes()string event_time = 1;- Returns:
- The bytes for eventTime.
-
getLogSerialNumber
String getLogSerialNumber()string log_serial_number = 2;- Returns:
- The logSerialNumber.
-
getLogSerialNumberBytes
com.google.protobuf.ByteString getLogSerialNumberBytes()string log_serial_number = 2;- Returns:
- The bytes for logSerialNumber.
-
getActionId
int getActionId()uint32 action_id = 3;- Returns:
- The actionId.
-
getActionName
String getActionName()string action_name = 4;- Returns:
- The actionName.
-
getActionNameBytes
com.google.protobuf.ByteString getActionNameBytes()string action_name = 4;- Returns:
- The bytes for actionName.
-
getUploadIp
String getUploadIp()string upload_ip = 5;- Returns:
- The uploadIp.
-
getUploadIpBytes
com.google.protobuf.ByteString getUploadIpBytes()string upload_ip = 5;- Returns:
- The bytes for uploadIp.
-
getProductId
String getProductId()string product_id = 6;- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()string product_id = 6;- Returns:
- The bytes for productId.
-
getChannelId
String getChannelId()string channel_id = 7;- Returns:
- The channelId.
-
getChannelIdBytes
com.google.protobuf.ByteString getChannelIdBytes()string channel_id = 7;- Returns:
- The bytes for channelId.
-
getRegionName
String getRegionName()string region_name = 8;- Returns:
- The regionName.
-
getRegionNameBytes
com.google.protobuf.ByteString getRegionNameBytes()string region_name = 8;- Returns:
- The bytes for regionName.
-
getGameVersion
String getGameVersion()string game_version = 9;- Returns:
- The gameVersion.
-
getGameVersionBytes
com.google.protobuf.ByteString getGameVersionBytes()string game_version = 9;- Returns:
- The bytes for gameVersion.
-
getDeviceType
String getDeviceType()string device_type = 10;- Returns:
- The deviceType.
-
getDeviceTypeBytes
com.google.protobuf.ByteString getDeviceTypeBytes()string device_type = 10;- Returns:
- The bytes for deviceType.
-
getDeviceUuid
String getDeviceUuid()string device_uuid = 11;- Returns:
- The deviceUuid.
-
getDeviceUuidBytes
com.google.protobuf.ByteString getDeviceUuidBytes()string device_uuid = 11;- Returns:
- The bytes for deviceUuid.
-
getMacAddr
String getMacAddr()string mac_addr = 12;- Returns:
- The macAddr.
-
getMacAddrBytes
com.google.protobuf.ByteString getMacAddrBytes()string mac_addr = 12;- Returns:
- The bytes for macAddr.
-
getAccountName
String getAccountName()string account_name = 13;- Returns:
- The accountName.
-
getAccountNameBytes
com.google.protobuf.ByteString getAccountNameBytes()string account_name = 13;- Returns:
- The bytes for accountName.
-
getAccountUuid
String getAccountUuid()string account_uuid = 14;- Returns:
- The accountUuid.
-
getAccountUuidBytes
com.google.protobuf.ByteString getAccountUuidBytes()string account_uuid = 14;- Returns:
- The bytes for accountUuid.
-