public static interface Contact.ContactPayloadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
string address = 6; |
com.google.protobuf.ByteString |
getAddressBytes()
string address = 6; |
String |
getAlias()
string alias = 7; |
com.google.protobuf.ByteString |
getAliasBytes()
string alias = 7; |
String |
getAvatar()
string avatar = 5; |
com.google.protobuf.ByteString |
getAvatarBytes()
string avatar = 5; |
String |
getCity()
string city = 8; |
com.google.protobuf.ByteString |
getCityBytes()
string city = 8; |
boolean |
getFriend()
bool friend = 9; |
Contact.ContactGender |
getGender()
.wechaty.puppet.ContactGender gender = 2; |
int |
getGenderValue()
.wechaty.puppet.ContactGender gender = 2; |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getName()
string name = 4; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 4; |
String |
getProvince()
string province = 10; |
com.google.protobuf.ByteString |
getProvinceBytes()
string province = 10; |
String |
getSignature()
string signature = 11; |
com.google.protobuf.ByteString |
getSignatureBytes()
string signature = 11; |
boolean |
getStar()
bool star = 12; |
Contact.ContactType |
getType()
.wechaty.puppet.ContactType type = 3; |
int |
getTypeValue()
.wechaty.puppet.ContactType type = 3; |
String |
getWeixin()
string weixin = 13; |
com.google.protobuf.ByteString |
getWeixinBytes()
string weixin = 13; |
String getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;int getGenderValue()
.wechaty.puppet.ContactGender gender = 2;Contact.ContactGender getGender()
.wechaty.puppet.ContactGender gender = 2;int getTypeValue()
.wechaty.puppet.ContactType type = 3;Contact.ContactType getType()
.wechaty.puppet.ContactType type = 3;String getName()
string name = 4;com.google.protobuf.ByteString getNameBytes()
string name = 4;String getAvatar()
string avatar = 5;com.google.protobuf.ByteString getAvatarBytes()
string avatar = 5;String getAddress()
string address = 6;com.google.protobuf.ByteString getAddressBytes()
string address = 6;String getAlias()
string alias = 7;com.google.protobuf.ByteString getAliasBytes()
string alias = 7;String getCity()
string city = 8;com.google.protobuf.ByteString getCityBytes()
string city = 8;boolean getFriend()
bool friend = 9;String getProvince()
string province = 10;com.google.protobuf.ByteString getProvinceBytes()
string province = 10;String getSignature()
string signature = 11;com.google.protobuf.ByteString getSignatureBytes()
string signature = 11;boolean getStar()
bool star = 12;String getWeixin()
string weixin = 13;com.google.protobuf.ByteString getWeixinBytes()
string weixin = 13;Copyright © 2020. All rights reserved.