
wechat.protobuf.ModChatRoomMemberFlagOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ModChatRoomMemberFlagOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ModChatRoomMemberFlag)
com.google.protobuf.MessageOrBuilder {
/**
* optional string ChatRoomName = 1;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional string ChatRoomName = 1;
* @return The chatRoomName.
*/
java.lang.String getChatRoomName();
/**
* optional string ChatRoomName = 1;
* @return The bytes for chatRoomName.
*/
com.google.protobuf.ByteString
getChatRoomNameBytes();
/**
* optional string UserName = 2;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional string UserName = 2;
* @return The userName.
*/
java.lang.String getUserName();
/**
* optional string UserName = 2;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
/**
* required uint32 FlagSwitch = 3;
* @return Whether the flagSwitch field is set.
*/
boolean hasFlagSwitch();
/**
* required uint32 FlagSwitch = 3;
* @return The flagSwitch.
*/
int getFlagSwitch();
/**
* required uint32 Value = 4;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* required uint32 Value = 4;
* @return The value.
*/
int getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy