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 Type
    Method
    Description
    string action_result = 2;
    com.google.protobuf.ByteString
    string action_result = 2;
    int
    uint32 action_time = 3;
    string action_type = 1;
    com.google.protobuf.ByteString
    string action_type = 1;
    string dns = 6;
    com.google.protobuf.ByteString
    string dns = 6;
    int
    uint32 signal_level = 5;
    string xg = 4;
    com.google.protobuf.ByteString
    string xg = 4;

    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

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