// Generated by the protocol buffer compiler. DO NOT EDIT! // source: WWxFriendPushNotice.proto package Im.Scrm.Ww.Proto; public final class WWxFriendPushNotice { private WWxFriendPushNotice() {} 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 WxFriendPushNoticeMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage) com.google.protobuf.MessageOrBuilder { /** *
* 设备企业WX号 ** *
int64 WxId = 1;
* @return The wxId.
*/
long getWxId();
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
java.util.List* 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage getFriends(int index);
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
int getFriendsCount();
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
java.util.List extends Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder>
getFriendsOrBuilderList();
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder getFriendsOrBuilder(
int index);
/**
* int32 Size = 3;
* @return The size.
*/
int getSize();
/**
* int32 Count = 4;
* @return The count.
*/
int getCount();
/**
* int32 Page = 5;
* @return The page.
*/
int getPage();
/**
* int64 TaskId = 6;
* @return The taskId.
*/
long getTaskId();
}
/**
* Protobuf type {@code Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage}
*/
public static final class WxFriendPushNoticeMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage)
WxFriendPushNoticeMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use WxFriendPushNoticeMessage.newBuilder() to construct.
private WxFriendPushNoticeMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private WxFriendPushNoticeMessage() {
friends_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new WxFriendPushNoticeMessage();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private WxFriendPushNoticeMessage(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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;
case 8: {
wxId_ = input.readInt64();
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
friends_ = new java.util.ArrayList* 设备企业WX号 ** *
int64 WxId = 1;
* @return The wxId.
*/
public long getWxId() {
return wxId_;
}
public static final int FRIENDS_FIELD_NUMBER = 2;
private java.util.List* 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public java.util.List* 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public java.util.List extends Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder>
getFriendsOrBuilderList() {
return friends_;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public int getFriendsCount() {
return friends_.size();
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage getFriends(int index) {
return friends_.get(index);
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder getFriendsOrBuilder(
int index) {
return friends_.get(index);
}
public static final int SIZE_FIELD_NUMBER = 3;
private int size_;
/**
* int32 Size = 3;
* @return The size.
*/
public int getSize() {
return size_;
}
public static final int COUNT_FIELD_NUMBER = 4;
private int count_;
/**
* int32 Count = 4;
* @return The count.
*/
public int getCount() {
return count_;
}
public static final int PAGE_FIELD_NUMBER = 5;
private int page_;
/**
* int32 Page = 5;
* @return The page.
*/
public int getPage() {
return page_;
}
public static final int TASKID_FIELD_NUMBER = 6;
private long taskId_;
/**
* int64 TaskId = 6;
* @return The taskId.
*/
public long getTaskId() {
return taskId_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (wxId_ != 0L) {
output.writeInt64(1, wxId_);
}
for (int i = 0; i < friends_.size(); i++) {
output.writeMessage(2, friends_.get(i));
}
if (size_ != 0) {
output.writeInt32(3, size_);
}
if (count_ != 0) {
output.writeInt32(4, count_);
}
if (page_ != 0) {
output.writeInt32(5, page_);
}
if (taskId_ != 0L) {
output.writeInt64(6, taskId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (wxId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, wxId_);
}
for (int i = 0; i < friends_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, friends_.get(i));
}
if (size_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, size_);
}
if (count_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, count_);
}
if (page_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, page_);
}
if (taskId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(6, taskId_);
}
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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage)) {
return super.equals(obj);
}
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage other = (Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage) obj;
if (getWxId()
!= other.getWxId()) return false;
if (!getFriendsList()
.equals(other.getFriendsList())) return false;
if (getSize()
!= other.getSize()) return false;
if (getCount()
!= other.getCount()) return false;
if (getPage()
!= other.getPage()) return false;
if (getTaskId()
!= other.getTaskId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WXID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getWxId());
if (getFriendsCount() > 0) {
hash = (37 * hash) + FRIENDS_FIELD_NUMBER;
hash = (53 * hash) + getFriendsList().hashCode();
}
hash = (37 * hash) + SIZE_FIELD_NUMBER;
hash = (53 * hash) + getSize();
hash = (37 * hash) + COUNT_FIELD_NUMBER;
hash = (53 * hash) + getCount();
hash = (37 * hash) + PAGE_FIELD_NUMBER;
hash = (53 * hash) + getPage();
hash = (37 * hash) + TASKID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getTaskId());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage 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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage 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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
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 Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 设备企业WX号 ** *
int64 WxId = 1;
* @return The wxId.
*/
public long getWxId() {
return wxId_;
}
/**
* * 设备企业WX号 ** *
int64 WxId = 1;
* @param value The wxId to set.
* @return This builder for chaining.
*/
public Builder setWxId(long value) {
wxId_ = value;
onChanged();
return this;
}
/**
* * 设备企业WX号 ** *
int64 WxId = 1;
* @return This builder for chaining.
*/
public Builder clearWxId() {
wxId_ = 0L;
onChanged();
return this;
}
private java.util.List* 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public java.util.List* 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public int getFriendsCount() {
if (friendsBuilder_ == null) {
return friends_.size();
} else {
return friendsBuilder_.getCount();
}
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage getFriends(int index) {
if (friendsBuilder_ == null) {
return friends_.get(index);
} else {
return friendsBuilder_.getMessage(index);
}
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder setFriends(
int index, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage value) {
if (friendsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFriendsIsMutable();
friends_.set(index, value);
onChanged();
} else {
friendsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder setFriends(
int index, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder builderForValue) {
if (friendsBuilder_ == null) {
ensureFriendsIsMutable();
friends_.set(index, builderForValue.build());
onChanged();
} else {
friendsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder addFriends(Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage value) {
if (friendsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFriendsIsMutable();
friends_.add(value);
onChanged();
} else {
friendsBuilder_.addMessage(value);
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder addFriends(
int index, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage value) {
if (friendsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFriendsIsMutable();
friends_.add(index, value);
onChanged();
} else {
friendsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder addFriends(
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder builderForValue) {
if (friendsBuilder_ == null) {
ensureFriendsIsMutable();
friends_.add(builderForValue.build());
onChanged();
} else {
friendsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder addFriends(
int index, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder builderForValue) {
if (friendsBuilder_ == null) {
ensureFriendsIsMutable();
friends_.add(index, builderForValue.build());
onChanged();
} else {
friendsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder addAllFriends(
java.lang.Iterable extends Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage> values) {
if (friendsBuilder_ == null) {
ensureFriendsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, friends_);
onChanged();
} else {
friendsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder clearFriends() {
if (friendsBuilder_ == null) {
friends_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
friendsBuilder_.clear();
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Builder removeFriends(int index) {
if (friendsBuilder_ == null) {
ensureFriendsIsMutable();
friends_.remove(index);
onChanged();
} else {
friendsBuilder_.remove(index);
}
return this;
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder getFriendsBuilder(
int index) {
return getFriendsFieldBuilder().getBuilder(index);
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder getFriendsOrBuilder(
int index) {
if (friendsBuilder_ == null) {
return friends_.get(index); } else {
return friendsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public java.util.List extends Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessageOrBuilder>
getFriendsOrBuilderList() {
if (friendsBuilder_ != null) {
return friendsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(friends_);
}
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder addFriendsBuilder() {
return getFriendsFieldBuilder().addBuilder(
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.getDefaultInstance());
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder addFriendsBuilder(
int index) {
return getFriendsFieldBuilder().addBuilder(
index, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.getDefaultInstance());
}
/**
* * 好友信息模型 多个 ** *
repeated .Im.Scrm.Ww.Proto.WxFriendMessage Friends = 2;
*/
public java.util.Listint32 Size = 3;
* @return The size.
*/
public int getSize() {
return size_;
}
/**
* int32 Size = 3;
* @param value The size to set.
* @return This builder for chaining.
*/
public Builder setSize(int value) {
size_ = value;
onChanged();
return this;
}
/**
* int32 Size = 3;
* @return This builder for chaining.
*/
public Builder clearSize() {
size_ = 0;
onChanged();
return this;
}
private int count_ ;
/**
* int32 Count = 4;
* @return The count.
*/
public int getCount() {
return count_;
}
/**
* int32 Count = 4;
* @param value The count to set.
* @return This builder for chaining.
*/
public Builder setCount(int value) {
count_ = value;
onChanged();
return this;
}
/**
* int32 Count = 4;
* @return This builder for chaining.
*/
public Builder clearCount() {
count_ = 0;
onChanged();
return this;
}
private int page_ ;
/**
* int32 Page = 5;
* @return The page.
*/
public int getPage() {
return page_;
}
/**
* int32 Page = 5;
* @param value The page to set.
* @return This builder for chaining.
*/
public Builder setPage(int value) {
page_ = value;
onChanged();
return this;
}
/**
* int32 Page = 5;
* @return This builder for chaining.
*/
public Builder clearPage() {
page_ = 0;
onChanged();
return this;
}
private long taskId_ ;
/**
* int64 TaskId = 6;
* @return The taskId.
*/
public long getTaskId() {
return taskId_;
}
/**
* int64 TaskId = 6;
* @param value The taskId to set.
* @return This builder for chaining.
*/
public Builder setTaskId(long value) {
taskId_ = value;
onChanged();
return this;
}
/**
* int64 TaskId = 6;
* @return This builder for chaining.
*/
public Builder clearTaskId() {
taskId_ = 0L;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage)
}
// @@protoc_insertion_point(class_scope:Im.Scrm.Ww.Proto.WxFriendPushNoticeMessage)
private static final Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage();
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendPushNoticeMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser* 昵称 ** *
string Name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* * 昵称 ** *
string Name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* * 头像 ** *
string Avatar = 2;
* @return The avatar.
*/
java.lang.String getAvatar();
/**
* * 头像 ** *
string Avatar = 2;
* @return The bytes for avatar.
*/
com.google.protobuf.ByteString
getAvatarBytes();
/**
* * openId ** *
string OpenId = 3;
* @return The openId.
*/
java.lang.String getOpenId();
/**
* * openId ** *
string OpenId = 3;
* @return The bytes for openId.
*/
com.google.protobuf.ByteString
getOpenIdBytes();
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The unionId.
*/
java.lang.String getUnionId();
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The bytes for unionId.
*/
com.google.protobuf.ByteString
getUnionIdBytes();
/**
* * 是否已发送过邀请 ** *
bool HasSent = 5;
* @return The hasSent.
*/
boolean getHasSent();
}
/**
* Protobuf type {@code Im.Scrm.Ww.Proto.WxFriendMessage}
*/
public static final class WxFriendMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Im.Scrm.Ww.Proto.WxFriendMessage)
WxFriendMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use WxFriendMessage.newBuilder() to construct.
private WxFriendMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private WxFriendMessage() {
name_ = "";
avatar_ = "";
openId_ = "";
unionId_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new WxFriendMessage();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private WxFriendMessage(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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;
case 10: {
java.lang.String s = input.readStringRequireUtf8();
name_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
avatar_ = s;
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
openId_ = s;
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
unionId_ = s;
break;
}
case 40: {
hasSent_ = input.readBool();
break;
}
default: {
if (!parseUnknownField(
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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.internal_static_Im_Scrm_Ww_Proto_WxFriendMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return Im.Scrm.Ww.Proto.WWxFriendPushNotice.internal_static_Im_Scrm_Ww_Proto_WxFriendMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.class, Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage.Builder.class);
}
public static final int NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object name_;
/**
* * 昵称 ** *
string Name = 1;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
name_ = s;
return s;
}
}
/**
* * 昵称 ** *
string Name = 1;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int AVATAR_FIELD_NUMBER = 2;
private volatile java.lang.Object avatar_;
/**
* * 头像 ** *
string Avatar = 2;
* @return The avatar.
*/
public java.lang.String getAvatar() {
java.lang.Object ref = avatar_;
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();
avatar_ = s;
return s;
}
}
/**
* * 头像 ** *
string Avatar = 2;
* @return The bytes for avatar.
*/
public com.google.protobuf.ByteString
getAvatarBytes() {
java.lang.Object ref = avatar_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
avatar_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPENID_FIELD_NUMBER = 3;
private volatile java.lang.Object openId_;
/**
* * openId ** *
string OpenId = 3;
* @return The openId.
*/
public java.lang.String getOpenId() {
java.lang.Object ref = openId_;
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();
openId_ = s;
return s;
}
}
/**
* * openId ** *
string OpenId = 3;
* @return The bytes for openId.
*/
public com.google.protobuf.ByteString
getOpenIdBytes() {
java.lang.Object ref = openId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
openId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int UNIONID_FIELD_NUMBER = 4;
private volatile java.lang.Object unionId_;
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The unionId.
*/
public java.lang.String getUnionId() {
java.lang.Object ref = unionId_;
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();
unionId_ = s;
return s;
}
}
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The bytes for unionId.
*/
public com.google.protobuf.ByteString
getUnionIdBytes() {
java.lang.Object ref = unionId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
unionId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int HASSENT_FIELD_NUMBER = 5;
private boolean hasSent_;
/**
* * 是否已发送过邀请 ** *
bool HasSent = 5;
* @return The hasSent.
*/
public boolean getHasSent() {
return hasSent_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getNameBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (!getAvatarBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, avatar_);
}
if (!getOpenIdBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, openId_);
}
if (!getUnionIdBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, unionId_);
}
if (hasSent_ != false) {
output.writeBool(5, hasSent_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getNameBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (!getAvatarBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, avatar_);
}
if (!getOpenIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, openId_);
}
if (!getUnionIdBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, unionId_);
}
if (hasSent_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, hasSent_);
}
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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage)) {
return super.equals(obj);
}
Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage other = (Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage) obj;
if (!getName()
.equals(other.getName())) return false;
if (!getAvatar()
.equals(other.getAvatar())) return false;
if (!getOpenId()
.equals(other.getOpenId())) return false;
if (!getUnionId()
.equals(other.getUnionId())) return false;
if (getHasSent()
!= other.getHasSent()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + AVATAR_FIELD_NUMBER;
hash = (53 * hash) + getAvatar().hashCode();
hash = (37 * hash) + OPENID_FIELD_NUMBER;
hash = (53 * hash) + getOpenId().hashCode();
hash = (37 * hash) + UNIONID_FIELD_NUMBER;
hash = (53 * hash) + getUnionId().hashCode();
hash = (37 * hash) + HASSENT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getHasSent());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage 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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage 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 Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
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 Im.Scrm.Ww.Proto.WxFriendMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 昵称 ** *
string Name = 1;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 昵称 ** *
string Name = 1;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 昵称 ** *
string Name = 1;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
onChanged();
return this;
}
/**
* * 昵称 ** *
string Name = 1;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
* * 昵称 ** *
string Name = 1;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
onChanged();
return this;
}
private java.lang.Object avatar_ = "";
/**
* * 头像 ** *
string Avatar = 2;
* @return The avatar.
*/
public java.lang.String getAvatar() {
java.lang.Object ref = avatar_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
avatar_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 头像 ** *
string Avatar = 2;
* @return The bytes for avatar.
*/
public com.google.protobuf.ByteString
getAvatarBytes() {
java.lang.Object ref = avatar_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
avatar_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 头像 ** *
string Avatar = 2;
* @param value The avatar to set.
* @return This builder for chaining.
*/
public Builder setAvatar(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
avatar_ = value;
onChanged();
return this;
}
/**
* * 头像 ** *
string Avatar = 2;
* @return This builder for chaining.
*/
public Builder clearAvatar() {
avatar_ = getDefaultInstance().getAvatar();
onChanged();
return this;
}
/**
* * 头像 ** *
string Avatar = 2;
* @param value The bytes for avatar to set.
* @return This builder for chaining.
*/
public Builder setAvatarBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
avatar_ = value;
onChanged();
return this;
}
private java.lang.Object openId_ = "";
/**
* * openId ** *
string OpenId = 3;
* @return The openId.
*/
public java.lang.String getOpenId() {
java.lang.Object ref = openId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
openId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * openId ** *
string OpenId = 3;
* @return The bytes for openId.
*/
public com.google.protobuf.ByteString
getOpenIdBytes() {
java.lang.Object ref = openId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
openId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * openId ** *
string OpenId = 3;
* @param value The openId to set.
* @return This builder for chaining.
*/
public Builder setOpenId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
openId_ = value;
onChanged();
return this;
}
/**
* * openId ** *
string OpenId = 3;
* @return This builder for chaining.
*/
public Builder clearOpenId() {
openId_ = getDefaultInstance().getOpenId();
onChanged();
return this;
}
/**
* * openId ** *
string OpenId = 3;
* @param value The bytes for openId to set.
* @return This builder for chaining.
*/
public Builder setOpenIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
openId_ = value;
onChanged();
return this;
}
private java.lang.Object unionId_ = "";
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The unionId.
*/
public java.lang.String getUnionId() {
java.lang.Object ref = unionId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
unionId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return The bytes for unionId.
*/
public com.google.protobuf.ByteString
getUnionIdBytes() {
java.lang.Object ref = unionId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
unionId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * unionId contactKey ** *
string UnionId = 4;
* @param value The unionId to set.
* @return This builder for chaining.
*/
public Builder setUnionId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
unionId_ = value;
onChanged();
return this;
}
/**
* * unionId contactKey ** *
string UnionId = 4;
* @return This builder for chaining.
*/
public Builder clearUnionId() {
unionId_ = getDefaultInstance().getUnionId();
onChanged();
return this;
}
/**
* * unionId contactKey ** *
string UnionId = 4;
* @param value The bytes for unionId to set.
* @return This builder for chaining.
*/
public Builder setUnionIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
unionId_ = value;
onChanged();
return this;
}
private boolean hasSent_ ;
/**
* * 是否已发送过邀请 ** *
bool HasSent = 5;
* @return The hasSent.
*/
public boolean getHasSent() {
return hasSent_;
}
/**
* * 是否已发送过邀请 ** *
bool HasSent = 5;
* @param value The hasSent to set.
* @return This builder for chaining.
*/
public Builder setHasSent(boolean value) {
hasSent_ = value;
onChanged();
return this;
}
/**
* * 是否已发送过邀请 ** *
bool HasSent = 5;
* @return This builder for chaining.
*/
public Builder clearHasSent() {
hasSent_ = false;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:Im.Scrm.Ww.Proto.WxFriendMessage)
}
// @@protoc_insertion_point(class_scope:Im.Scrm.Ww.Proto.WxFriendMessage)
private static final Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage();
}
public static Im.Scrm.Ww.Proto.WWxFriendPushNotice.WxFriendMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser