Package com.nhn.gameanvil.protocol
Interface Base.MatchRoomResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.MatchRoomRes
,Base.MatchRoomRes.Builder
- Enclosing class:
- Base
public static interface Base.MatchRoomResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCreated()
bool created = 2;
Base.Payload
getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
int
getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
java.util.List<Base.Payload>
getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
Base.PayloadOrBuilder
getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
java.util.List<? extends Base.PayloadOrBuilder>
getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
int
getResultCode()
int32 resultCode = 1;
int
getRoomId()
int32 room_id = 3;
java.lang.String
getRoomName()
string room_name = 4;
com.google.protobuf.ByteString
getRoomNameBytes()
string room_name = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultCode
int getResultCode()
int32 resultCode = 1;
- Returns:
- The resultCode.
-
getCreated
boolean getCreated()
bool created = 2;
- Returns:
- The created.
-
getRoomId
int getRoomId()
int32 room_id = 3;
- Returns:
- The roomId.
-
getRoomName
java.lang.String getRoomName()
string room_name = 4;
- Returns:
- The roomName.
-
getRoomNameBytes
com.google.protobuf.ByteString getRoomNameBytes()
string room_name = 4;
- Returns:
- The bytes for roomName.
-
getPayloadList
java.util.List<Base.Payload> getPayloadList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayload
Base.Payload getPayload(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadCount
int getPayloadCount()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadOrBuilderList
java.util.List<? extends Base.PayloadOrBuilder> getPayloadOrBuilderList()
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
getPayloadOrBuilder
Base.PayloadOrBuilder getPayloadOrBuilder(int index)
repeated .com.nhn.gameanvil.protocol.Payload payload = 5;
-
-