// Generated by the protocol buffer compiler. DO NOT EDIT! // source: plugin/hai_friend_add.proto package com.akaxin.proto.plugin; public final class HaiFriendAddProto { private HaiFriendAddProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { registerAllExtensions( (com.google.protobuf.ExtensionRegistryLite) registry); } public interface HaiFriendAddRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:plugin.HaiFriendAddRequest) com.google.protobuf.MessageOrBuilder { /** *
     * 用户1
     * 
* * string site_user_id = 1; */ java.lang.String getSiteUserId(); /** *
     * 用户1
     * 
* * string site_user_id = 1; */ com.google.protobuf.ByteString getSiteUserIdBytes(); /** *
     * 用户2
     * 
* * string friend_site_user_id = 2; */ java.lang.String getFriendSiteUserId(); /** *
     * 用户2
     * 
* * string friend_site_user_id = 2; */ com.google.protobuf.ByteString getFriendSiteUserIdBytes(); } /** *
   *### 功能
   *添加A、B两人为好友
   *### 接口名
   * /hai/friend/add
   *### 错误码
   * success
   * error.alert
   * 
* * Protobuf type {@code plugin.HaiFriendAddRequest} */ public static final class HaiFriendAddRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:plugin.HaiFriendAddRequest) HaiFriendAddRequestOrBuilder { private static final long serialVersionUID = 0L; // Use HaiFriendAddRequest.newBuilder() to construct. private HaiFriendAddRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HaiFriendAddRequest() { siteUserId_ = ""; friendSiteUserId_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HaiFriendAddRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); siteUserId_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); friendSiteUserId_ = s; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.class, com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.Builder.class); } public static final int SITE_USER_ID_FIELD_NUMBER = 1; private volatile java.lang.Object siteUserId_; /** *
     * 用户1
     * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); siteUserId_ = s; return s; } } /** *
     * 用户1
     * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FRIEND_SITE_USER_ID_FIELD_NUMBER = 2; private volatile java.lang.Object friendSiteUserId_; /** *
     * 用户2
     * 
* * string friend_site_user_id = 2; */ public java.lang.String getFriendSiteUserId() { java.lang.Object ref = friendSiteUserId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); friendSiteUserId_ = s; return s; } } /** *
     * 用户2
     * 
* * string friend_site_user_id = 2; */ public com.google.protobuf.ByteString getFriendSiteUserIdBytes() { java.lang.Object ref = friendSiteUserId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendSiteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getSiteUserIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, siteUserId_); } if (!getFriendSiteUserIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, friendSiteUserId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getSiteUserIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, siteUserId_); } if (!getFriendSiteUserIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, friendSiteUserId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest)) { return super.equals(obj); } com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest other = (com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest) obj; boolean result = true; result = result && getSiteUserId() .equals(other.getSiteUserId()); result = result && getFriendSiteUserId() .equals(other.getFriendSiteUserId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SITE_USER_ID_FIELD_NUMBER; hash = (53 * hash) + getSiteUserId().hashCode(); hash = (37 * hash) + FRIEND_SITE_USER_ID_FIELD_NUMBER; hash = (53 * hash) + getFriendSiteUserId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     *### 功能
     *添加A、B两人为好友
     *### 接口名
     * /hai/friend/add
     *### 错误码
     * success
     * error.alert
     * 
* * Protobuf type {@code plugin.HaiFriendAddRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:plugin.HaiFriendAddRequest) com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.class, com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.Builder.class); } // Construct using com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); siteUserId_ = ""; friendSiteUserId_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddRequest_descriptor; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest getDefaultInstanceForType() { return com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.getDefaultInstance(); } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest build() { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest buildPartial() { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest result = new com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest(this); result.siteUserId_ = siteUserId_; result.friendSiteUserId_ = friendSiteUserId_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest) { return mergeFrom((com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest other) { if (other == com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest.getDefaultInstance()) return this; if (!other.getSiteUserId().isEmpty()) { siteUserId_ = other.siteUserId_; onChanged(); } if (!other.getFriendSiteUserId().isEmpty()) { friendSiteUserId_ = other.friendSiteUserId_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object siteUserId_ = ""; /** *
       * 用户1
       * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); siteUserId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 用户1
       * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * 用户1
       * 
