
wechat.protobuf.ChatContactOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ChatContactOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ChatContact)
com.google.protobuf.MessageOrBuilder {
/**
* optional string userName = 1;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional string userName = 1;
* @return The userName.
*/
java.lang.String getUserName();
/**
* optional string userName = 1;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy