Package com.nhn.gameanvil.protocol
Interface Log.TimeoutLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Log.TimeoutLog
,Log.TimeoutLog.Builder
- Enclosing class:
- Log
public static interface Log.TimeoutLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMsgId()
int32 msgId = 3;
int
getSeq()
int32 seq = 4;
int
getServiceId()
int32 serviceId = 1;
int
getSubId()
int32 subId = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-