* * string site_user_id = 1; */ public Builder setSiteUserId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } siteUserId_ = value; onChanged(); return this; } /** *
       * 用户1
       * 
* * string site_user_id = 1; */ public Builder clearSiteUserId() { siteUserId_ = getDefaultInstance().getSiteUserId(); onChanged(); return this; } /** *
       * 用户1
       * 
* * string site_user_id = 1; */ public Builder setSiteUserIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); siteUserId_ = value; onChanged(); return this; } private java.lang.Object friendSiteUserId_ = ""; /** *
       * 用户2
       * 
* * string friend_site_user_id = 2; */ public java.lang.String getFriendSiteUserId() { java.lang.Object ref = friendSiteUserId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); friendSiteUserId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * 用户2
       * 
* * string friend_site_user_id = 2; */ public com.google.protobuf.ByteString getFriendSiteUserIdBytes() { java.lang.Object ref = friendSiteUserId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); friendSiteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * 用户2
       * 
* * string friend_site_user_id = 2; */ public Builder setFriendSiteUserId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } friendSiteUserId_ = value; onChanged(); return this; } /** *
       * 用户2
       * 
* * string friend_site_user_id = 2; */ public Builder clearFriendSiteUserId() { friendSiteUserId_ = getDefaultInstance().getFriendSiteUserId(); onChanged(); return this; } /** *
       * 用户2
       * 
* * string friend_site_user_id = 2; */ public Builder setFriendSiteUserIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); friendSiteUserId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:plugin.HaiFriendAddRequest) } // @@protoc_insertion_point(class_scope:plugin.HaiFriendAddRequest) private static final com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest(); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public HaiFriendAddRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new HaiFriendAddRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface HaiFriendAddResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:plugin.HaiFriendAddResponse) com.google.protobuf.MessageOrBuilder { } /** * Protobuf type {@code plugin.HaiFriendAddResponse} */ public static final class HaiFriendAddResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:plugin.HaiFriendAddResponse) HaiFriendAddResponseOrBuilder { private static final long serialVersionUID = 0L; // Use HaiFriendAddResponse.newBuilder() to construct. private HaiFriendAddResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HaiFriendAddResponse() { } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private HaiFriendAddResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.class, com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.Builder.class); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse)) { return super.equals(obj); } com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse other = (com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse) obj; boolean result = true; result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code plugin.HaiFriendAddResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:plugin.HaiFriendAddResponse) com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.class, com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.Builder.class); } // Construct using com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.plugin.HaiFriendAddProto.internal_static_plugin_HaiFriendAddResponse_descriptor; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse getDefaultInstanceForType() { return com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.getDefaultInstance(); } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse build() { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse buildPartial() { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse result = new com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse(this); onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse) { return mergeFrom((com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse other) { if (other == com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse.getDefaultInstance()) return this; this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:plugin.HaiFriendAddResponse) } // @@protoc_insertion_point(class_scope:plugin.HaiFriendAddResponse) private static final com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse(); } public static com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public HaiFriendAddResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new HaiFriendAddResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.plugin.HaiFriendAddProto.HaiFriendAddResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_plugin_HaiFriendAddRequest_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_plugin_HaiFriendAddRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_plugin_HaiFriendAddResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_plugin_HaiFriendAddResponse_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\033plugin/hai_friend_add.proto\022\006plugin\"H\n" + "\023HaiFriendAddRequest\022\024\n\014site_user_id\030\001 \001" + "(\t\022\033\n\023friend_site_user_id\030\002 \001(\t\"\026\n\024HaiFr" + "iendAddResponse2W\n\023HaiFriendAddService\022@" + "\n\003add\022\033.plugin.HaiFriendAddRequest\032\034.plu" + "gin.HaiFriendAddResponseB,\n\027com.akaxin.p" + "roto.pluginB\021HaiFriendAddProtob\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); internal_static_plugin_HaiFriendAddRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_plugin_HaiFriendAddRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_plugin_HaiFriendAddRequest_descriptor, new java.lang.String[] { "SiteUserId", "FriendSiteUserId", }); internal_static_plugin_HaiFriendAddResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_plugin_HaiFriendAddResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_plugin_HaiFriendAddResponse_descriptor, new java.lang.String[] { }); } // @@protoc_insertion_point(outer_class_scope) }