Interface ClientLogBodyPingOuterClass.ClientLogBodyPingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientLogBodyPingOuterClass.ClientLogBodyPing, ClientLogBodyPingOuterClass.ClientLogBodyPing.Builder
Enclosing class:
ClientLogBodyPingOuterClass

public static interface ClientLogBodyPingOuterClass.ClientLogBodyPingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string dns = 9;
    com.google.protobuf.ByteString
    string dns = 9;
    int
    uint32 pcount = 7;
    int
    uint32 ping = 3;
    int
    uint32 plost = 8;
    string serverip = 5;
    com.google.protobuf.ByteString
    string serverip = 5;
    string serverport = 6;
    com.google.protobuf.ByteString
    string serverport = 6;
    string servertype = 4;
    com.google.protobuf.ByteString
    string servertype = 4;
    int
    uint32 signal_level = 2;
    string xg = 1;
    com.google.protobuf.ByteString
    string xg = 1;

    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

    • getXg

      String getXg()
      string xg = 1;
      Returns:
      The xg.
    • getXgBytes

      com.google.protobuf.ByteString getXgBytes()
      string xg = 1;
      Returns:
      The bytes for xg.
    • getSignalLevel

      int getSignalLevel()
      uint32 signal_level = 2;
      Returns:
      The signalLevel.
    • getPing

      int getPing()
      uint32 ping = 3;
      Returns:
      The ping.
    • getServertype

      String getServertype()
      string servertype = 4;
      Returns:
      The servertype.
    • getServertypeBytes

      com.google.protobuf.ByteString getServertypeBytes()
      string servertype = 4;
      Returns:
      The bytes for servertype.
    • getServerip

      String getServerip()
      string serverip = 5;
      Returns:
      The serverip.
    • getServeripBytes

      com.google.protobuf.ByteString getServeripBytes()
      string serverip = 5;
      Returns:
      The bytes for serverip.
    • getServerport

      String getServerport()
      string serverport = 6;
      Returns:
      The serverport.
    • getServerportBytes

      com.google.protobuf.ByteString getServerportBytes()
      string serverport = 6;
      Returns:
      The bytes for serverport.
    • getPcount

      int getPcount()
      uint32 pcount = 7;
      Returns:
      The pcount.
    • getPlost

      int getPlost()
      uint32 plost = 8;
      Returns:
      The plost.
    • getDns

      String getDns()
      string dns = 9;
      Returns:
      The dns.
    • getDnsBytes

      com.google.protobuf.ByteString getDnsBytes()
      string dns = 9;
      Returns:
      The bytes for dns.