WindChat/windchat-protobuf/src/main/java/com/akaxin/proto/plugin/HaiFriendApplyProto.java

1387 lines
48 KiB
Java
Executable File

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: plugin/hai_friend_apply.proto
package com.akaxin.proto.plugin;
public final class HaiFriendApplyProto {
private HaiFriendApplyProto() {}
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 HaiFriendApplyRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:plugin.HaiFriendApplyRequest)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
java.lang.String getSiteUserId();
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
com.google.protobuf.ByteString
getSiteUserIdBytes();
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
java.lang.String getFriendSiteUserId();
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
com.google.protobuf.ByteString
getFriendSiteUserIdBytes();
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
java.lang.String getApplyReason();
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
com.google.protobuf.ByteString
getApplyReasonBytes();
}
/**
* <pre>
**
*A-&gt;B 发送好友请求
*----
*接口名
*----
* /hai/friend/apply
*错误码
*----
* success
* error.alert
* </pre>
*
* Protobuf type {@code plugin.HaiFriendApplyRequest}
*/
public static final class HaiFriendApplyRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:plugin.HaiFriendApplyRequest)
HaiFriendApplyRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use HaiFriendApplyRequest.newBuilder() to construct.
private HaiFriendApplyRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private HaiFriendApplyRequest() {
siteUserId_ = "";
friendSiteUserId_ = "";
applyReason_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HaiFriendApplyRequest(
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;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
applyReason_ = 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.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyRequest_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.class, com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.Builder.class);
}
public static final int SITE_USER_ID_FIELD_NUMBER = 1;
private volatile java.lang.Object siteUserId_;
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
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;
}
}
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
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_;
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
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;
}
}
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
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;
}
}
public static final int APPLY_REASON_FIELD_NUMBER = 3;
private volatile java.lang.Object applyReason_;
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public java.lang.String getApplyReason() {
java.lang.Object ref = applyReason_;
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();
applyReason_ = s;
return s;
}
}
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public com.google.protobuf.ByteString
getApplyReasonBytes() {
java.lang.Object ref = applyReason_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
applyReason_ = 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_);
}
if (!getApplyReasonBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, applyReason_);
}
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_);
}
if (!getApplyReasonBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, applyReason_);
}
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.HaiFriendApplyProto.HaiFriendApplyRequest)) {
return super.equals(obj);
}
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest other = (com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest) obj;
boolean result = true;
result = result && getSiteUserId()
.equals(other.getSiteUserId());
result = result && getFriendSiteUserId()
.equals(other.getFriendSiteUserId());
result = result && getApplyReason()
.equals(other.getApplyReason());
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 = (37 * hash) + APPLY_REASON_FIELD_NUMBER;
hash = (53 * hash) + getApplyReason().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest 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.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest 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.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest 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.HaiFriendApplyProto.HaiFriendApplyRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest 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.HaiFriendApplyProto.HaiFriendApplyRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest 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.HaiFriendApplyProto.HaiFriendApplyRequest 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;
}
/**
* <pre>
**
*A-&gt;B 发送好友请求
*----
*接口名
*----
* /hai/friend/apply
*错误码
*----
* success
* error.alert
* </pre>
*
* Protobuf type {@code plugin.HaiFriendApplyRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:plugin.HaiFriendApplyRequest)
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyRequest_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.class, com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.Builder.class);
}
// Construct using com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.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_ = "";
applyReason_ = "";
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyRequest_descriptor;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest getDefaultInstanceForType() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.getDefaultInstance();
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest build() {
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest buildPartial() {
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest result = new com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest(this);
result.siteUserId_ = siteUserId_;
result.friendSiteUserId_ = friendSiteUserId_;
result.applyReason_ = applyReason_;
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.HaiFriendApplyProto.HaiFriendApplyRequest) {
return mergeFrom((com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest other) {
if (other == com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest.getDefaultInstance()) return this;
if (!other.getSiteUserId().isEmpty()) {
siteUserId_ = other.siteUserId_;
onChanged();
}
if (!other.getFriendSiteUserId().isEmpty()) {
friendSiteUserId_ = other.friendSiteUserId_;
onChanged();
}
if (!other.getApplyReason().isEmpty()) {
applyReason_ = other.applyReason_;
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.HaiFriendApplyProto.HaiFriendApplyRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object siteUserId_ = "";
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
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;
}
}
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
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;
}
}
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
public Builder setSiteUserId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
siteUserId_ = value;
onChanged();
return this;
}
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
public Builder clearSiteUserId() {
siteUserId_ = getDefaultInstance().getSiteUserId();
onChanged();
return this;
}
/**
* <pre>
* 发起好友请求的用户
* </pre>
*
* <code>string site_user_id = 1;</code>
*/
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_ = "";
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
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;
}
}
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
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;
}
}
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
public Builder setFriendSiteUserId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
friendSiteUserId_ = value;
onChanged();
return this;
}
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
public Builder clearFriendSiteUserId() {
friendSiteUserId_ = getDefaultInstance().getFriendSiteUserId();
onChanged();
return this;
}
/**
* <pre>
* 目标用户
* </pre>
*
* <code>string friend_site_user_id = 2;</code>
*/
public Builder setFriendSiteUserIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
friendSiteUserId_ = value;
onChanged();
return this;
}
private java.lang.Object applyReason_ = "";
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public java.lang.String getApplyReason() {
java.lang.Object ref = applyReason_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
applyReason_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public com.google.protobuf.ByteString
getApplyReasonBytes() {
java.lang.Object ref = applyReason_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
applyReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public Builder setApplyReason(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
applyReason_ = value;
onChanged();
return this;
}
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public Builder clearApplyReason() {
applyReason_ = getDefaultInstance().getApplyReason();
onChanged();
return this;
}
/**
* <pre>
* 申请理由
* </pre>
*
* <code>string apply_reason = 3;</code>
*/
public Builder setApplyReasonBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
applyReason_ = 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.HaiFriendApplyRequest)
}
// @@protoc_insertion_point(class_scope:plugin.HaiFriendApplyRequest)
private static final com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest();
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<HaiFriendApplyRequest>
PARSER = new com.google.protobuf.AbstractParser<HaiFriendApplyRequest>() {
public HaiFriendApplyRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new HaiFriendApplyRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<HaiFriendApplyRequest> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<HaiFriendApplyRequest> getParserForType() {
return PARSER;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface HaiFriendApplyResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:plugin.HaiFriendApplyResponse)
com.google.protobuf.MessageOrBuilder {
}
/**
* Protobuf type {@code plugin.HaiFriendApplyResponse}
*/
public static final class HaiFriendApplyResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:plugin.HaiFriendApplyResponse)
HaiFriendApplyResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use HaiFriendApplyResponse.newBuilder() to construct.
private HaiFriendApplyResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private HaiFriendApplyResponse() {
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private HaiFriendApplyResponse(
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.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyResponse_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.class, com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.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.HaiFriendApplyProto.HaiFriendApplyResponse)) {
return super.equals(obj);
}
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse other = (com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse) 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.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyProto.HaiFriendApplyResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyProto.HaiFriendApplyResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyProto.HaiFriendApplyResponse 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.HaiFriendApplyResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:plugin.HaiFriendApplyResponse)
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyResponse_descriptor;
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.class, com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.Builder.class);
}
// Construct using com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.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.HaiFriendApplyProto.internal_static_plugin_HaiFriendApplyResponse_descriptor;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse getDefaultInstanceForType() {
return com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.getDefaultInstance();
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse build() {
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse buildPartial() {
com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse result = new com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse(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.HaiFriendApplyProto.HaiFriendApplyResponse) {
return mergeFrom((com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse other) {
if (other == com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse.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.HaiFriendApplyProto.HaiFriendApplyResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse) 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.HaiFriendApplyResponse)
}
// @@protoc_insertion_point(class_scope:plugin.HaiFriendApplyResponse)
private static final com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse();
}
public static com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<HaiFriendApplyResponse>
PARSER = new com.google.protobuf.AbstractParser<HaiFriendApplyResponse>() {
public HaiFriendApplyResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new HaiFriendApplyResponse(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<HaiFriendApplyResponse> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<HaiFriendApplyResponse> getParserForType() {
return PARSER;
}
public com.akaxin.proto.plugin.HaiFriendApplyProto.HaiFriendApplyResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_plugin_HaiFriendApplyRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_plugin_HaiFriendApplyRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_plugin_HaiFriendApplyResponse_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_plugin_HaiFriendApplyResponse_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\035plugin/hai_friend_apply.proto\022\006plugin\"" +
"`\n\025HaiFriendApplyRequest\022\024\n\014site_user_id" +
"\030\001 \001(\t\022\033\n\023friend_site_user_id\030\002 \001(\t\022\024\n\014a" +
"pply_reason\030\003 \001(\t\"\030\n\026HaiFriendApplyRespo" +
"nse2_\n\025HaiFriendApplyService\022F\n\005apply\022\035." +
"plugin.HaiFriendApplyRequest\032\036.plugin.Ha" +
"iFriendApplyResponseB.\n\027com.akaxin.proto" +
".pluginB\023HaiFriendApplyProtob\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_HaiFriendApplyRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_plugin_HaiFriendApplyRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_plugin_HaiFriendApplyRequest_descriptor,
new java.lang.String[] { "SiteUserId", "FriendSiteUserId", "ApplyReason", });
internal_static_plugin_HaiFriendApplyResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_plugin_HaiFriendApplyResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_plugin_HaiFriendApplyResponse_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}