接口 Aio.MessageOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Aio.Message,Aio.Message.Builder
- 封闭类:
- Aio
public static interface Aio.MessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetContent()string content = 5;com.google.protobuf.ByteStringgetContentBytes()string content = 5;longgetId()uint64 id = 1;Aio.RoomgetRoom().xin.alum.aio.model.Room room = 4;Aio.RoomOrBuildergetRoomOrBuilder().xin.alum.aio.model.Room room = 4;Aio.MoldgetType().xin.alum.aio.model.Mold type = 2;intgetTypeValue().xin.alum.aio.model.Mold type = 2;Aio.UsergetUser().xin.alum.aio.model.User user = 3;Aio.UserOrBuildergetUserOrBuilder().xin.alum.aio.model.User user = 3;booleanhasRoom().xin.alum.aio.model.Room room = 4;booleanhasUser().xin.alum.aio.model.User user = 3;
-
-
-
方法详细资料
-
getId
long getId()
uint64 id = 1;- 返回:
- The id.
-
getTypeValue
int getTypeValue()
.xin.alum.aio.model.Mold type = 2;- 返回:
- The enum numeric value on the wire for type.
-
getType
Aio.Mold getType()
.xin.alum.aio.model.Mold type = 2;- 返回:
- The type.
-
hasUser
boolean hasUser()
.xin.alum.aio.model.User user = 3;- 返回:
- Whether the user field is set.
-
getUser
Aio.User getUser()
.xin.alum.aio.model.User user = 3;- 返回:
- The user.
-
getUserOrBuilder
Aio.UserOrBuilder getUserOrBuilder()
.xin.alum.aio.model.User user = 3;
-
hasRoom
boolean hasRoom()
.xin.alum.aio.model.Room room = 4;- 返回:
- Whether the room field is set.
-
getRoom
Aio.Room getRoom()
.xin.alum.aio.model.Room room = 4;- 返回:
- The room.
-
getRoomOrBuilder
Aio.RoomOrBuilder getRoomOrBuilder()
.xin.alum.aio.model.Room room = 4;
-
getContent
String getContent()
string content = 5;- 返回:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()
string content = 5;- 返回:
- The bytes for content.
-
-