public static final class Contact.ContactPayloadResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder> implements Contact.ContactPayloadResponseOrBuilder
wechaty.puppet.ContactPayloadResponse| 限定符和类型 | 方法和说明 |
|---|---|
Contact.ContactPayloadResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contact.ContactPayloadResponse |
build() |
Contact.ContactPayloadResponse |
buildPartial() |
Contact.ContactPayloadResponse.Builder |
clear() |
Contact.ContactPayloadResponse.Builder |
clearAddress()
string address = 6; |
Contact.ContactPayloadResponse.Builder |
clearAlias()
string alias = 7; |
Contact.ContactPayloadResponse.Builder |
clearAvatar()
string avatar = 5; |
Contact.ContactPayloadResponse.Builder |
clearCity()
string city = 8; |
Contact.ContactPayloadResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Contact.ContactPayloadResponse.Builder |
clearFriend()
bool friend = 9; |
Contact.ContactPayloadResponse.Builder |
clearGender()
.wechaty.puppet.ContactGender gender = 2; |
Contact.ContactPayloadResponse.Builder |
clearId()
string id = 1; |
Contact.ContactPayloadResponse.Builder |
clearName()
string name = 4; |
Contact.ContactPayloadResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Contact.ContactPayloadResponse.Builder |
clearProvince()
string province = 10; |
Contact.ContactPayloadResponse.Builder |
clearSignature()
string signature = 11; |
Contact.ContactPayloadResponse.Builder |
clearStar()
bool star = 12; |
Contact.ContactPayloadResponse.Builder |
clearType()
.wechaty.puppet.ContactType type = 3; |
Contact.ContactPayloadResponse.Builder |
clearWeixin()
string weixin = 13; |
Contact.ContactPayloadResponse.Builder |
clone() |
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; |
Contact.ContactPayloadResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Contact.ContactPayloadResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Contact.ContactPayloadResponse.Builder |
mergeFrom(Contact.ContactPayloadResponse other) |
Contact.ContactPayloadResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
Contact.ContactPayloadResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contact.ContactPayloadResponse.Builder |
setAddress(String value)
string address = 6; |
Contact.ContactPayloadResponse.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
string address = 6; |
Contact.ContactPayloadResponse.Builder |
setAlias(String value)
string alias = 7; |
Contact.ContactPayloadResponse.Builder |
setAliasBytes(com.google.protobuf.ByteString value)
string alias = 7; |
Contact.ContactPayloadResponse.Builder |
setAvatar(String value)
string avatar = 5; |
Contact.ContactPayloadResponse.Builder |
setAvatarBytes(com.google.protobuf.ByteString value)
string avatar = 5; |
Contact.ContactPayloadResponse.Builder |
setCity(String value)
string city = 8; |
Contact.ContactPayloadResponse.Builder |
setCityBytes(com.google.protobuf.ByteString value)
string city = 8; |
Contact.ContactPayloadResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contact.ContactPayloadResponse.Builder |
setFriend(boolean value)
bool friend = 9; |
Contact.ContactPayloadResponse.Builder |
setGender(Contact.ContactGender value)
.wechaty.puppet.ContactGender gender = 2; |
Contact.ContactPayloadResponse.Builder |
setGenderValue(int value)
.wechaty.puppet.ContactGender gender = 2; |
Contact.ContactPayloadResponse.Builder |
setId(String value)
string id = 1; |
Contact.ContactPayloadResponse.Builder |
setIdBytes(com.google.protobuf.ByteString value)
string id = 1; |
Contact.ContactPayloadResponse.Builder |
setName(String value)
string name = 4; |
Contact.ContactPayloadResponse.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 4; |
Contact.ContactPayloadResponse.Builder |
setProvince(String value)
string province = 10; |
Contact.ContactPayloadResponse.Builder |
setProvinceBytes(com.google.protobuf.ByteString value)
string province = 10; |
Contact.ContactPayloadResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Contact.ContactPayloadResponse.Builder |
setSignature(String value)
string signature = 11; |
Contact.ContactPayloadResponse.Builder |
setSignatureBytes(com.google.protobuf.ByteString value)
string signature = 11; |
Contact.ContactPayloadResponse.Builder |
setStar(boolean value)
bool star = 12; |
Contact.ContactPayloadResponse.Builder |
setType(Contact.ContactType value)
.wechaty.puppet.ContactType type = 3; |
Contact.ContactPayloadResponse.Builder |
setTypeValue(int value)
.wechaty.puppet.ContactType type = 3; |
Contact.ContactPayloadResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contact.ContactPayloadResponse.Builder |
setWeixin(String value)
string weixin = 13; |
Contact.ContactPayloadResponse.Builder |
setWeixinBytes(com.google.protobuf.ByteString value)
string weixin = 13; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic Contact.ContactPayloadResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic Contact.ContactPayloadResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic Contact.ContactPayloadResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder mergeFrom(Contact.ContactPayloadResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public Contact.ContactPayloadResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Contact.ContactPayloadResponse.Builder>IOExceptionpublic String getId()
string id = 1;getId 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setId(String value)
string id = 1;value - The id to set.public Contact.ContactPayloadResponse.Builder clearId()
string id = 1;public Contact.ContactPayloadResponse.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1;value - The bytes for id to set.public int getGenderValue()
.wechaty.puppet.ContactGender gender = 2;getGenderValue 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setGenderValue(int value)
.wechaty.puppet.ContactGender gender = 2;value - The enum numeric value on the wire for gender to set.public Contact.ContactGender getGender()
.wechaty.puppet.ContactGender gender = 2;getGender 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setGender(Contact.ContactGender value)
.wechaty.puppet.ContactGender gender = 2;value - The gender to set.public Contact.ContactPayloadResponse.Builder clearGender()
.wechaty.puppet.ContactGender gender = 2;public int getTypeValue()
.wechaty.puppet.ContactType type = 3;getTypeValue 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setTypeValue(int value)
.wechaty.puppet.ContactType type = 3;value - The enum numeric value on the wire for type to set.public Contact.ContactType getType()
.wechaty.puppet.ContactType type = 3;getType 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setType(Contact.ContactType value)
.wechaty.puppet.ContactType type = 3;value - The type to set.public Contact.ContactPayloadResponse.Builder clearType()
.wechaty.puppet.ContactType type = 3;public String getName()
string name = 4;getName 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 4;getNameBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setName(String value)
string name = 4;value - The name to set.public Contact.ContactPayloadResponse.Builder clearName()
string name = 4;public Contact.ContactPayloadResponse.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 4;value - The bytes for name to set.public String getAvatar()
string avatar = 5;getAvatar 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getAvatarBytes()
string avatar = 5;getAvatarBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setAvatar(String value)
string avatar = 5;value - The avatar to set.public Contact.ContactPayloadResponse.Builder clearAvatar()
string avatar = 5;public Contact.ContactPayloadResponse.Builder setAvatarBytes(com.google.protobuf.ByteString value)
string avatar = 5;value - The bytes for avatar to set.public String getAddress()
string address = 6;getAddress 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
string address = 6;getAddressBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setAddress(String value)
string address = 6;value - The address to set.public Contact.ContactPayloadResponse.Builder clearAddress()
string address = 6;public Contact.ContactPayloadResponse.Builder setAddressBytes(com.google.protobuf.ByteString value)
string address = 6;value - The bytes for address to set.public String getAlias()
string alias = 7;getAlias 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getAliasBytes()
string alias = 7;getAliasBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setAlias(String value)
string alias = 7;value - The alias to set.public Contact.ContactPayloadResponse.Builder clearAlias()
string alias = 7;public Contact.ContactPayloadResponse.Builder setAliasBytes(com.google.protobuf.ByteString value)
string alias = 7;value - The bytes for alias to set.public String getCity()
string city = 8;getCity 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getCityBytes()
string city = 8;getCityBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setCity(String value)
string city = 8;value - The city to set.public Contact.ContactPayloadResponse.Builder clearCity()
string city = 8;public Contact.ContactPayloadResponse.Builder setCityBytes(com.google.protobuf.ByteString value)
string city = 8;value - The bytes for city to set.public boolean getFriend()
bool friend = 9;getFriend 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setFriend(boolean value)
bool friend = 9;value - The friend to set.public Contact.ContactPayloadResponse.Builder clearFriend()
bool friend = 9;public String getProvince()
string province = 10;getProvince 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getProvinceBytes()
string province = 10;getProvinceBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setProvince(String value)
string province = 10;value - The province to set.public Contact.ContactPayloadResponse.Builder clearProvince()
string province = 10;public Contact.ContactPayloadResponse.Builder setProvinceBytes(com.google.protobuf.ByteString value)
string province = 10;value - The bytes for province to set.public String getSignature()
string signature = 11;getSignature 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getSignatureBytes()
string signature = 11;getSignatureBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setSignature(String value)
string signature = 11;value - The signature to set.public Contact.ContactPayloadResponse.Builder clearSignature()
string signature = 11;public Contact.ContactPayloadResponse.Builder setSignatureBytes(com.google.protobuf.ByteString value)
string signature = 11;value - The bytes for signature to set.public boolean getStar()
bool star = 12;getStar 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setStar(boolean value)
bool star = 12;value - The star to set.public Contact.ContactPayloadResponse.Builder clearStar()
bool star = 12;public String getWeixin()
string weixin = 13;getWeixin 在接口中 Contact.ContactPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getWeixinBytes()
string weixin = 13;getWeixinBytes 在接口中 Contact.ContactPayloadResponseOrBuilderpublic Contact.ContactPayloadResponse.Builder setWeixin(String value)
string weixin = 13;value - The weixin to set.public Contact.ContactPayloadResponse.Builder clearWeixin()
string weixin = 13;public Contact.ContactPayloadResponse.Builder setWeixinBytes(com.google.protobuf.ByteString value)
string weixin = 13;value - The bytes for weixin to set.public final Contact.ContactPayloadResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>public final Contact.ContactPayloadResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Contact.ContactPayloadResponse.Builder>Copyright © 2020. All rights reserved.