
wechat.protobuf.OpenIMContactOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface OpenIMContactOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.OpenIMContact)
com.google.protobuf.MessageOrBuilder {
/**
* optional string tp_username = 1;
* @return Whether the tpUsername field is set.
*/
boolean hasTpUsername();
/**
* optional string tp_username = 1;
* @return The tpUsername.
*/
java.lang.String getTpUsername();
/**
* optional string tp_username = 1;
* @return The bytes for tpUsername.
*/
com.google.protobuf.ByteString
getTpUsernameBytes();
/**
* optional string nickname = 2;
* @return Whether the nickname field is set.
*/
boolean hasNickname();
/**
* optional string nickname = 2;
* @return The nickname.
*/
java.lang.String getNickname();
/**
* optional string nickname = 2;
* @return The bytes for nickname.
*/
com.google.protobuf.ByteString
getNicknameBytes();
/**
* optional uint32 type = 3;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* optional uint32 type = 3;
* @return The type.
*/
int getType();
/**
* optional string remark = 4;
* @return Whether the remark field is set.
*/
boolean hasRemark();
/**
* optional string remark = 4;
* @return The remark.
*/
java.lang.String getRemark();
/**
* optional string remark = 4;
* @return The bytes for remark.
*/
com.google.protobuf.ByteString
getRemarkBytes();
/**
* optional string big_headimg = 5;
* @return Whether the bigHeadimg field is set.
*/
boolean hasBigHeadimg();
/**
* optional string big_headimg = 5;
* @return The bigHeadimg.
*/
java.lang.String getBigHeadimg();
/**
* optional string big_headimg = 5;
* @return The bytes for bigHeadimg.
*/
com.google.protobuf.ByteString
getBigHeadimgBytes();
/**
* optional string small_headimg = 6;
* @return Whether the smallHeadimg field is set.
*/
boolean hasSmallHeadimg();
/**
* optional string small_headimg = 6;
* @return The smallHeadimg.
*/
java.lang.String getSmallHeadimg();
/**
* optional string small_headimg = 6;
* @return The bytes for smallHeadimg.
*/
com.google.protobuf.ByteString
getSmallHeadimgBytes();
/**
* optional uint32 source = 7;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional uint32 source = 7;
* @return The source.
*/
int getSource();
/**
* optional string nickname_pyinit = 8;
* @return Whether the nicknamePyinit field is set.
*/
boolean hasNicknamePyinit();
/**
* optional string nickname_pyinit = 8;
* @return The nicknamePyinit.
*/
java.lang.String getNicknamePyinit();
/**
* optional string nickname_pyinit = 8;
* @return The bytes for nicknamePyinit.
*/
com.google.protobuf.ByteString
getNicknamePyinitBytes();
/**
* optional string nickname_quanpin = 9;
* @return Whether the nicknameQuanpin field is set.
*/
boolean hasNicknameQuanpin();
/**
* optional string nickname_quanpin = 9;
* @return The nicknameQuanpin.
*/
java.lang.String getNicknameQuanpin();
/**
* optional string nickname_quanpin = 9;
* @return The bytes for nicknameQuanpin.
*/
com.google.protobuf.ByteString
getNicknameQuanpinBytes();
/**
* optional string remark_pyinit = 10;
* @return Whether the remarkPyinit field is set.
*/
boolean hasRemarkPyinit();
/**
* optional string remark_pyinit = 10;
* @return The remarkPyinit.
*/
java.lang.String getRemarkPyinit();
/**
* optional string remark_pyinit = 10;
* @return The bytes for remarkPyinit.
*/
com.google.protobuf.ByteString
getRemarkPyinitBytes();
/**
* optional string remark_quanpin = 11;
* @return Whether the remarkQuanpin field is set.
*/
boolean hasRemarkQuanpin();
/**
* optional string remark_quanpin = 11;
* @return The remarkQuanpin.
*/
java.lang.String getRemarkQuanpin();
/**
* optional string remark_quanpin = 11;
* @return The bytes for remarkQuanpin.
*/
com.google.protobuf.ByteString
getRemarkQuanpinBytes();
/**
* optional .wechat_proto.OpenIMContactCustomInfo custom_info = 12;
* @return Whether the customInfo field is set.
*/
boolean hasCustomInfo();
/**
* optional .wechat_proto.OpenIMContactCustomInfo custom_info = 12;
* @return The customInfo.
*/
wechat.protobuf.OpenIMContactCustomInfo getCustomInfo();
/**
* optional .wechat_proto.OpenIMContactCustomInfo custom_info = 12;
*/
wechat.protobuf.OpenIMContactCustomInfoOrBuilder getCustomInfoOrBuilder();
/**
* optional string antispam_ticket = 13;
* @return Whether the antispamTicket field is set.
*/
boolean hasAntispamTicket();
/**
* optional string antispam_ticket = 13;
* @return The antispamTicket.
*/
java.lang.String getAntispamTicket();
/**
* optional string antispam_ticket = 13;
* @return The bytes for antispamTicket.
*/
com.google.protobuf.ByteString
getAntispamTicketBytes();
/**
* optional string app_id = 14;
* @return Whether the appId field is set.
*/
boolean hasAppId();
/**
* optional string app_id = 14;
* @return The appId.
*/
java.lang.String getAppId();
/**
* optional string app_id = 14;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
* optional uint32 sex = 15;
* @return Whether the sex field is set.
*/
boolean hasSex();
/**
* optional uint32 sex = 15;
* @return The sex.
*/
int getSex();
/**
* optional string desc_wording_id = 16;
* @return Whether the descWordingId field is set.
*/
boolean hasDescWordingId();
/**
* optional string desc_wording_id = 16;
* @return The descWordingId.
*/
java.lang.String getDescWordingId();
/**
* optional string desc_wording_id = 16;
* @return The bytes for descWordingId.
*/
com.google.protobuf.ByteString
getDescWordingIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy