wechat.protobuf.RoomInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface RoomInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.RoomInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.SKBuiltinString user_name = 1;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 1;
* @return The userName.
*/
wechat.protobuf.SKBuiltinString getUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 1;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getUserNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 2;
* @return Whether the nickName field is set.
*/
boolean hasNickName();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 2;
* @return The nickName.
*/
wechat.protobuf.SKBuiltinString getNickName();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getNickNameOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy