Package emu.grasscutter.net.proto
Interface ClientReportNotifyOuterClass.ClientReportNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientReportNotifyOuterClass.ClientReportNotify,ClientReportNotifyOuterClass.ClientReportNotify.Builder
- Enclosing class:
- ClientReportNotifyOuterClass
public static interface ClientReportNotifyOuterClass.ClientReportNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring report_type = 15;com.google.protobuf.ByteStringstring report_type = 15;string report_value = 10;com.google.protobuf.ByteStringstring report_value = 10;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
-
getReportType
String getReportType()string report_type = 15;- Returns:
- The reportType.
-
getReportTypeBytes
com.google.protobuf.ByteString getReportTypeBytes()string report_type = 15;- Returns:
- The bytes for reportType.
-
getReportValue
String getReportValue()string report_value = 10;- Returns:
- The reportValue.
-
getReportValueBytes
com.google.protobuf.ByteString getReportValueBytes()string report_value = 10;- Returns:
- The bytes for reportValue.
-