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 Type
    Method
    Description
    string report_type = 15;
    com.google.protobuf.ByteString
    string report_type = 15;
    string report_value = 10;
    com.google.protobuf.ByteString
    string report_value = 10;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.