Package com.nhn.gameanvil.protocol
Interface Base.HeaderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.Header
,Base.Header.Builder
- Enclosing class:
- Base
public static interface Base.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDecompressSize()
int32 decompress_size = 7;
Error.ErrorCode
getErrorCode()
.com.nhn.gameanvil.protocol.ErrorCode error_code = 1;
int
getErrorCodeValue()
.com.nhn.gameanvil.protocol.ErrorCode error_code = 1;
int
getMsgId()
packetint
getSeq()
int32 seq = 6;
int
getServiceId()
userint
getSubId()
int32 sub_id = 3;
Base.TargetType
getTargetType()
.com.nhn.gameanvil.protocol.TargetType target_type = 4;
int
getTargetTypeValue()
.com.nhn.gameanvil.protocol.TargetType target_type = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorCodeValue
int getErrorCodeValue()
.com.nhn.gameanvil.protocol.ErrorCode error_code = 1;
- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
Error.ErrorCode getErrorCode()
.com.nhn.gameanvil.protocol.ErrorCode error_code = 1;
- Returns:
- The errorCode.
-
getServiceId
int getServiceId()
user
int32 service_id = 2;
- Returns:
- The serviceId.
-
getSubId
int getSubId()
int32 sub_id = 3;
- Returns:
- The subId.
-
getTargetTypeValue
int getTargetTypeValue()
.com.nhn.gameanvil.protocol.TargetType target_type = 4;
- Returns:
- The enum numeric value on the wire for targetType.
-
getTargetType
Base.TargetType getTargetType()
.com.nhn.gameanvil.protocol.TargetType target_type = 4;
- Returns:
- The targetType.
-
getMsgId
int getMsgId()
packet
int32 msg_id = 5;
- Returns:
- The msgId.
-
getSeq
int getSeq()
int32 seq = 6;
- Returns:
- The seq.
-
getDecompressSize
int getDecompressSize()
int32 decompress_size = 7;
- Returns:
- The decompressSize.
-
-