// Generated by the protocol buffer compiler. DO NOT EDIT! // source: WCustomerGroupPushNotice.proto package Im.Scrm.Ww.Proto; public final class WCustomerGroupPushNotice { private WCustomerGroupPushNotice() {} 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 CustomerGroupPushNoticeMessageOrBuilder extends // @@protoc_insertion_point(interface_extends:Im.Scrm.Ww.Proto.CustomerGroupPushNoticeMessage) com.google.protobuf.MessageOrBuilder { /** *
* 设备企业WX号 ** *
int64 WxId = 1;
* @return The wxId.
*/
long getWxId();
/**
* * 是否成功 ** *
bool Success = 2;
* @return The success.
*/
boolean getSuccess();
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
java.util.List* 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage getGroups(int index);
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
int getGroupsCount();
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
java.util.List extends Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder>
getGroupsOrBuilderList();
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder getGroupsOrBuilder(
int index);
/**
* int64 TaskId = 4;
* @return The taskId.
*/
long getTaskId();
}
/**
* Protobuf type {@code Im.Scrm.Ww.Proto.CustomerGroupPushNoticeMessage}
*/
public static final class CustomerGroupPushNoticeMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Im.Scrm.Ww.Proto.CustomerGroupPushNoticeMessage)
CustomerGroupPushNoticeMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use CustomerGroupPushNoticeMessage.newBuilder() to construct.
private CustomerGroupPushNoticeMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CustomerGroupPushNoticeMessage() {
groups_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CustomerGroupPushNoticeMessage();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CustomerGroupPushNoticeMessage(
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 16: {
success_ = input.readBool();
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
groups_ = new java.util.ArrayList* 设备企业WX号 ** *
int64 WxId = 1;
* @return The wxId.
*/
public long getWxId() {
return wxId_;
}
public static final int SUCCESS_FIELD_NUMBER = 2;
private boolean success_;
/**
* * 是否成功 ** *
bool Success = 2;
* @return The success.
*/
public boolean getSuccess() {
return success_;
}
public static final int GROUPS_FIELD_NUMBER = 3;
private java.util.List* 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public java.util.List* 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public java.util.List extends Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder>
getGroupsOrBuilderList() {
return groups_;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public int getGroupsCount() {
return groups_.size();
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage getGroups(int index) {
return groups_.get(index);
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder getGroupsOrBuilder(
int index) {
return groups_.get(index);
}
public static final int TASKID_FIELD_NUMBER = 4;
private long taskId_;
/**
* int64 TaskId = 4;
* @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_);
}
if (success_ != false) {
output.writeBool(2, success_);
}
for (int i = 0; i < groups_.size(); i++) {
output.writeMessage(3, groups_.get(i));
}
if (taskId_ != 0L) {
output.writeInt64(4, 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_);
}
if (success_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, success_);
}
for (int i = 0; i < groups_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, groups_.get(i));
}
if (taskId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(4, 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage)) {
return super.equals(obj);
}
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage other = (Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage) obj;
if (getWxId()
!= other.getWxId()) return false;
if (getSuccess()
!= other.getSuccess()) return false;
if (!getGroupsList()
.equals(other.getGroupsList())) 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());
hash = (37 * hash) + SUCCESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getSuccess());
if (getGroupsCount() > 0) {
hash = (37 * hash) + GROUPS_FIELD_NUMBER;
hash = (53 * hash) + getGroupsList().hashCode();
}
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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage 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.CustomerGroupPushNoticeMessage}
*/
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 boolean success_ ;
/**
* * 是否成功 ** *
bool Success = 2;
* @return The success.
*/
public boolean getSuccess() {
return success_;
}
/**
* * 是否成功 ** *
bool Success = 2;
* @param value The success to set.
* @return This builder for chaining.
*/
public Builder setSuccess(boolean value) {
success_ = value;
onChanged();
return this;
}
/**
* * 是否成功 ** *
bool Success = 2;
* @return This builder for chaining.
*/
public Builder clearSuccess() {
success_ = false;
onChanged();
return this;
}
private java.util.List* 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public java.util.List* 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public int getGroupsCount() {
if (groupsBuilder_ == null) {
return groups_.size();
} else {
return groupsBuilder_.getCount();
}
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage getGroups(int index) {
if (groupsBuilder_ == null) {
return groups_.get(index);
} else {
return groupsBuilder_.getMessage(index);
}
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder setGroups(
int index, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage value) {
if (groupsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureGroupsIsMutable();
groups_.set(index, value);
onChanged();
} else {
groupsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder setGroups(
int index, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder builderForValue) {
if (groupsBuilder_ == null) {
ensureGroupsIsMutable();
groups_.set(index, builderForValue.build());
onChanged();
} else {
groupsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder addGroups(Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage value) {
if (groupsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureGroupsIsMutable();
groups_.add(value);
onChanged();
} else {
groupsBuilder_.addMessage(value);
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder addGroups(
int index, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage value) {
if (groupsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureGroupsIsMutable();
groups_.add(index, value);
onChanged();
} else {
groupsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder addGroups(
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder builderForValue) {
if (groupsBuilder_ == null) {
ensureGroupsIsMutable();
groups_.add(builderForValue.build());
onChanged();
} else {
groupsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder addGroups(
int index, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder builderForValue) {
if (groupsBuilder_ == null) {
ensureGroupsIsMutable();
groups_.add(index, builderForValue.build());
onChanged();
} else {
groupsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder addAllGroups(
java.lang.Iterable extends Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage> values) {
if (groupsBuilder_ == null) {
ensureGroupsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, groups_);
onChanged();
} else {
groupsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder clearGroups() {
if (groupsBuilder_ == null) {
groups_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
groupsBuilder_.clear();
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Builder removeGroups(int index) {
if (groupsBuilder_ == null) {
ensureGroupsIsMutable();
groups_.remove(index);
onChanged();
} else {
groupsBuilder_.remove(index);
}
return this;
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder getGroupsBuilder(
int index) {
return getGroupsFieldBuilder().getBuilder(index);
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder getGroupsOrBuilder(
int index) {
if (groupsBuilder_ == null) {
return groups_.get(index); } else {
return groupsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public java.util.List extends Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessageOrBuilder>
getGroupsOrBuilderList() {
if (groupsBuilder_ != null) {
return groupsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(groups_);
}
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder addGroupsBuilder() {
return getGroupsFieldBuilder().addBuilder(
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.getDefaultInstance());
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder addGroupsBuilder(
int index) {
return getGroupsFieldBuilder().addBuilder(
index, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.getDefaultInstance());
}
/**
* * 客户群列表 ** *
repeated .Im.Scrm.Ww.Proto.CustomerGroupMessage Groups = 3;
*/
public java.util.Listint64 TaskId = 4;
* @return The taskId.
*/
public long getTaskId() {
return taskId_;
}
/**
* int64 TaskId = 4;
* @param value The taskId to set.
* @return This builder for chaining.
*/
public Builder setTaskId(long value) {
taskId_ = value;
onChanged();
return this;
}
/**
* int64 TaskId = 4;
* @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.CustomerGroupPushNoticeMessage)
}
// @@protoc_insertion_point(class_scope:Im.Scrm.Ww.Proto.CustomerGroupPushNoticeMessage)
private static final Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage();
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupPushNoticeMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser* 会话id ** *
int64 Id = 1;
* @return The id.
*/
long getId();
/**
* * 会话RemoteId ** *
int64 RemoteId = 2;
* @return The remoteId.
*/
long getRemoteId();
/**
* * 群名 ** *
string Name = 3;
* @return The name.
*/
java.lang.String getName();
/**
* * 群名 ** *
string Name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string Avatar = 4;
* @return The avatar.
*/
java.lang.String getAvatar();
/**
* string Avatar = 4;
* @return The bytes for avatar.
*/
com.google.protobuf.ByteString
getAvatarBytes();
/**
* *群主Id ** *
int64 Owner = 6;
* @return The owner.
*/
long getOwner();
/**
* *创建时间 ** *
int32 CreateTime = 7;
* @return The createTime.
*/
int getCreateTime();
/**
* * 最后更新时间 ** *
int32 UpdateTime = 8;
* @return The updateTime.
*/
int getUpdateTime();
/**
* ** *
int32 Flag = 10;
* @return The flag.
*/
int getFlag();
/**
* *群成员数 ** *
int32 MemberCnt = 11;
* @return The memberCnt.
*/
int getMemberCnt();
}
/**
* Protobuf type {@code Im.Scrm.Ww.Proto.CustomerGroupMessage}
*/
public static final class CustomerGroupMessage extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Im.Scrm.Ww.Proto.CustomerGroupMessage)
CustomerGroupMessageOrBuilder {
private static final long serialVersionUID = 0L;
// Use CustomerGroupMessage.newBuilder() to construct.
private CustomerGroupMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CustomerGroupMessage() {
name_ = "";
avatar_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CustomerGroupMessage();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CustomerGroupMessage(
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 8: {
id_ = input.readInt64();
break;
}
case 16: {
remoteId_ = input.readInt64();
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
name_ = s;
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
avatar_ = s;
break;
}
case 48: {
owner_ = input.readInt64();
break;
}
case 56: {
createTime_ = input.readInt32();
break;
}
case 64: {
updateTime_ = input.readInt32();
break;
}
case 80: {
flag_ = input.readInt32();
break;
}
case 88: {
memberCnt_ = input.readInt32();
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.WCustomerGroupPushNotice.internal_static_Im_Scrm_Ww_Proto_CustomerGroupMessage_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.internal_static_Im_Scrm_Ww_Proto_CustomerGroupMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.class, Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage.Builder.class);
}
public static final int ID_FIELD_NUMBER = 1;
private long id_;
/**
* * 会话id ** *
int64 Id = 1;
* @return The id.
*/
public long getId() {
return id_;
}
public static final int REMOTEID_FIELD_NUMBER = 2;
private long remoteId_;
/**
* * 会话RemoteId ** *
int64 RemoteId = 2;
* @return The remoteId.
*/
public long getRemoteId() {
return remoteId_;
}
public static final int NAME_FIELD_NUMBER = 3;
private volatile java.lang.Object name_;
/**
* * 群名 ** *
string Name = 3;
* @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 = 3;
* @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 = 4;
private volatile java.lang.Object avatar_;
/**
* string Avatar = 4;
* @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 = 4;
* @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 OWNER_FIELD_NUMBER = 6;
private long owner_;
/**
* *群主Id ** *
int64 Owner = 6;
* @return The owner.
*/
public long getOwner() {
return owner_;
}
public static final int CREATETIME_FIELD_NUMBER = 7;
private int createTime_;
/**
* *创建时间 ** *
int32 CreateTime = 7;
* @return The createTime.
*/
public int getCreateTime() {
return createTime_;
}
public static final int UPDATETIME_FIELD_NUMBER = 8;
private int updateTime_;
/**
* * 最后更新时间 ** *
int32 UpdateTime = 8;
* @return The updateTime.
*/
public int getUpdateTime() {
return updateTime_;
}
public static final int FLAG_FIELD_NUMBER = 10;
private int flag_;
/**
* ** *
int32 Flag = 10;
* @return The flag.
*/
public int getFlag() {
return flag_;
}
public static final int MEMBERCNT_FIELD_NUMBER = 11;
private int memberCnt_;
/**
* *群成员数 ** *
int32 MemberCnt = 11;
* @return The memberCnt.
*/
public int getMemberCnt() {
return memberCnt_;
}
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 (id_ != 0L) {
output.writeInt64(1, id_);
}
if (remoteId_ != 0L) {
output.writeInt64(2, remoteId_);
}
if (!getNameBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, name_);
}
if (!getAvatarBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, avatar_);
}
if (owner_ != 0L) {
output.writeInt64(6, owner_);
}
if (createTime_ != 0) {
output.writeInt32(7, createTime_);
}
if (updateTime_ != 0) {
output.writeInt32(8, updateTime_);
}
if (flag_ != 0) {
output.writeInt32(10, flag_);
}
if (memberCnt_ != 0) {
output.writeInt32(11, memberCnt_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (id_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, id_);
}
if (remoteId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, remoteId_);
}
if (!getNameBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, name_);
}
if (!getAvatarBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, avatar_);
}
if (owner_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(6, owner_);
}
if (createTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(7, createTime_);
}
if (updateTime_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(8, updateTime_);
}
if (flag_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(10, flag_);
}
if (memberCnt_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(11, memberCnt_);
}
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.WCustomerGroupPushNotice.CustomerGroupMessage)) {
return super.equals(obj);
}
Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage other = (Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage) obj;
if (getId()
!= other.getId()) return false;
if (getRemoteId()
!= other.getRemoteId()) return false;
if (!getName()
.equals(other.getName())) return false;
if (!getAvatar()
.equals(other.getAvatar())) return false;
if (getOwner()
!= other.getOwner()) return false;
if (getCreateTime()
!= other.getCreateTime()) return false;
if (getUpdateTime()
!= other.getUpdateTime()) return false;
if (getFlag()
!= other.getFlag()) return false;
if (getMemberCnt()
!= other.getMemberCnt()) 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) + ID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getId());
hash = (37 * hash) + REMOTEID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getRemoteId());
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) + OWNER_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getOwner());
hash = (37 * hash) + CREATETIME_FIELD_NUMBER;
hash = (53 * hash) + getCreateTime();
hash = (37 * hash) + UPDATETIME_FIELD_NUMBER;
hash = (53 * hash) + getUpdateTime();
hash = (37 * hash) + FLAG_FIELD_NUMBER;
hash = (53 * hash) + getFlag();
hash = (37 * hash) + MEMBERCNT_FIELD_NUMBER;
hash = (53 * hash) + getMemberCnt();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage 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.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage 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.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage 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.WCustomerGroupPushNotice.CustomerGroupMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage 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.WCustomerGroupPushNotice.CustomerGroupMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage 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.WCustomerGroupPushNotice.CustomerGroupMessage 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.CustomerGroupMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 会话id ** *
int64 Id = 1;
* @return The id.
*/
public long getId() {
return id_;
}
/**
* * 会话id ** *
int64 Id = 1;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(long value) {
id_ = value;
onChanged();
return this;
}
/**
* * 会话id ** *
int64 Id = 1;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = 0L;
onChanged();
return this;
}
private long remoteId_ ;
/**
* * 会话RemoteId ** *
int64 RemoteId = 2;
* @return The remoteId.
*/
public long getRemoteId() {
return remoteId_;
}
/**
* * 会话RemoteId ** *
int64 RemoteId = 2;
* @param value The remoteId to set.
* @return This builder for chaining.
*/
public Builder setRemoteId(long value) {
remoteId_ = value;
onChanged();
return this;
}
/**
* * 会话RemoteId ** *
int64 RemoteId = 2;
* @return This builder for chaining.
*/
public Builder clearRemoteId() {
remoteId_ = 0L;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
* * 群名 ** *
string Name = 3;
* @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 = 3;
* @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 = 3;
* @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 = 3;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
* * 群名 ** *
string Name = 3;
* @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 = 4;
* @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 = 4;
* @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 = 4;
* @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 = 4;
* @return This builder for chaining.
*/
public Builder clearAvatar() {
avatar_ = getDefaultInstance().getAvatar();
onChanged();
return this;
}
/**
* string Avatar = 4;
* @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 long owner_ ;
/**
* *群主Id ** *
int64 Owner = 6;
* @return The owner.
*/
public long getOwner() {
return owner_;
}
/**
* *群主Id ** *
int64 Owner = 6;
* @param value The owner to set.
* @return This builder for chaining.
*/
public Builder setOwner(long value) {
owner_ = value;
onChanged();
return this;
}
/**
* *群主Id ** *
int64 Owner = 6;
* @return This builder for chaining.
*/
public Builder clearOwner() {
owner_ = 0L;
onChanged();
return this;
}
private int createTime_ ;
/**
* *创建时间 ** *
int32 CreateTime = 7;
* @return The createTime.
*/
public int getCreateTime() {
return createTime_;
}
/**
* *创建时间 ** *
int32 CreateTime = 7;
* @param value The createTime to set.
* @return This builder for chaining.
*/
public Builder setCreateTime(int value) {
createTime_ = value;
onChanged();
return this;
}
/**
* *创建时间 ** *
int32 CreateTime = 7;
* @return This builder for chaining.
*/
public Builder clearCreateTime() {
createTime_ = 0;
onChanged();
return this;
}
private int updateTime_ ;
/**
* * 最后更新时间 ** *
int32 UpdateTime = 8;
* @return The updateTime.
*/
public int getUpdateTime() {
return updateTime_;
}
/**
* * 最后更新时间 ** *
int32 UpdateTime = 8;
* @param value The updateTime to set.
* @return This builder for chaining.
*/
public Builder setUpdateTime(int value) {
updateTime_ = value;
onChanged();
return this;
}
/**
* * 最后更新时间 ** *
int32 UpdateTime = 8;
* @return This builder for chaining.
*/
public Builder clearUpdateTime() {
updateTime_ = 0;
onChanged();
return this;
}
private int flag_ ;
/**
* ** *
int32 Flag = 10;
* @return The flag.
*/
public int getFlag() {
return flag_;
}
/**
* ** *
int32 Flag = 10;
* @param value The flag to set.
* @return This builder for chaining.
*/
public Builder setFlag(int value) {
flag_ = value;
onChanged();
return this;
}
/**
* ** *
int32 Flag = 10;
* @return This builder for chaining.
*/
public Builder clearFlag() {
flag_ = 0;
onChanged();
return this;
}
private int memberCnt_ ;
/**
* *群成员数 ** *
int32 MemberCnt = 11;
* @return The memberCnt.
*/
public int getMemberCnt() {
return memberCnt_;
}
/**
* *群成员数 ** *
int32 MemberCnt = 11;
* @param value The memberCnt to set.
* @return This builder for chaining.
*/
public Builder setMemberCnt(int value) {
memberCnt_ = value;
onChanged();
return this;
}
/**
* *群成员数 ** *
int32 MemberCnt = 11;
* @return This builder for chaining.
*/
public Builder clearMemberCnt() {
memberCnt_ = 0;
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.CustomerGroupMessage)
}
// @@protoc_insertion_point(class_scope:Im.Scrm.Ww.Proto.CustomerGroupMessage)
private static final Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage();
}
public static Im.Scrm.Ww.Proto.WCustomerGroupPushNotice.CustomerGroupMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser