
wechat.protobuf.SearchContactResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SearchContactResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SearchContactResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseResponse base_response = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse base_response = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse base_response = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString user_name = 2;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 2;
* @return The userName.
*/
wechat.protobuf.SKBuiltinString getUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getUserNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 3;
* @return Whether the nickName field is set.
*/
boolean hasNickName();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 3;
* @return The nickName.
*/
wechat.protobuf.SKBuiltinString getNickName();
/**
* optional .wechat_proto.SKBuiltinString nick_name = 3;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getNickNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 4;
* @return Whether the pyinitial field is set.
*/
boolean hasPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 4;
* @return The pyinitial.
*/
wechat.protobuf.SKBuiltinString getPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getPyinitialOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString quan_pin = 5;
* @return Whether the quanPin field is set.
*/
boolean hasQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quan_pin = 5;
* @return The quanPin.
*/
wechat.protobuf.SKBuiltinString getQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quan_pin = 5;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getQuanPinOrBuilder();
/**
* optional uint32 sex = 6;
* @return Whether the sex field is set.
*/
boolean hasSex();
/**
* optional uint32 sex = 6;
* @return The sex.
*/
int getSex();
/**
* optional .wechat_proto.SKBuiltinString_ img_buf = 7;
* @return Whether the imgBuf field is set.
*/
boolean hasImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ img_buf = 7;
* @return The imgBuf.
*/
wechat.protobuf.SKBuiltinString_ getImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ img_buf = 7;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getImgBufOrBuilder();
/**
* optional string province = 8;
* @return Whether the province field is set.
*/
boolean hasProvince();
/**
* optional string province = 8;
* @return The province.
*/
java.lang.String getProvince();
/**
* optional string province = 8;
* @return The bytes for province.
*/
com.google.protobuf.ByteString
getProvinceBytes();
/**
* optional string city = 9;
* @return Whether the city field is set.
*/
boolean hasCity();
/**
* optional string city = 9;
* @return The city.
*/
java.lang.String getCity();
/**
* optional string city = 9;
* @return The bytes for city.
*/
com.google.protobuf.ByteString
getCityBytes();
/**
* optional string signature = 10;
* @return Whether the signature field is set.
*/
boolean hasSignature();
/**
* optional string signature = 10;
* @return The signature.
*/
java.lang.String getSignature();
/**
* optional string signature = 10;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* optional uint32 personal_card = 11;
* @return Whether the personalCard field is set.
*/
boolean hasPersonalCard();
/**
* optional uint32 personal_card = 11;
* @return The personalCard.
*/
int getPersonalCard();
/**
* optional uint32 verify_flag = 12;
* @return Whether the verifyFlag field is set.
*/
boolean hasVerifyFlag();
/**
* optional uint32 verify_flag = 12;
* @return The verifyFlag.
*/
int getVerifyFlag();
/**
* optional string verify_info = 13;
* @return Whether the verifyInfo field is set.
*/
boolean hasVerifyInfo();
/**
* optional string verify_info = 13;
* @return The verifyInfo.
*/
java.lang.String getVerifyInfo();
/**
* optional string verify_info = 13;
* @return The bytes for verifyInfo.
*/
com.google.protobuf.ByteString
getVerifyInfoBytes();
/**
* optional string wei_bo = 14;
* @return Whether the weiBo field is set.
*/
boolean hasWeiBo();
/**
* optional string wei_bo = 14;
* @return The weiBo.
*/
java.lang.String getWeiBo();
/**
* optional string wei_bo = 14;
* @return The bytes for weiBo.
*/
com.google.protobuf.ByteString
getWeiBoBytes();
/**
* optional string alias = 15;
* @return Whether the alias field is set.
*/
boolean hasAlias();
/**
* optional string alias = 15;
* @return The alias.
*/
java.lang.String getAlias();
/**
* optional string alias = 15;
* @return The bytes for alias.
*/
com.google.protobuf.ByteString
getAliasBytes();
/**
* optional string wei_bo_nick_name = 16;
* @return Whether the weiBoNickName field is set.
*/
boolean hasWeiBoNickName();
/**
* optional string wei_bo_nick_name = 16;
* @return The weiBoNickName.
*/
java.lang.String getWeiBoNickName();
/**
* optional string wei_bo_nick_name = 16;
* @return The bytes for weiBoNickName.
*/
com.google.protobuf.ByteString
getWeiBoNickNameBytes();
/**
* optional uint32 wei_bo_flag = 17;
* @return Whether the weiBoFlag field is set.
*/
boolean hasWeiBoFlag();
/**
* optional uint32 wei_bo_flag = 17;
* @return The weiBoFlag.
*/
int getWeiBoFlag();
/**
* optional uint32 album_style = 18;
* @return Whether the albumStyle field is set.
*/
boolean hasAlbumStyle();
/**
* optional uint32 album_style = 18;
* @return The albumStyle.
*/
int getAlbumStyle();
/**
* optional uint32 album_flag = 19;
* @return Whether the albumFlag field is set.
*/
boolean hasAlbumFlag();
/**
* optional uint32 album_flag = 19;
* @return The albumFlag.
*/
int getAlbumFlag();
/**
* optional string album_big_img_id = 20;
* @return Whether the albumBigImgId field is set.
*/
boolean hasAlbumBigImgId();
/**
* optional string album_big_img_id = 20;
* @return The albumBigImgId.
*/
java.lang.String getAlbumBigImgId();
/**
* optional string album_big_img_id = 20;
* @return The bytes for albumBigImgId.
*/
com.google.protobuf.ByteString
getAlbumBigImgIdBytes();
/**
* optional .wechat_proto.SnsUserInfo sns_user_info = 21;
* @return Whether the snsUserInfo field is set.
*/
boolean hasSnsUserInfo();
/**
* optional .wechat_proto.SnsUserInfo sns_user_info = 21;
* @return The snsUserInfo.
*/
wechat.protobuf.SnsUserInfo getSnsUserInfo();
/**
* optional .wechat_proto.SnsUserInfo sns_user_info = 21;
*/
wechat.protobuf.SnsUserInfoOrBuilder getSnsUserInfoOrBuilder();
/**
* optional string country = 22;
* @return Whether the country field is set.
*/
boolean hasCountry();
/**
* optional string country = 22;
* @return The country.
*/
java.lang.String getCountry();
/**
* optional string country = 22;
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
/**
* optional string my_brand_list = 23;
* @return Whether the myBrandList field is set.
*/
boolean hasMyBrandList();
/**
* optional string my_brand_list = 23;
* @return The myBrandList.
*/
java.lang.String getMyBrandList();
/**
* optional string my_brand_list = 23;
* @return The bytes for myBrandList.
*/
com.google.protobuf.ByteString
getMyBrandListBytes();
/**
* optional .wechat_proto.CustomizedInfo customized_info = 24;
* @return Whether the customizedInfo field is set.
*/
boolean hasCustomizedInfo();
/**
* optional .wechat_proto.CustomizedInfo customized_info = 24;
* @return The customizedInfo.
*/
wechat.protobuf.CustomizedInfo getCustomizedInfo();
/**
* optional .wechat_proto.CustomizedInfo customized_info = 24;
*/
wechat.protobuf.CustomizedInfoOrBuilder getCustomizedInfoOrBuilder();
/**
* optional uint32 contact_num = 25;
* @return Whether the contactNum field is set.
*/
boolean hasContactNum();
/**
* optional uint32 contact_num = 25;
* @return The contactNum.
*/
int getContactNum();
/**
*
* repeated unknowType contactList = 26;
*
*
* optional string big_head_img_url = 27;
* @return Whether the bigHeadImgUrl field is set.
*/
boolean hasBigHeadImgUrl();
/**
*
* repeated unknowType contactList = 26;
*
*
* optional string big_head_img_url = 27;
* @return The bigHeadImgUrl.
*/
java.lang.String getBigHeadImgUrl();
/**
*
* repeated unknowType contactList = 26;
*
*
* optional string big_head_img_url = 27;
* @return The bytes for bigHeadImgUrl.
*/
com.google.protobuf.ByteString
getBigHeadImgUrlBytes();
/**
* optional string small_head_img_url = 28;
* @return Whether the smallHeadImgUrl field is set.
*/
boolean hasSmallHeadImgUrl();
/**
* optional string small_head_img_url = 28;
* @return The smallHeadImgUrl.
*/
java.lang.String getSmallHeadImgUrl();
/**
* optional string small_head_img_url = 28;
* @return The bytes for smallHeadImgUrl.
*/
com.google.protobuf.ByteString
getSmallHeadImgUrlBytes();
/**
* optional .wechat_proto.SKBuiltinString_ res_buf = 29;
* @return Whether the resBuf field is set.
*/
boolean hasResBuf();
/**
* optional .wechat_proto.SKBuiltinString_ res_buf = 29;
* @return The resBuf.
*/
wechat.protobuf.SKBuiltinString_ getResBuf();
/**
* optional .wechat_proto.SKBuiltinString_ res_buf = 29;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getResBufOrBuilder();
/**
* optional string antispam_ticket = 30;
* @return Whether the antispamTicket field is set.
*/
boolean hasAntispamTicket();
/**
* optional string antispam_ticket = 30;
* @return The antispamTicket.
*/
java.lang.String getAntispamTicket();
/**
* optional string antispam_ticket = 30;
* @return The bytes for antispamTicket.
*/
com.google.protobuf.ByteString
getAntispamTicketBytes();
/**
* optional string kfworker_id = 31;
* @return Whether the kfworkerId field is set.
*/
boolean hasKfworkerId();
/**
* optional string kfworker_id = 31;
* @return The kfworkerId.
*/
java.lang.String getKfworkerId();
/**
* optional string kfworker_id = 31;
* @return The bytes for kfworkerId.
*/
com.google.protobuf.ByteString
getKfworkerIdBytes();
/**
* optional uint32 match_type = 32;
* @return Whether the matchType field is set.
*/
boolean hasMatchType();
/**
* optional uint32 match_type = 32;
* @return The matchType.
*/
int getMatchType();
/**
* optional string popup_info_msg = 33;
* @return Whether the popupInfoMsg field is set.
*/
boolean hasPopupInfoMsg();
/**
* optional string popup_info_msg = 33;
* @return The popupInfoMsg.
*/
java.lang.String getPopupInfoMsg();
/**
* optional string popup_info_msg = 33;
* @return The bytes for popupInfoMsg.
*/
com.google.protobuf.ByteString
getPopupInfoMsgBytes();
/**
*
* repeated unknowType openImcontactList = 35;
*
*
* optional uint32 open_imcontact_num = 34;
* @return Whether the openImcontactNum field is set.
*/
boolean hasOpenImcontactNum();
/**
*
* repeated unknowType openImcontactList = 35;
*
*
* optional uint32 open_imcontact_num = 34;
* @return The openImcontactNum.
*/
int getOpenImcontactNum();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy