
wechat.protobuf.MemberRespOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface MemberRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.MemberResp)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.SKBuiltinString memberName = 1;
* @return Whether the memberName field is set.
*/
boolean hasMemberName();
/**
* optional .wechat_proto.SKBuiltinString memberName = 1;
* @return The memberName.
*/
wechat.protobuf.SKBuiltinString getMemberName();
/**
* optional .wechat_proto.SKBuiltinString memberName = 1;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getMemberNameOrBuilder();
/**
* optional uint32 memberStatus = 2;
* @return Whether the memberStatus field is set.
*/
boolean hasMemberStatus();
/**
* optional uint32 memberStatus = 2;
* @return The memberStatus.
*/
int getMemberStatus();
/**
* optional .wechat_proto.SKBuiltinString nickName = 3;
* @return Whether the nickName field is set.
*/
boolean hasNickName();
/**
* optional .wechat_proto.SKBuiltinString nickName = 3;
* @return The nickName.
*/
wechat.protobuf.SKBuiltinString getNickName();
/**
* optional .wechat_proto.SKBuiltinString nickName = 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 quanPin = 5;
* @return Whether the quanPin field is set.
*/
boolean hasQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 5;
* @return The quanPin.
*/
wechat.protobuf.SKBuiltinString getQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 5;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getQuanPinOrBuilder();
/**
* optional int32 sex = 6;
* @return Whether the sex field is set.
*/
boolean hasSex();
/**
* optional int32 sex = 6;
* @return The sex.
*/
int getSex();
/**
* optional .wechat_proto.SKBuiltinString remark = 7;
* @return Whether the remark field is set.
*/
boolean hasRemark();
/**
* optional .wechat_proto.SKBuiltinString remark = 7;
* @return The remark.
*/
wechat.protobuf.SKBuiltinString getRemark();
/**
* optional .wechat_proto.SKBuiltinString remark = 7;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 8;
* @return Whether the remarkPyinitial field is set.
*/
boolean hasRemarkPyinitial();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 8;
* @return The remarkPyinitial.
*/
wechat.protobuf.SKBuiltinString getRemarkPyinitial();
/**
* optional .wechat_proto.SKBuiltinString remarkPyinitial = 8;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkPyinitialOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 9;
* @return Whether the remarkQuanPin field is set.
*/
boolean hasRemarkQuanPin();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 9;
* @return The remarkQuanPin.
*/
wechat.protobuf.SKBuiltinString getRemarkQuanPin();
/**
* optional .wechat_proto.SKBuiltinString remarkQuanPin = 9;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRemarkQuanPinOrBuilder();
/**
* optional uint32 contactType = 10;
* @return Whether the contactType field is set.
*/
boolean hasContactType();
/**
* optional uint32 contactType = 10;
* @return The contactType.
*/
int getContactType();
/**
* optional string province = 11;
* @return Whether the province field is set.
*/
boolean hasProvince();
/**
* optional string province = 11;
* @return The province.
*/
java.lang.String getProvince();
/**
* optional string province = 11;
* @return The bytes for province.
*/
com.google.protobuf.ByteString
getProvinceBytes();
/**
* optional string city = 12;
* @return Whether the city field is set.
*/
boolean hasCity();
/**
* optional string city = 12;
* @return The city.
*/
java.lang.String getCity();
/**
* optional string city = 12;
* @return The bytes for city.
*/
com.google.protobuf.ByteString
getCityBytes();
/**
* optional string signature = 13;
* @return Whether the signature field is set.
*/
boolean hasSignature();
/**
* optional string signature = 13;
* @return The signature.
*/
java.lang.String getSignature();
/**
* optional string signature = 13;
* @return The bytes for signature.
*/
com.google.protobuf.ByteString
getSignatureBytes();
/**
* optional uint32 personalCard = 14;
* @return Whether the personalCard field is set.
*/
boolean hasPersonalCard();
/**
* optional uint32 personalCard = 14;
* @return The personalCard.
*/
int getPersonalCard();
/**
* optional uint32 verifyFlag = 15;
* @return Whether the verifyFlag field is set.
*/
boolean hasVerifyFlag();
/**
* optional uint32 verifyFlag = 15;
* @return The verifyFlag.
*/
int getVerifyFlag();
/**
* optional string verifyInfo = 16;
* @return Whether the verifyInfo field is set.
*/
boolean hasVerifyInfo();
/**
* optional string verifyInfo = 16;
* @return The verifyInfo.
*/
java.lang.String getVerifyInfo();
/**
* optional string verifyInfo = 16;
* @return The bytes for verifyInfo.
*/
com.google.protobuf.ByteString
getVerifyInfoBytes();
/**
* optional string country = 17;
* @return Whether the country field is set.
*/
boolean hasCountry();
/**
* optional string country = 17;
* @return The country.
*/
java.lang.String getCountry();
/**
* optional string country = 17;
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy