接口 SCPingAckOuterClass.SCPingAckOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- SCPingAckOuterClass
public static interface SCPingAckOuterClass.SCPingAckOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string echoData = 1;com.google.protobuf.ByteStringstring 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.
-