
wechat.protobuf.AddChatRoomMemberRequest Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
/**
* Protobuf type {@code wechat_proto.AddChatRoomMemberRequest}
*/
public final class AddChatRoomMemberRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.AddChatRoomMemberRequest)
AddChatRoomMemberRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use AddChatRoomMemberRequest.newBuilder() to construct.
private AddChatRoomMemberRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AddChatRoomMemberRequest() {
memberList_ = java.util.Collections.emptyList();
accessApplicationDesp_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AddChatRoomMemberRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AddChatRoomMemberRequest(
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 10: {
wechat.protobuf.BaseRequest.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) != 0)) {
subBuilder = baseRequest_.toBuilder();
}
baseRequest_ = input.readMessage(wechat.protobuf.BaseRequest.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(baseRequest_);
baseRequest_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
case 16: {
bitField0_ |= 0x00000002;
memberNum_ = input.readUInt32();
break;
}
case 26: {
if (!((mutable_bitField0_ & 0x00000004) != 0)) {
memberList_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000004;
}
memberList_.add(
input.readMessage(wechat.protobuf.MemberReq.PARSER, extensionRegistry));
break;
}
case 34: {
wechat.protobuf.SKBuiltinString.Builder subBuilder = null;
if (((bitField0_ & 0x00000004) != 0)) {
subBuilder = chatRoomName_.toBuilder();
}
chatRoomName_ = input.readMessage(wechat.protobuf.SKBuiltinString.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(chatRoomName_);
chatRoomName_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000004;
break;
}
case 40: {
bitField0_ |= 0x00000008;
lastRoomMsgTimeStamp_ = input.readUInt32();
break;
}
case 50: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000010;
accessApplicationDesp_ = bs;
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 {
if (((mutable_bitField0_ & 0x00000004) != 0)) {
memberList_ = java.util.Collections.unmodifiableList(memberList_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_AddChatRoomMemberRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_AddChatRoomMemberRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.AddChatRoomMemberRequest.class, wechat.protobuf.AddChatRoomMemberRequest.Builder.class);
}
private int bitField0_;
public static final int BASEREQUEST_FIELD_NUMBER = 1;
private wechat.protobuf.BaseRequest baseRequest_;
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
@java.lang.Override
public boolean hasBaseRequest() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
@java.lang.Override
public wechat.protobuf.BaseRequest getBaseRequest() {
return baseRequest_ == null ? wechat.protobuf.BaseRequest.getDefaultInstance() : baseRequest_;
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
@java.lang.Override
public wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder() {
return baseRequest_ == null ? wechat.protobuf.BaseRequest.getDefaultInstance() : baseRequest_;
}
public static final int MEMBERNUM_FIELD_NUMBER = 2;
private int memberNum_;
/**
* optional uint32 memberNum = 2;
* @return Whether the memberNum field is set.
*/
@java.lang.Override
public boolean hasMemberNum() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional uint32 memberNum = 2;
* @return The memberNum.
*/
@java.lang.Override
public int getMemberNum() {
return memberNum_;
}
public static final int MEMBERLIST_FIELD_NUMBER = 3;
private java.util.List memberList_;
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
@java.lang.Override
public java.util.List getMemberListList() {
return memberList_;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
@java.lang.Override
public java.util.List extends wechat.protobuf.MemberReqOrBuilder>
getMemberListOrBuilderList() {
return memberList_;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
@java.lang.Override
public int getMemberListCount() {
return memberList_.size();
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
@java.lang.Override
public wechat.protobuf.MemberReq getMemberList(int index) {
return memberList_.get(index);
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
@java.lang.Override
public wechat.protobuf.MemberReqOrBuilder getMemberListOrBuilder(
int index) {
return memberList_.get(index);
}
public static final int CHATROOMNAME_FIELD_NUMBER = 4;
private wechat.protobuf.SKBuiltinString chatRoomName_;
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return Whether the chatRoomName field is set.
*/
@java.lang.Override
public boolean hasChatRoomName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return The chatRoomName.
*/
@java.lang.Override
public wechat.protobuf.SKBuiltinString getChatRoomName() {
return chatRoomName_ == null ? wechat.protobuf.SKBuiltinString.getDefaultInstance() : chatRoomName_;
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
@java.lang.Override
public wechat.protobuf.SKBuiltinStringOrBuilder getChatRoomNameOrBuilder() {
return chatRoomName_ == null ? wechat.protobuf.SKBuiltinString.getDefaultInstance() : chatRoomName_;
}
public static final int LASTROOMMSGTIMESTAMP_FIELD_NUMBER = 5;
private int lastRoomMsgTimeStamp_;
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return Whether the lastRoomMsgTimeStamp field is set.
*/
@java.lang.Override
public boolean hasLastRoomMsgTimeStamp() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return The lastRoomMsgTimeStamp.
*/
@java.lang.Override
public int getLastRoomMsgTimeStamp() {
return lastRoomMsgTimeStamp_;
}
public static final int ACCESSAPPLICATIONDESP_FIELD_NUMBER = 6;
private volatile java.lang.Object accessApplicationDesp_;
/**
* optional string accessApplicationDesp = 6;
* @return Whether the accessApplicationDesp field is set.
*/
@java.lang.Override
public boolean hasAccessApplicationDesp() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional string accessApplicationDesp = 6;
* @return The accessApplicationDesp.
*/
@java.lang.Override
public java.lang.String getAccessApplicationDesp() {
java.lang.Object ref = accessApplicationDesp_;
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();
if (bs.isValidUtf8()) {
accessApplicationDesp_ = s;
}
return s;
}
}
/**
* optional string accessApplicationDesp = 6;
* @return The bytes for accessApplicationDesp.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAccessApplicationDespBytes() {
java.lang.Object ref = accessApplicationDesp_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
accessApplicationDesp_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getBaseRequest());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeUInt32(2, memberNum_);
}
for (int i = 0; i < memberList_.size(); i++) {
output.writeMessage(3, memberList_.get(i));
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(4, getChatRoomName());
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeUInt32(5, lastRoomMsgTimeStamp_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, accessApplicationDesp_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getBaseRequest());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, memberNum_);
}
for (int i = 0; i < memberList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, memberList_.get(i));
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getChatRoomName());
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, lastRoomMsgTimeStamp_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, accessApplicationDesp_);
}
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 wechat.protobuf.AddChatRoomMemberRequest)) {
return super.equals(obj);
}
wechat.protobuf.AddChatRoomMemberRequest other = (wechat.protobuf.AddChatRoomMemberRequest) obj;
if (hasBaseRequest() != other.hasBaseRequest()) return false;
if (hasBaseRequest()) {
if (!getBaseRequest()
.equals(other.getBaseRequest())) return false;
}
if (hasMemberNum() != other.hasMemberNum()) return false;
if (hasMemberNum()) {
if (getMemberNum()
!= other.getMemberNum()) return false;
}
if (!getMemberListList()
.equals(other.getMemberListList())) return false;
if (hasChatRoomName() != other.hasChatRoomName()) return false;
if (hasChatRoomName()) {
if (!getChatRoomName()
.equals(other.getChatRoomName())) return false;
}
if (hasLastRoomMsgTimeStamp() != other.hasLastRoomMsgTimeStamp()) return false;
if (hasLastRoomMsgTimeStamp()) {
if (getLastRoomMsgTimeStamp()
!= other.getLastRoomMsgTimeStamp()) return false;
}
if (hasAccessApplicationDesp() != other.hasAccessApplicationDesp()) return false;
if (hasAccessApplicationDesp()) {
if (!getAccessApplicationDesp()
.equals(other.getAccessApplicationDesp())) 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();
if (hasBaseRequest()) {
hash = (37 * hash) + BASEREQUEST_FIELD_NUMBER;
hash = (53 * hash) + getBaseRequest().hashCode();
}
if (hasMemberNum()) {
hash = (37 * hash) + MEMBERNUM_FIELD_NUMBER;
hash = (53 * hash) + getMemberNum();
}
if (getMemberListCount() > 0) {
hash = (37 * hash) + MEMBERLIST_FIELD_NUMBER;
hash = (53 * hash) + getMemberListList().hashCode();
}
if (hasChatRoomName()) {
hash = (37 * hash) + CHATROOMNAME_FIELD_NUMBER;
hash = (53 * hash) + getChatRoomName().hashCode();
}
if (hasLastRoomMsgTimeStamp()) {
hash = (37 * hash) + LASTROOMMSGTIMESTAMP_FIELD_NUMBER;
hash = (53 * hash) + getLastRoomMsgTimeStamp();
}
if (hasAccessApplicationDesp()) {
hash = (37 * hash) + ACCESSAPPLICATIONDESP_FIELD_NUMBER;
hash = (53 * hash) + getAccessApplicationDesp().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.AddChatRoomMemberRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.AddChatRoomMemberRequest 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 wechat.protobuf.AddChatRoomMemberRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.AddChatRoomMemberRequest 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 wechat.protobuf.AddChatRoomMemberRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.AddChatRoomMemberRequest 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(wechat.protobuf.AddChatRoomMemberRequest 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 wechat_proto.AddChatRoomMemberRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.AddChatRoomMemberRequest)
wechat.protobuf.AddChatRoomMemberRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_AddChatRoomMemberRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_AddChatRoomMemberRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.AddChatRoomMemberRequest.class, wechat.protobuf.AddChatRoomMemberRequest.Builder.class);
}
// Construct using wechat.protobuf.AddChatRoomMemberRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getBaseRequestFieldBuilder();
getMemberListFieldBuilder();
getChatRoomNameFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (baseRequestBuilder_ == null) {
baseRequest_ = null;
} else {
baseRequestBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
memberNum_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
if (memberListBuilder_ == null) {
memberList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
} else {
memberListBuilder_.clear();
}
if (chatRoomNameBuilder_ == null) {
chatRoomName_ = null;
} else {
chatRoomNameBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
lastRoomMsgTimeStamp_ = 0;
bitField0_ = (bitField0_ & ~0x00000010);
accessApplicationDesp_ = "";
bitField0_ = (bitField0_ & ~0x00000020);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_AddChatRoomMemberRequest_descriptor;
}
@java.lang.Override
public wechat.protobuf.AddChatRoomMemberRequest getDefaultInstanceForType() {
return wechat.protobuf.AddChatRoomMemberRequest.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.AddChatRoomMemberRequest build() {
wechat.protobuf.AddChatRoomMemberRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.AddChatRoomMemberRequest buildPartial() {
wechat.protobuf.AddChatRoomMemberRequest result = new wechat.protobuf.AddChatRoomMemberRequest(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
if (baseRequestBuilder_ == null) {
result.baseRequest_ = baseRequest_;
} else {
result.baseRequest_ = baseRequestBuilder_.build();
}
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.memberNum_ = memberNum_;
to_bitField0_ |= 0x00000002;
}
if (memberListBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0)) {
memberList_ = java.util.Collections.unmodifiableList(memberList_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.memberList_ = memberList_;
} else {
result.memberList_ = memberListBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
if (chatRoomNameBuilder_ == null) {
result.chatRoomName_ = chatRoomName_;
} else {
result.chatRoomName_ = chatRoomNameBuilder_.build();
}
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.lastRoomMsgTimeStamp_ = lastRoomMsgTimeStamp_;
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
to_bitField0_ |= 0x00000010;
}
result.accessApplicationDesp_ = accessApplicationDesp_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof wechat.protobuf.AddChatRoomMemberRequest) {
return mergeFrom((wechat.protobuf.AddChatRoomMemberRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.AddChatRoomMemberRequest other) {
if (other == wechat.protobuf.AddChatRoomMemberRequest.getDefaultInstance()) return this;
if (other.hasBaseRequest()) {
mergeBaseRequest(other.getBaseRequest());
}
if (other.hasMemberNum()) {
setMemberNum(other.getMemberNum());
}
if (memberListBuilder_ == null) {
if (!other.memberList_.isEmpty()) {
if (memberList_.isEmpty()) {
memberList_ = other.memberList_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureMemberListIsMutable();
memberList_.addAll(other.memberList_);
}
onChanged();
}
} else {
if (!other.memberList_.isEmpty()) {
if (memberListBuilder_.isEmpty()) {
memberListBuilder_.dispose();
memberListBuilder_ = null;
memberList_ = other.memberList_;
bitField0_ = (bitField0_ & ~0x00000004);
memberListBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getMemberListFieldBuilder() : null;
} else {
memberListBuilder_.addAllMessages(other.memberList_);
}
}
}
if (other.hasChatRoomName()) {
mergeChatRoomName(other.getChatRoomName());
}
if (other.hasLastRoomMsgTimeStamp()) {
setLastRoomMsgTimeStamp(other.getLastRoomMsgTimeStamp());
}
if (other.hasAccessApplicationDesp()) {
bitField0_ |= 0x00000020;
accessApplicationDesp_ = other.accessApplicationDesp_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
wechat.protobuf.AddChatRoomMemberRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.AddChatRoomMemberRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private wechat.protobuf.BaseRequest baseRequest_;
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseRequest, wechat.protobuf.BaseRequest.Builder, wechat.protobuf.BaseRequestOrBuilder> baseRequestBuilder_;
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
public boolean hasBaseRequest() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
public wechat.protobuf.BaseRequest getBaseRequest() {
if (baseRequestBuilder_ == null) {
return baseRequest_ == null ? wechat.protobuf.BaseRequest.getDefaultInstance() : baseRequest_;
} else {
return baseRequestBuilder_.getMessage();
}
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public Builder setBaseRequest(wechat.protobuf.BaseRequest value) {
if (baseRequestBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
baseRequest_ = value;
onChanged();
} else {
baseRequestBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public Builder setBaseRequest(
wechat.protobuf.BaseRequest.Builder builderForValue) {
if (baseRequestBuilder_ == null) {
baseRequest_ = builderForValue.build();
onChanged();
} else {
baseRequestBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public Builder mergeBaseRequest(wechat.protobuf.BaseRequest value) {
if (baseRequestBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
baseRequest_ != null &&
baseRequest_ != wechat.protobuf.BaseRequest.getDefaultInstance()) {
baseRequest_ =
wechat.protobuf.BaseRequest.newBuilder(baseRequest_).mergeFrom(value).buildPartial();
} else {
baseRequest_ = value;
}
onChanged();
} else {
baseRequestBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public Builder clearBaseRequest() {
if (baseRequestBuilder_ == null) {
baseRequest_ = null;
onChanged();
} else {
baseRequestBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public wechat.protobuf.BaseRequest.Builder getBaseRequestBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getBaseRequestFieldBuilder().getBuilder();
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
public wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder() {
if (baseRequestBuilder_ != null) {
return baseRequestBuilder_.getMessageOrBuilder();
} else {
return baseRequest_ == null ?
wechat.protobuf.BaseRequest.getDefaultInstance() : baseRequest_;
}
}
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseRequest, wechat.protobuf.BaseRequest.Builder, wechat.protobuf.BaseRequestOrBuilder>
getBaseRequestFieldBuilder() {
if (baseRequestBuilder_ == null) {
baseRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseRequest, wechat.protobuf.BaseRequest.Builder, wechat.protobuf.BaseRequestOrBuilder>(
getBaseRequest(),
getParentForChildren(),
isClean());
baseRequest_ = null;
}
return baseRequestBuilder_;
}
private int memberNum_ ;
/**
* optional uint32 memberNum = 2;
* @return Whether the memberNum field is set.
*/
@java.lang.Override
public boolean hasMemberNum() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional uint32 memberNum = 2;
* @return The memberNum.
*/
@java.lang.Override
public int getMemberNum() {
return memberNum_;
}
/**
* optional uint32 memberNum = 2;
* @param value The memberNum to set.
* @return This builder for chaining.
*/
public Builder setMemberNum(int value) {
bitField0_ |= 0x00000002;
memberNum_ = value;
onChanged();
return this;
}
/**
* optional uint32 memberNum = 2;
* @return This builder for chaining.
*/
public Builder clearMemberNum() {
bitField0_ = (bitField0_ & ~0x00000002);
memberNum_ = 0;
onChanged();
return this;
}
private java.util.List memberList_ =
java.util.Collections.emptyList();
private void ensureMemberListIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
memberList_ = new java.util.ArrayList(memberList_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
wechat.protobuf.MemberReq, wechat.protobuf.MemberReq.Builder, wechat.protobuf.MemberReqOrBuilder> memberListBuilder_;
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public java.util.List getMemberListList() {
if (memberListBuilder_ == null) {
return java.util.Collections.unmodifiableList(memberList_);
} else {
return memberListBuilder_.getMessageList();
}
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public int getMemberListCount() {
if (memberListBuilder_ == null) {
return memberList_.size();
} else {
return memberListBuilder_.getCount();
}
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public wechat.protobuf.MemberReq getMemberList(int index) {
if (memberListBuilder_ == null) {
return memberList_.get(index);
} else {
return memberListBuilder_.getMessage(index);
}
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder setMemberList(
int index, wechat.protobuf.MemberReq value) {
if (memberListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMemberListIsMutable();
memberList_.set(index, value);
onChanged();
} else {
memberListBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder setMemberList(
int index, wechat.protobuf.MemberReq.Builder builderForValue) {
if (memberListBuilder_ == null) {
ensureMemberListIsMutable();
memberList_.set(index, builderForValue.build());
onChanged();
} else {
memberListBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder addMemberList(wechat.protobuf.MemberReq value) {
if (memberListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMemberListIsMutable();
memberList_.add(value);
onChanged();
} else {
memberListBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder addMemberList(
int index, wechat.protobuf.MemberReq value) {
if (memberListBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureMemberListIsMutable();
memberList_.add(index, value);
onChanged();
} else {
memberListBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder addMemberList(
wechat.protobuf.MemberReq.Builder builderForValue) {
if (memberListBuilder_ == null) {
ensureMemberListIsMutable();
memberList_.add(builderForValue.build());
onChanged();
} else {
memberListBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder addMemberList(
int index, wechat.protobuf.MemberReq.Builder builderForValue) {
if (memberListBuilder_ == null) {
ensureMemberListIsMutable();
memberList_.add(index, builderForValue.build());
onChanged();
} else {
memberListBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder addAllMemberList(
java.lang.Iterable extends wechat.protobuf.MemberReq> values) {
if (memberListBuilder_ == null) {
ensureMemberListIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, memberList_);
onChanged();
} else {
memberListBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder clearMemberList() {
if (memberListBuilder_ == null) {
memberList_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
memberListBuilder_.clear();
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public Builder removeMemberList(int index) {
if (memberListBuilder_ == null) {
ensureMemberListIsMutable();
memberList_.remove(index);
onChanged();
} else {
memberListBuilder_.remove(index);
}
return this;
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public wechat.protobuf.MemberReq.Builder getMemberListBuilder(
int index) {
return getMemberListFieldBuilder().getBuilder(index);
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public wechat.protobuf.MemberReqOrBuilder getMemberListOrBuilder(
int index) {
if (memberListBuilder_ == null) {
return memberList_.get(index); } else {
return memberListBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public java.util.List extends wechat.protobuf.MemberReqOrBuilder>
getMemberListOrBuilderList() {
if (memberListBuilder_ != null) {
return memberListBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(memberList_);
}
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public wechat.protobuf.MemberReq.Builder addMemberListBuilder() {
return getMemberListFieldBuilder().addBuilder(
wechat.protobuf.MemberReq.getDefaultInstance());
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public wechat.protobuf.MemberReq.Builder addMemberListBuilder(
int index) {
return getMemberListFieldBuilder().addBuilder(
index, wechat.protobuf.MemberReq.getDefaultInstance());
}
/**
* repeated .wechat_proto.MemberReq memberList = 3;
*/
public java.util.List
getMemberListBuilderList() {
return getMemberListFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
wechat.protobuf.MemberReq, wechat.protobuf.MemberReq.Builder, wechat.protobuf.MemberReqOrBuilder>
getMemberListFieldBuilder() {
if (memberListBuilder_ == null) {
memberListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
wechat.protobuf.MemberReq, wechat.protobuf.MemberReq.Builder, wechat.protobuf.MemberReqOrBuilder>(
memberList_,
((bitField0_ & 0x00000004) != 0),
getParentForChildren(),
isClean());
memberList_ = null;
}
return memberListBuilder_;
}
private wechat.protobuf.SKBuiltinString chatRoomName_;
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString, wechat.protobuf.SKBuiltinString.Builder, wechat.protobuf.SKBuiltinStringOrBuilder> chatRoomNameBuilder_;
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return Whether the chatRoomName field is set.
*/
public boolean hasChatRoomName() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
* @return The chatRoomName.
*/
public wechat.protobuf.SKBuiltinString getChatRoomName() {
if (chatRoomNameBuilder_ == null) {
return chatRoomName_ == null ? wechat.protobuf.SKBuiltinString.getDefaultInstance() : chatRoomName_;
} else {
return chatRoomNameBuilder_.getMessage();
}
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public Builder setChatRoomName(wechat.protobuf.SKBuiltinString value) {
if (chatRoomNameBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
chatRoomName_ = value;
onChanged();
} else {
chatRoomNameBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public Builder setChatRoomName(
wechat.protobuf.SKBuiltinString.Builder builderForValue) {
if (chatRoomNameBuilder_ == null) {
chatRoomName_ = builderForValue.build();
onChanged();
} else {
chatRoomNameBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public Builder mergeChatRoomName(wechat.protobuf.SKBuiltinString value) {
if (chatRoomNameBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
chatRoomName_ != null &&
chatRoomName_ != wechat.protobuf.SKBuiltinString.getDefaultInstance()) {
chatRoomName_ =
wechat.protobuf.SKBuiltinString.newBuilder(chatRoomName_).mergeFrom(value).buildPartial();
} else {
chatRoomName_ = value;
}
onChanged();
} else {
chatRoomNameBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public Builder clearChatRoomName() {
if (chatRoomNameBuilder_ == null) {
chatRoomName_ = null;
onChanged();
} else {
chatRoomNameBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public wechat.protobuf.SKBuiltinString.Builder getChatRoomNameBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getChatRoomNameFieldBuilder().getBuilder();
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
public wechat.protobuf.SKBuiltinStringOrBuilder getChatRoomNameOrBuilder() {
if (chatRoomNameBuilder_ != null) {
return chatRoomNameBuilder_.getMessageOrBuilder();
} else {
return chatRoomName_ == null ?
wechat.protobuf.SKBuiltinString.getDefaultInstance() : chatRoomName_;
}
}
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString, wechat.protobuf.SKBuiltinString.Builder, wechat.protobuf.SKBuiltinStringOrBuilder>
getChatRoomNameFieldBuilder() {
if (chatRoomNameBuilder_ == null) {
chatRoomNameBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString, wechat.protobuf.SKBuiltinString.Builder, wechat.protobuf.SKBuiltinStringOrBuilder>(
getChatRoomName(),
getParentForChildren(),
isClean());
chatRoomName_ = null;
}
return chatRoomNameBuilder_;
}
private int lastRoomMsgTimeStamp_ ;
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return Whether the lastRoomMsgTimeStamp field is set.
*/
@java.lang.Override
public boolean hasLastRoomMsgTimeStamp() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return The lastRoomMsgTimeStamp.
*/
@java.lang.Override
public int getLastRoomMsgTimeStamp() {
return lastRoomMsgTimeStamp_;
}
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @param value The lastRoomMsgTimeStamp to set.
* @return This builder for chaining.
*/
public Builder setLastRoomMsgTimeStamp(int value) {
bitField0_ |= 0x00000010;
lastRoomMsgTimeStamp_ = value;
onChanged();
return this;
}
/**
* optional uint32 lastRoomMsgTimeStamp = 5;
* @return This builder for chaining.
*/
public Builder clearLastRoomMsgTimeStamp() {
bitField0_ = (bitField0_ & ~0x00000010);
lastRoomMsgTimeStamp_ = 0;
onChanged();
return this;
}
private java.lang.Object accessApplicationDesp_ = "";
/**
* optional string accessApplicationDesp = 6;
* @return Whether the accessApplicationDesp field is set.
*/
public boolean hasAccessApplicationDesp() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional string accessApplicationDesp = 6;
* @return The accessApplicationDesp.
*/
public java.lang.String getAccessApplicationDesp() {
java.lang.Object ref = accessApplicationDesp_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
accessApplicationDesp_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string accessApplicationDesp = 6;
* @return The bytes for accessApplicationDesp.
*/
public com.google.protobuf.ByteString
getAccessApplicationDespBytes() {
java.lang.Object ref = accessApplicationDesp_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
accessApplicationDesp_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string accessApplicationDesp = 6;
* @param value The accessApplicationDesp to set.
* @return This builder for chaining.
*/
public Builder setAccessApplicationDesp(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000020;
accessApplicationDesp_ = value;
onChanged();
return this;
}
/**
* optional string accessApplicationDesp = 6;
* @return This builder for chaining.
*/
public Builder clearAccessApplicationDesp() {
bitField0_ = (bitField0_ & ~0x00000020);
accessApplicationDesp_ = getDefaultInstance().getAccessApplicationDesp();
onChanged();
return this;
}
/**
* optional string accessApplicationDesp = 6;
* @param value The bytes for accessApplicationDesp to set.
* @return This builder for chaining.
*/
public Builder setAccessApplicationDespBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000020;
accessApplicationDesp_ = value;
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:wechat_proto.AddChatRoomMemberRequest)
}
// @@protoc_insertion_point(class_scope:wechat_proto.AddChatRoomMemberRequest)
private static final wechat.protobuf.AddChatRoomMemberRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.AddChatRoomMemberRequest();
}
public static wechat.protobuf.AddChatRoomMemberRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AddChatRoomMemberRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new AddChatRoomMemberRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public wechat.protobuf.AddChatRoomMemberRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy