接口 CSPingOuterClass.CSPingOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
CSPingOuterClass.CSPing, CSPingOuterClass.CSPing.Builder
封闭类:
CSPingOuterClass

public static interface CSPingOuterClass.CSPingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    string appVer = 4;
    com.google.protobuf.ByteString
    string appVer = 4;
    .ClientId clientId = 2;
    int
    .ClientId clientId = 2;
    string deviceId = 3;
    com.google.protobuf.ByteString
    string deviceId = 3;
    string echoData = 1;
    com.google.protobuf.ByteString
    string echoData = 1;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getEchoData

      String getEchoData()
      string echoData = 1;
      返回:
      The echoData.
    • getEchoDataBytes

      com.google.protobuf.ByteString getEchoDataBytes()
      string echoData = 1;
      返回:
      The bytes for echoData.
    • getClientIdValue

      int getClientIdValue()
      .ClientId clientId = 2;
      返回:
      The enum numeric value on the wire for clientId.
    • getClientId

      .ClientId clientId = 2;
      返回:
      The clientId.
    • getDeviceId

      String getDeviceId()
      string deviceId = 3;
      返回:
      The deviceId.
    • getDeviceIdBytes

      com.google.protobuf.ByteString getDeviceIdBytes()
      string deviceId = 3;
      返回:
      The bytes for deviceId.
    • getAppVer

      String getAppVer()
      string appVer = 4;
      返回:
      The appVer.
    • getAppVerBytes

      com.google.protobuf.ByteString getAppVerBytes()
      string appVer = 4;
      返回:
      The bytes for appVer.