Package com.nhn.gameanvil.protocol
Interface Statistics.RecordStartInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Statistics.RecordStartInfo
,Statistics.RecordStartInfo.Builder
- Enclosing class:
- Statistics
public static interface Statistics.RecordStartInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHammerId()
int32 hammer_id = 2;
long
getStartTime()
int64 start_time = 3;
int
getTestId()
int32 test_id = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-