
wechat.protobuf.ModContactOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ModContactOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ModContact)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.SKBuiltinString userName = 1;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional .wechat_proto.SKBuiltinString userName = 1;
* @return The userName.
*/
wechat.protobuf.SKBuiltinString getUserName();
/**
* optional .wechat_proto.SKBuiltinString userName = 1;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getUserNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString nickName = 2;
* @return Whether the nickName field is set.
*/
boolean hasNickName();
/**
* optional .wechat_proto.SKBuiltinString nickName = 2;
* @return The nickName.
*/
wechat.protobuf.SKBuiltinString getNickName();
/**
* optional .wechat_proto.SKBuiltinString nickName = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getNickNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 3;
* @return Whether the pyinitial field is set.
*/
boolean hasPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 3;
* @return The pyinitial.
*/
wechat.protobuf.SKBuiltinString getPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 3;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getPyinitialOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
* @return Whether the quanPin field is set.
*/
boolean hasQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
* @return The quanPin.
*/
wechat.protobuf.SKBuiltinString getQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getQuanPinOrBuilder();
/**
* optional int32 sex = 5;
* @return Whether the sex field is set.
*/
boolean hasSex();
/**
* optional int32 sex = 5;
* @return The sex.
*/
int getSex();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 6;
* @return Whether the imgBuf field is set.
*/
boolean hasImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 6;
* @return The imgBuf.
*/
wechat.protobuf.SKBuiltinString_ getImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 6;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getImgBufOrBuilder();
/**
* optional uint32 bitMask = 7;
* @return Whether the bitMask field is set.
*/
boolean hasBitMask();
/**
* optional uint32 bitMask = 7;
* @return The bitMask.
*/
int getBitMask();
/**
* optional uint32 bitVal = 8;
* @return Whether the bitVal field is set.
*/
boolean hasBitVal();
/**
* optional uint32 bitVal = 8;
* @return The bitVal.
*/
int getBitVal();
/**
* optional uint32 imgFlag = 9;
* @return Whether the imgFlag field is set.
*/
boolean hasImgFlag();
/**
* optional uint32 imgFlag = 9;
* @return The imgFlag.
*/
int getImgFlag();
/**
* optional .wechat_proto.SKBuiltinString remark = 10;
* @return Whether the remark field is set.
*/
boolean hasRemark();
/**
* optional .wechat_proto.SKBuiltinString remark = 10;
* @return The remark.
*/
wechat.protobuf.SKBuiltinString getRemark();
/**
* optional .wechat_proto.SKBuiltinString remark = 10;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 11;
* @return Whether the remarkPyinitial field is set.
*/
boolean hasRemarkPyinitial();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 11;
* @return The remarkPyinitial.
*/
wechat.protobuf.SKBuiltinString getRemarkPyinitial();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 11;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkPyinitialOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 12;
* @return Whether the remarkQuanPin field is set.
*/
boolean hasRemarkQuanPin();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 12;
* @return The remarkQuanPin.
*/
wechat.protobuf.SKBuiltinString getRemarkQuanPin();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 12;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkQuanPinOrBuilder();
/**
* optional uint32 contactType = 13;
* @return Whether the contactType field is set.
*/
boolean hasContactType();
/**
* optional uint32 contactType = 13;
* @return The contactType.
*/
int getContactType();
/**
* optional uint32 roomInfoNum = 14;
* @return Whether the roomInfoNum field is set.
*/
boolean hasRoomInfoNum();
/**
* optional uint32 roomInfoNum = 14;
* @return The roomInfoNum.
*/
int getRoomInfoNum();
/**
* repeated .wechat_proto.RoomInfo roomInfoList = 15;
*/
java.util.List
getRoomInfoListList();
/**
* repeated .wechat_proto.RoomInfo roomInfoList = 15;
*/
wechat.protobuf.RoomInfo getRoomInfoList(int index);
/**
* repeated .wechat_proto.RoomInfo roomInfoList = 15;
*/
int getRoomInfoListCount();
/**
* repeated .wechat_proto.RoomInfo roomInfoList = 15;
*/
java.util.List extends wechat.protobuf.RoomInfoOrBuilder>
getRoomInfoListOrBuilderList();
/**
* repeated .wechat_proto.RoomInfo roomInfoList = 15;
*/
wechat.protobuf.RoomInfoOrBuilder getRoomInfoListOrBuilder(
int index);
/**
* optional .wechat_proto.SKBuiltinString domainList = 16;
* @return Whether the domainList field is set.
*/
boolean hasDomainList();
/**
* optional .wechat_proto.SKBuiltinString domainList = 16;
* @return The domainList.
*/
wechat.protobuf.SKBuiltinString getDomainList();
/**
* optional .wechat_proto.SKBuiltinString domainList = 16;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getDomainListOrBuilder();
/**
* optional uint32 chatRoomNotify = 17;
* @return Whether the chatRoomNotify field is set.
*/
boolean hasChatRoomNotify();
/**
* optional uint32 chatRoomNotify = 17;
* @return The chatRoomNotify.
*/
int getChatRoomNotify();
/**
* optional uint32 addContactScene = 18;
* @return Whether the addContactScene field is set.
*/
boolean hasAddContactScene();
/**
* optional uint32 addContactScene = 18;
* @return The addContactScene.
*/
int getAddContactScene();
/**
* optional string province = 19;
* @return Whether the province field is set.
*/
boolean hasProvince();
/**
* optional string province = 19;
* @return The province.
*/
java.lang.String getProvince();
/**
* optional string province = 19;
* @return The bytes for province.
*/
com.google.protobuf.ByteString
getProvinceBytes();
/**
* optional string city = 20;
* @return Whether the city field is set.
*/
boolean hasCity();
/**
* optional string city = 20;
* @return The city.
*/
java.lang.String getCity();
/**
* optional string city = 20;
* @return The bytes for city.
*/
com.google.protobuf.ByteString
getCityBytes();
/**
* optional string signature = 21;
* @return Whether the signature field is set.
*/
boolean hasSignature();
/**
* optional string signature = 21;
* @return The signature.
*/
java.lang.String getSignature();
/**
* optional string signature = 21;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* optional uint32 personalCard = 22;
* @return Whether the personalCard field is set.
*/
boolean hasPersonalCard();
/**
* optional uint32 personalCard = 22;
* @return The personalCard.
*/
int getPersonalCard();
/**
* optional uint32 hasWeiXinHdHeadImg = 23;
* @return Whether the hasWeiXinHdHeadImg field is set.
*/
boolean hasHasWeiXinHdHeadImg();
/**
* optional uint32 hasWeiXinHdHeadImg = 23;
* @return The hasWeiXinHdHeadImg.
*/
int getHasWeiXinHdHeadImg();
/**
* optional uint32 verifyFlag = 24;
* @return Whether the verifyFlag field is set.
*/
boolean hasVerifyFlag();
/**
* optional uint32 verifyFlag = 24;
* @return The verifyFlag.
*/
int getVerifyFlag();
/**
* optional string verifyInfo = 25;
* @return Whether the verifyInfo field is set.
*/
boolean hasVerifyInfo();
/**
* optional string verifyInfo = 25;
* @return The verifyInfo.
*/
java.lang.String getVerifyInfo();
/**
* optional string verifyInfo = 25;
* @return The bytes for verifyInfo.
*/
com.google.protobuf.ByteString
getVerifyInfoBytes();
/**
* optional int32 level = 26;
* @return Whether the level field is set.
*/
boolean hasLevel();
/**
* optional int32 level = 26;
* @return The level.
*/
int getLevel();
/**
* optional uint32 source = 27;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional uint32 source = 27;
* @return The source.
*/
int getSource();
/**
* optional string weibo = 28;
* @return Whether the weibo field is set.
*/
boolean hasWeibo();
/**
* optional string weibo = 28;
* @return The weibo.
*/
java.lang.String getWeibo();
/**
* optional string weibo = 28;
* @return The bytes for weibo.
*/
com.google.protobuf.ByteString
getWeiboBytes();
/**
* optional string verifyContent = 29;
* @return Whether the verifyContent field is set.
*/
boolean hasVerifyContent();
/**
* optional string verifyContent = 29;
* @return The verifyContent.
*/
java.lang.String getVerifyContent();
/**
* optional string verifyContent = 29;
* @return The bytes for verifyContent.
*/
com.google.protobuf.ByteString
getVerifyContentBytes();
/**
* optional string alias = 30;
* @return Whether the alias field is set.
*/
boolean hasAlias();
/**
* optional string alias = 30;
* @return The alias.
*/
java.lang.String getAlias();
/**
* optional string alias = 30;
* @return The bytes for alias.
*/
com.google.protobuf.ByteString
getAliasBytes();
/**
* optional string chatRoomOwner = 31;
* @return Whether the chatRoomOwner field is set.
*/
boolean hasChatRoomOwner();
/**
* optional string chatRoomOwner = 31;
* @return The chatRoomOwner.
*/
java.lang.String getChatRoomOwner();
/**
* optional string chatRoomOwner = 31;
* @return The bytes for chatRoomOwner.
*/
com.google.protobuf.ByteString
getChatRoomOwnerBytes();
/**
* optional string weiboNickname = 32;
* @return Whether the weiboNickname field is set.
*/
boolean hasWeiboNickname();
/**
* optional string weiboNickname = 32;
* @return The weiboNickname.
*/
java.lang.String getWeiboNickname();
/**
* optional string weiboNickname = 32;
* @return The bytes for weiboNickname.
*/
com.google.protobuf.ByteString
getWeiboNicknameBytes();
/**
* optional uint32 weiboFlag = 33;
* @return Whether the weiboFlag field is set.
*/
boolean hasWeiboFlag();
/**
* optional uint32 weiboFlag = 33;
* @return The weiboFlag.
*/
int getWeiboFlag();
/**
* optional int32 albumStyle = 34;
* @return Whether the albumStyle field is set.
*/
boolean hasAlbumStyle();
/**
* optional int32 albumStyle = 34;
* @return The albumStyle.
*/
int getAlbumStyle();
/**
* optional int32 albumFlag = 35;
* @return Whether the albumFlag field is set.
*/
boolean hasAlbumFlag();
/**
* optional int32 albumFlag = 35;
* @return The albumFlag.
*/
int getAlbumFlag();
/**
* optional string albumBgimgId = 36;
* @return Whether the albumBgimgId field is set.
*/
boolean hasAlbumBgimgId();
/**
* optional string albumBgimgId = 36;
* @return The albumBgimgId.
*/
java.lang.String getAlbumBgimgId();
/**
* optional string albumBgimgId = 36;
* @return The bytes for albumBgimgId.
*/
com.google.protobuf.ByteString
getAlbumBgimgIdBytes();
/**
* optional .wechat_proto.SnsUserInfo snsUserInfo = 37;
* @return Whether the snsUserInfo field is set.
*/
boolean hasSnsUserInfo();
/**
* optional .wechat_proto.SnsUserInfo snsUserInfo = 37;
* @return The snsUserInfo.
*/
wechat.protobuf.SnsUserInfo getSnsUserInfo();
/**
* optional .wechat_proto.SnsUserInfo snsUserInfo = 37;
*/
wechat.protobuf.SnsUserInfoOrBuilder getSnsUserInfoOrBuilder();
/**
* optional string country = 38;
* @return Whether the country field is set.
*/
boolean hasCountry();
/**
* optional string country = 38;
* @return The country.
*/
java.lang.String getCountry();
/**
* optional string country = 38;
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
/**
* optional string bigHeadImgUrl = 39;
* @return Whether the bigHeadImgUrl field is set.
*/
boolean hasBigHeadImgUrl();
/**
* optional string bigHeadImgUrl = 39;
* @return The bigHeadImgUrl.
*/
java.lang.String getBigHeadImgUrl();
/**
* optional string bigHeadImgUrl = 39;
* @return The bytes for bigHeadImgUrl.
*/
com.google.protobuf.ByteString
getBigHeadImgUrlBytes();
/**
* optional string smallHeadImgUrl = 40;
* @return Whether the smallHeadImgUrl field is set.
*/
boolean hasSmallHeadImgUrl();
/**
* optional string smallHeadImgUrl = 40;
* @return The smallHeadImgUrl.
*/
java.lang.String getSmallHeadImgUrl();
/**
* optional string smallHeadImgUrl = 40;
* @return The bytes for smallHeadImgUrl.
*/
com.google.protobuf.ByteString
getSmallHeadImgUrlBytes();
/**
* optional string myBrandList = 41;
* @return Whether the myBrandList field is set.
*/
boolean hasMyBrandList();
/**
* optional string myBrandList = 41;
* @return The myBrandList.
*/
java.lang.String getMyBrandList();
/**
* optional string myBrandList = 41;
* @return The bytes for myBrandList.
*/
com.google.protobuf.ByteString
getMyBrandListBytes();
/**
* optional .wechat_proto.CustomizedInfo customizedInfo = 42;
* @return Whether the customizedInfo field is set.
*/
boolean hasCustomizedInfo();
/**
* optional .wechat_proto.CustomizedInfo customizedInfo = 42;
* @return The customizedInfo.
*/
wechat.protobuf.CustomizedInfo getCustomizedInfo();
/**
* optional .wechat_proto.CustomizedInfo customizedInfo = 42;
*/
wechat.protobuf.CustomizedInfoOrBuilder getCustomizedInfoOrBuilder();
/**
* optional string chatRoomData = 43;
* @return Whether the chatRoomData field is set.
*/
boolean hasChatRoomData();
/**
* optional string chatRoomData = 43;
* @return The chatRoomData.
*/
java.lang.String getChatRoomData();
/**
* optional string chatRoomData = 43;
* @return The bytes for chatRoomData.
*/
com.google.protobuf.ByteString
getChatRoomDataBytes();
/**
* optional string headImgMd5 = 44;
* @return Whether the headImgMd5 field is set.
*/
boolean hasHeadImgMd5();
/**
* optional string headImgMd5 = 44;
* @return The headImgMd5.
*/
java.lang.String getHeadImgMd5();
/**
* optional string headImgMd5 = 44;
* @return The bytes for headImgMd5.
*/
com.google.protobuf.ByteString
getHeadImgMd5Bytes();
/**
* optional string encryptUserName = 45;
* @return Whether the encryptUserName field is set.
*/
boolean hasEncryptUserName();
/**
* optional string encryptUserName = 45;
* @return The encryptUserName.
*/
java.lang.String getEncryptUserName();
/**
* optional string encryptUserName = 45;
* @return The bytes for encryptUserName.
*/
com.google.protobuf.ByteString
getEncryptUserNameBytes();
/**
* optional string idcardNum = 46;
* @return Whether the idcardNum field is set.
*/
boolean hasIdcardNum();
/**
* optional string idcardNum = 46;
* @return The idcardNum.
*/
java.lang.String getIdcardNum();
/**
* optional string idcardNum = 46;
* @return The bytes for idcardNum.
*/
com.google.protobuf.ByteString
getIdcardNumBytes();
/**
* optional string realName = 47;
* @return Whether the realName field is set.
*/
boolean hasRealName();
/**
* optional string realName = 47;
* @return The realName.
*/
java.lang.String getRealName();
/**
* optional string realName = 47;
* @return The bytes for realName.
*/
com.google.protobuf.ByteString
getRealNameBytes();
/**
* optional string mobileHash = 48;
* @return Whether the mobileHash field is set.
*/
boolean hasMobileHash();
/**
* optional string mobileHash = 48;
* @return The mobileHash.
*/
java.lang.String getMobileHash();
/**
* optional string mobileHash = 48;
* @return The bytes for mobileHash.
*/
com.google.protobuf.ByteString
getMobileHashBytes();
/**
* optional string mobileFullHash = 49;
* @return Whether the mobileFullHash field is set.
*/
boolean hasMobileFullHash();
/**
* optional string mobileFullHash = 49;
* @return The mobileFullHash.
*/
java.lang.String getMobileFullHash();
/**
* optional string mobileFullHash = 49;
* @return The bytes for mobileFullHash.
*/
com.google.protobuf.ByteString
getMobileFullHashBytes();
/**
* optional .wechat_proto.AdditionalContactList additionalContactList = 50;
* @return Whether the additionalContactList field is set.
*/
boolean hasAdditionalContactList();
/**
* optional .wechat_proto.AdditionalContactList additionalContactList = 50;
* @return The additionalContactList.
*/
wechat.protobuf.AdditionalContactList getAdditionalContactList();
/**
* optional .wechat_proto.AdditionalContactList additionalContactList = 50;
*/
wechat.protobuf.AdditionalContactListOrBuilder getAdditionalContactListOrBuilder();
/**
* optional uint32 chatroomVersion = 53;
* @return Whether the chatroomVersion field is set.
*/
boolean hasChatroomVersion();
/**
* optional uint32 chatroomVersion = 53;
* @return The chatroomVersion.
*/
int getChatroomVersion();
/**
* optional string extInfo = 54;
* @return Whether the extInfo field is set.
*/
boolean hasExtInfo();
/**
* optional string extInfo = 54;
* @return The extInfo.
*/
java.lang.String getExtInfo();
/**
* optional string extInfo = 54;
* @return The bytes for extInfo.
*/
com.google.protobuf.ByteString
getExtInfoBytes();
/**
* optional uint32 chatroomMaxNum = 55;
* @return Whether the chatroomMaxNum field is set.
*/
boolean hasChatroomMaxNum();
/**
* optional uint32 chatroomMaxNum = 55;
* @return The chatroomMaxNum.
*/
int getChatroomMaxNum();
/**
* optional uint32 chatroomAccessType = 56;
* @return Whether the chatroomAccessType field is set.
*/
boolean hasChatroomAccessType();
/**
* optional uint32 chatroomAccessType = 56;
* @return The chatroomAccessType.
*/
int getChatroomAccessType();
/**
* optional .wechat_proto.ChatRoomMemberData newChatroomData = 57;
* @return Whether the newChatroomData field is set.
*/
boolean hasNewChatroomData();
/**
* optional .wechat_proto.ChatRoomMemberData newChatroomData = 57;
* @return The newChatroomData.
*/
wechat.protobuf.ChatRoomMemberData getNewChatroomData();
/**
* optional .wechat_proto.ChatRoomMemberData newChatroomData = 57;
*/
wechat.protobuf.ChatRoomMemberDataOrBuilder getNewChatroomDataOrBuilder();
/**
* optional int32 deleteFlag = 58;
* @return Whether the deleteFlag field is set.
*/
boolean hasDeleteFlag();
/**
* optional int32 deleteFlag = 58;
* @return The deleteFlag.
*/
int getDeleteFlag();
/**
* optional string description = 59;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 59;
* @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 59;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* optional string cardImgUrl = 60;
* @return Whether the cardImgUrl field is set.
*/
boolean hasCardImgUrl();
/**
* optional string cardImgUrl = 60;
* @return The cardImgUrl.
*/
java.lang.String getCardImgUrl();
/**
* optional string cardImgUrl = 60;
* @return The bytes for cardImgUrl.
*/
com.google.protobuf.ByteString
getCardImgUrlBytes();
/**
* optional string labelIdlist = 61;
* @return Whether the labelIdlist field is set.
*/
boolean hasLabelIdlist();
/**
* optional string labelIdlist = 61;
* @return The labelIdlist.
*/
java.lang.String getLabelIdlist();
/**
* optional string labelIdlist = 61;
* @return The bytes for labelIdlist.
*/
com.google.protobuf.ByteString
getLabelIdlistBytes();
/**
* optional .wechat_proto.PhoneNumListInfo phoneNumListInfo = 62;
* @return Whether the phoneNumListInfo field is set.
*/
boolean hasPhoneNumListInfo();
/**
* optional .wechat_proto.PhoneNumListInfo phoneNumListInfo = 62;
* @return The phoneNumListInfo.
*/
wechat.protobuf.PhoneNumListInfo getPhoneNumListInfo();
/**
* optional .wechat_proto.PhoneNumListInfo phoneNumListInfo = 62;
*/
wechat.protobuf.PhoneNumListInfoOrBuilder getPhoneNumListInfoOrBuilder();
/**
* optional string weiDianInfo = 63;
* @return Whether the weiDianInfo field is set.
*/
boolean hasWeiDianInfo();
/**
* optional string weiDianInfo = 63;
* @return The weiDianInfo.
*/
java.lang.String getWeiDianInfo();
/**
* optional string weiDianInfo = 63;
* @return The bytes for weiDianInfo.
*/
com.google.protobuf.ByteString
getWeiDianInfoBytes();
/**
* optional uint32 chatroomInfoVersion = 64;
* @return Whether the chatroomInfoVersion field is set.
*/
boolean hasChatroomInfoVersion();
/**
* optional uint32 chatroomInfoVersion = 64;
* @return The chatroomInfoVersion.
*/
int getChatroomInfoVersion();
/**
* optional uint32 deleteContactScene = 65;
* @return Whether the deleteContactScene field is set.
*/
boolean hasDeleteContactScene();
/**
* optional uint32 deleteContactScene = 65;
* @return The deleteContactScene.
*/
int getDeleteContactScene();
/**
* optional uint32 chatroomStatus = 66;
* @return Whether the chatroomStatus field is set.
*/
boolean hasChatroomStatus();
/**
* optional uint32 chatroomStatus = 66;
* @return The chatroomStatus.
*/
int getChatroomStatus();
/**
* optional uint32 extFlag = 67;
* @return Whether the extFlag field is set.
*/
boolean hasExtFlag();
/**
* optional uint32 extFlag = 67;
* @return The extFlag.
*/
int getExtFlag();
/**
* optional string sourceExtInfo = 68;
* @return Whether the sourceExtInfo field is set.
*/
boolean hasSourceExtInfo();
/**
* optional string sourceExtInfo = 68;
* @return The sourceExtInfo.
*/
java.lang.String getSourceExtInfo();
/**
* optional string sourceExtInfo = 68;
* @return The bytes for sourceExtInfo.
*/
com.google.protobuf.ByteString
getSourceExtInfoBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy