public static final class Friendship.FriendshipPayloadResponse extends com.google.protobuf.GeneratedMessageV3 implements Friendship.FriendshipPayloadResponseOrBuilder
wechaty.puppet.FriendshipPayloadResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
Friendship.FriendshipPayloadResponse.Builder
Protobuf type
wechaty.puppet.FriendshipPayloadResponse |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONTACT_ID_FIELD_NUMBER |
static int |
HELLO_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
SCENE_FIELD_NUMBER |
static int |
STRANGER_FIELD_NUMBER |
static int |
TICKET_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getContactId()
string contact_id = 2; |
com.google.protobuf.ByteString |
getContactIdBytes()
string contact_id = 2; |
static Friendship.FriendshipPayloadResponse |
getDefaultInstance() |
Friendship.FriendshipPayloadResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHello()
string hello = 3; |
com.google.protobuf.ByteString |
getHelloBytes()
string hello = 3; |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
com.google.protobuf.Parser<Friendship.FriendshipPayloadResponse> |
getParserForType() |
Friendship.FriendshipSceneType |
getScene()
.wechaty.puppet.FriendshipSceneType scene = 7; |
int |
getSceneValue()
.wechaty.puppet.FriendshipSceneType scene = 7; |
int |
getSerializedSize() |
String |
getStranger()
string stranger = 5; |
com.google.protobuf.ByteString |
getStrangerBytes()
string stranger = 5; |
String |
getTicket()
string ticket = 6; |
com.google.protobuf.ByteString |
getTicketBytes()
string ticket = 6; |
Friendship.FriendshipType |
getType()
.wechaty.puppet.FriendshipType type = 4; |
int |
getTypeValue()
.wechaty.puppet.FriendshipType type = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Friendship.FriendshipPayloadResponse.Builder |
newBuilder() |
static Friendship.FriendshipPayloadResponse.Builder |
newBuilder(Friendship.FriendshipPayloadResponse prototype) |
Friendship.FriendshipPayloadResponse.Builder |
newBuilderForType() |
protected Friendship.FriendshipPayloadResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Friendship.FriendshipPayloadResponse |
parseDelimitedFrom(InputStream input) |
static Friendship.FriendshipPayloadResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Friendship.FriendshipPayloadResponse |
parseFrom(byte[] data) |
static Friendship.FriendshipPayloadResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Friendship.FriendshipPayloadResponse |
parseFrom(ByteBuffer data) |
static Friendship.FriendshipPayloadResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Friendship.FriendshipPayloadResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Friendship.FriendshipPayloadResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Friendship.FriendshipPayloadResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Friendship.FriendshipPayloadResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Friendship.FriendshipPayloadResponse |
parseFrom(InputStream input) |
static Friendship.FriendshipPayloadResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Friendship.FriendshipPayloadResponse> |
parser() |
Friendship.FriendshipPayloadResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int CONTACT_ID_FIELD_NUMBER
public static final int HELLO_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int STRANGER_FIELD_NUMBER
public static final int TICKET_FIELD_NUMBER
public static final int SCENE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getId()
string id = 1;getId 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic String getContactId()
string contact_id = 2;getContactId 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getContactIdBytes()
string contact_id = 2;getContactIdBytes 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic String getHello()
string hello = 3;getHello 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getHelloBytes()
string hello = 3;getHelloBytes 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic int getTypeValue()
.wechaty.puppet.FriendshipType type = 4;getTypeValue 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic Friendship.FriendshipType getType()
.wechaty.puppet.FriendshipType type = 4;getType 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic String getStranger()
string stranger = 5;getStranger 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getStrangerBytes()
string stranger = 5;getStrangerBytes 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic String getTicket()
string ticket = 6;getTicket 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic com.google.protobuf.ByteString getTicketBytes()
string ticket = 6;getTicketBytes 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic int getSceneValue()
.wechaty.puppet.FriendshipSceneType scene = 7;getSceneValue 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic Friendship.FriendshipSceneType getScene()
.wechaty.puppet.FriendshipSceneType scene = 7;getScene 在接口中 Friendship.FriendshipPayloadResponseOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Friendship.FriendshipPayloadResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Friendship.FriendshipPayloadResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Friendship.FriendshipPayloadResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Friendship.FriendshipPayloadResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Friendship.FriendshipPayloadResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Friendship.FriendshipPayloadResponse.Builder newBuilder()
public static Friendship.FriendshipPayloadResponse.Builder newBuilder(Friendship.FriendshipPayloadResponse prototype)
public Friendship.FriendshipPayloadResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Friendship.FriendshipPayloadResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Friendship.FriendshipPayloadResponse getDefaultInstance()
public static com.google.protobuf.Parser<Friendship.FriendshipPayloadResponse> parser()
public com.google.protobuf.Parser<Friendship.FriendshipPayloadResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Friendship.FriendshipPayloadResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.