wechat.protobuf.Sys Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sys.proto
package wechat.protobuf;
public final class Sys {
private Sys() {}
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 ReportClientCheckRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ReportClientCheckRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional bytes clientCheckData = 2;
* @return Whether the clientCheckData field is set.
*/
boolean hasClientCheckData();
/**
* optional bytes clientCheckData = 2;
* @return The clientCheckData.
*/
com.google.protobuf.ByteString getClientCheckData();
/**
* optional int32 context = 3;
* @return Whether the context field is set.
*/
boolean hasContext();
/**
* optional int32 context = 3;
* @return The context.
*/
int getContext();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return Whether the extSpamInfo field is set.
*/
boolean hasExtSpamInfo();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return The extSpamInfo.
*/
wechat.protobuf.SKBuiltinString_ getExtSpamInfo();
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getExtSpamInfoOrBuilder();
/**
* optional int32 i5 = 5;
* @return Whether the i5 field is set.
*/
boolean hasI5();
/**
* optional int32 i5 = 5;
* @return The i5.
*/
int getI5();
}
/**
* Protobuf type {@code wechat_proto.ReportClientCheckRequest}
*/
public static final class ReportClientCheckRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.ReportClientCheckRequest)
ReportClientCheckRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReportClientCheckRequest.newBuilder() to construct.
private ReportClientCheckRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ReportClientCheckRequest() {
clientCheckData_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ReportClientCheckRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReportClientCheckRequest(
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 18: {
bitField0_ |= 0x00000002;
clientCheckData_ = input.readBytes();
break;
}
case 24: {
bitField0_ |= 0x00000004;
context_ = input.readInt32();
break;
}
case 34: {
wechat.protobuf.SKBuiltinString_.Builder subBuilder = null;
if (((bitField0_ & 0x00000008) != 0)) {
subBuilder = extSpamInfo_.toBuilder();
}
extSpamInfo_ = input.readMessage(wechat.protobuf.SKBuiltinString_.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(extSpamInfo_);
extSpamInfo_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000008;
break;
}
case 40: {
bitField0_ |= 0x00000010;
i5_ = 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 wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.ReportClientCheckRequest.class, wechat.protobuf.Sys.ReportClientCheckRequest.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 CLIENTCHECKDATA_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString clientCheckData_;
/**
* optional bytes clientCheckData = 2;
* @return Whether the clientCheckData field is set.
*/
@java.lang.Override
public boolean hasClientCheckData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes clientCheckData = 2;
* @return The clientCheckData.
*/
@java.lang.Override
public com.google.protobuf.ByteString getClientCheckData() {
return clientCheckData_;
}
public static final int CONTEXT_FIELD_NUMBER = 3;
private int context_;
/**
* optional int32 context = 3;
* @return Whether the context field is set.
*/
@java.lang.Override
public boolean hasContext() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int32 context = 3;
* @return The context.
*/
@java.lang.Override
public int getContext() {
return context_;
}
public static final int EXTSPAMINFO_FIELD_NUMBER = 4;
private wechat.protobuf.SKBuiltinString_ extSpamInfo_;
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return Whether the extSpamInfo field is set.
*/
@java.lang.Override
public boolean hasExtSpamInfo() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return The extSpamInfo.
*/
@java.lang.Override
public wechat.protobuf.SKBuiltinString_ getExtSpamInfo() {
return extSpamInfo_ == null ? wechat.protobuf.SKBuiltinString_.getDefaultInstance() : extSpamInfo_;
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
@java.lang.Override
public wechat.protobuf.SKBuiltinString_OrBuilder getExtSpamInfoOrBuilder() {
return extSpamInfo_ == null ? wechat.protobuf.SKBuiltinString_.getDefaultInstance() : extSpamInfo_;
}
public static final int I5_FIELD_NUMBER = 5;
private int i5_;
/**
* optional int32 i5 = 5;
* @return Whether the i5 field is set.
*/
@java.lang.Override
public boolean hasI5() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional int32 i5 = 5;
* @return The i5.
*/
@java.lang.Override
public int getI5() {
return i5_;
}
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.writeBytes(2, clientCheckData_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeInt32(3, context_);
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeMessage(4, getExtSpamInfo());
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeInt32(5, i5_);
}
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
.computeBytesSize(2, clientCheckData_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, context_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getExtSpamInfo());
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, i5_);
}
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.Sys.ReportClientCheckRequest)) {
return super.equals(obj);
}
wechat.protobuf.Sys.ReportClientCheckRequest other = (wechat.protobuf.Sys.ReportClientCheckRequest) obj;
if (hasBaseRequest() != other.hasBaseRequest()) return false;
if (hasBaseRequest()) {
if (!getBaseRequest()
.equals(other.getBaseRequest())) return false;
}
if (hasClientCheckData() != other.hasClientCheckData()) return false;
if (hasClientCheckData()) {
if (!getClientCheckData()
.equals(other.getClientCheckData())) return false;
}
if (hasContext() != other.hasContext()) return false;
if (hasContext()) {
if (getContext()
!= other.getContext()) return false;
}
if (hasExtSpamInfo() != other.hasExtSpamInfo()) return false;
if (hasExtSpamInfo()) {
if (!getExtSpamInfo()
.equals(other.getExtSpamInfo())) return false;
}
if (hasI5() != other.hasI5()) return false;
if (hasI5()) {
if (getI5()
!= other.getI5()) 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 (hasClientCheckData()) {
hash = (37 * hash) + CLIENTCHECKDATA_FIELD_NUMBER;
hash = (53 * hash) + getClientCheckData().hashCode();
}
if (hasContext()) {
hash = (37 * hash) + CONTEXT_FIELD_NUMBER;
hash = (53 * hash) + getContext();
}
if (hasExtSpamInfo()) {
hash = (37 * hash) + EXTSPAMINFO_FIELD_NUMBER;
hash = (53 * hash) + getExtSpamInfo().hashCode();
}
if (hasI5()) {
hash = (37 * hash) + I5_FIELD_NUMBER;
hash = (53 * hash) + getI5();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.Sys.ReportClientCheckRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest 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.Sys.ReportClientCheckRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest 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.Sys.ReportClientCheckRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest 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.Sys.ReportClientCheckRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckRequest 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.Sys.ReportClientCheckRequest 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.ReportClientCheckRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.ReportClientCheckRequest)
wechat.protobuf.Sys.ReportClientCheckRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.ReportClientCheckRequest.class, wechat.protobuf.Sys.ReportClientCheckRequest.Builder.class);
}
// Construct using wechat.protobuf.Sys.ReportClientCheckRequest.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();
getExtSpamInfoFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (baseRequestBuilder_ == null) {
baseRequest_ = null;
} else {
baseRequestBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
clientCheckData_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
context_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
if (extSpamInfoBuilder_ == null) {
extSpamInfo_ = null;
} else {
extSpamInfoBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
i5_ = 0;
bitField0_ = (bitField0_ & ~0x00000010);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckRequest_descriptor;
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckRequest getDefaultInstanceForType() {
return wechat.protobuf.Sys.ReportClientCheckRequest.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckRequest build() {
wechat.protobuf.Sys.ReportClientCheckRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckRequest buildPartial() {
wechat.protobuf.Sys.ReportClientCheckRequest result = new wechat.protobuf.Sys.ReportClientCheckRequest(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)) {
to_bitField0_ |= 0x00000002;
}
result.clientCheckData_ = clientCheckData_;
if (((from_bitField0_ & 0x00000004) != 0)) {
result.context_ = context_;
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
if (extSpamInfoBuilder_ == null) {
result.extSpamInfo_ = extSpamInfo_;
} else {
result.extSpamInfo_ = extSpamInfoBuilder_.build();
}
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.i5_ = i5_;
to_bitField0_ |= 0x00000010;
}
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.Sys.ReportClientCheckRequest) {
return mergeFrom((wechat.protobuf.Sys.ReportClientCheckRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.Sys.ReportClientCheckRequest other) {
if (other == wechat.protobuf.Sys.ReportClientCheckRequest.getDefaultInstance()) return this;
if (other.hasBaseRequest()) {
mergeBaseRequest(other.getBaseRequest());
}
if (other.hasClientCheckData()) {
setClientCheckData(other.getClientCheckData());
}
if (other.hasContext()) {
setContext(other.getContext());
}
if (other.hasExtSpamInfo()) {
mergeExtSpamInfo(other.getExtSpamInfo());
}
if (other.hasI5()) {
setI5(other.getI5());
}
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.Sys.ReportClientCheckRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.Sys.ReportClientCheckRequest) 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 com.google.protobuf.ByteString clientCheckData_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes clientCheckData = 2;
* @return Whether the clientCheckData field is set.
*/
@java.lang.Override
public boolean hasClientCheckData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes clientCheckData = 2;
* @return The clientCheckData.
*/
@java.lang.Override
public com.google.protobuf.ByteString getClientCheckData() {
return clientCheckData_;
}
/**
* optional bytes clientCheckData = 2;
* @param value The clientCheckData to set.
* @return This builder for chaining.
*/
public Builder setClientCheckData(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
clientCheckData_ = value;
onChanged();
return this;
}
/**
* optional bytes clientCheckData = 2;
* @return This builder for chaining.
*/
public Builder clearClientCheckData() {
bitField0_ = (bitField0_ & ~0x00000002);
clientCheckData_ = getDefaultInstance().getClientCheckData();
onChanged();
return this;
}
private int context_ ;
/**
* optional int32 context = 3;
* @return Whether the context field is set.
*/
@java.lang.Override
public boolean hasContext() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int32 context = 3;
* @return The context.
*/
@java.lang.Override
public int getContext() {
return context_;
}
/**
* optional int32 context = 3;
* @param value The context to set.
* @return This builder for chaining.
*/
public Builder setContext(int value) {
bitField0_ |= 0x00000004;
context_ = value;
onChanged();
return this;
}
/**
* optional int32 context = 3;
* @return This builder for chaining.
*/
public Builder clearContext() {
bitField0_ = (bitField0_ & ~0x00000004);
context_ = 0;
onChanged();
return this;
}
private wechat.protobuf.SKBuiltinString_ extSpamInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString_, wechat.protobuf.SKBuiltinString_.Builder, wechat.protobuf.SKBuiltinString_OrBuilder> extSpamInfoBuilder_;
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return Whether the extSpamInfo field is set.
*/
public boolean hasExtSpamInfo() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
* @return The extSpamInfo.
*/
public wechat.protobuf.SKBuiltinString_ getExtSpamInfo() {
if (extSpamInfoBuilder_ == null) {
return extSpamInfo_ == null ? wechat.protobuf.SKBuiltinString_.getDefaultInstance() : extSpamInfo_;
} else {
return extSpamInfoBuilder_.getMessage();
}
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public Builder setExtSpamInfo(wechat.protobuf.SKBuiltinString_ value) {
if (extSpamInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
extSpamInfo_ = value;
onChanged();
} else {
extSpamInfoBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public Builder setExtSpamInfo(
wechat.protobuf.SKBuiltinString_.Builder builderForValue) {
if (extSpamInfoBuilder_ == null) {
extSpamInfo_ = builderForValue.build();
onChanged();
} else {
extSpamInfoBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public Builder mergeExtSpamInfo(wechat.protobuf.SKBuiltinString_ value) {
if (extSpamInfoBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
extSpamInfo_ != null &&
extSpamInfo_ != wechat.protobuf.SKBuiltinString_.getDefaultInstance()) {
extSpamInfo_ =
wechat.protobuf.SKBuiltinString_.newBuilder(extSpamInfo_).mergeFrom(value).buildPartial();
} else {
extSpamInfo_ = value;
}
onChanged();
} else {
extSpamInfoBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
return this;
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public Builder clearExtSpamInfo() {
if (extSpamInfoBuilder_ == null) {
extSpamInfo_ = null;
onChanged();
} else {
extSpamInfoBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public wechat.protobuf.SKBuiltinString_.Builder getExtSpamInfoBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getExtSpamInfoFieldBuilder().getBuilder();
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
public wechat.protobuf.SKBuiltinString_OrBuilder getExtSpamInfoOrBuilder() {
if (extSpamInfoBuilder_ != null) {
return extSpamInfoBuilder_.getMessageOrBuilder();
} else {
return extSpamInfo_ == null ?
wechat.protobuf.SKBuiltinString_.getDefaultInstance() : extSpamInfo_;
}
}
/**
* optional .wechat_proto.SKBuiltinString_ extSpamInfo = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString_, wechat.protobuf.SKBuiltinString_.Builder, wechat.protobuf.SKBuiltinString_OrBuilder>
getExtSpamInfoFieldBuilder() {
if (extSpamInfoBuilder_ == null) {
extSpamInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.SKBuiltinString_, wechat.protobuf.SKBuiltinString_.Builder, wechat.protobuf.SKBuiltinString_OrBuilder>(
getExtSpamInfo(),
getParentForChildren(),
isClean());
extSpamInfo_ = null;
}
return extSpamInfoBuilder_;
}
private int i5_ ;
/**
* optional int32 i5 = 5;
* @return Whether the i5 field is set.
*/
@java.lang.Override
public boolean hasI5() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional int32 i5 = 5;
* @return The i5.
*/
@java.lang.Override
public int getI5() {
return i5_;
}
/**
* optional int32 i5 = 5;
* @param value The i5 to set.
* @return This builder for chaining.
*/
public Builder setI5(int value) {
bitField0_ |= 0x00000010;
i5_ = value;
onChanged();
return this;
}
/**
* optional int32 i5 = 5;
* @return This builder for chaining.
*/
public Builder clearI5() {
bitField0_ = (bitField0_ & ~0x00000010);
i5_ = 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:wechat_proto.ReportClientCheckRequest)
}
// @@protoc_insertion_point(class_scope:wechat_proto.ReportClientCheckRequest)
private static final wechat.protobuf.Sys.ReportClientCheckRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.Sys.ReportClientCheckRequest();
}
public static wechat.protobuf.Sys.ReportClientCheckRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ReportClientCheckRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ReportClientCheckRequest(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.Sys.ReportClientCheckRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ReportClientCheckResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ReportClientCheckResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
}
/**
* Protobuf type {@code wechat_proto.ReportClientCheckResponse}
*/
public static final class ReportClientCheckResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.ReportClientCheckResponse)
ReportClientCheckResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use ReportClientCheckResponse.newBuilder() to construct.
private ReportClientCheckResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ReportClientCheckResponse() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ReportClientCheckResponse();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ReportClientCheckResponse(
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.BaseResponse.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) != 0)) {
subBuilder = baseResponse_.toBuilder();
}
baseResponse_ = input.readMessage(wechat.protobuf.BaseResponse.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(baseResponse_);
baseResponse_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
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 wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.ReportClientCheckResponse.class, wechat.protobuf.Sys.ReportClientCheckResponse.Builder.class);
}
private int bitField0_;
public static final int BASERESPONSE_FIELD_NUMBER = 1;
private wechat.protobuf.BaseResponse baseResponse_;
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
@java.lang.Override
public boolean hasBaseResponse() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
@java.lang.Override
public wechat.protobuf.BaseResponse getBaseResponse() {
return baseResponse_ == null ? wechat.protobuf.BaseResponse.getDefaultInstance() : baseResponse_;
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
@java.lang.Override
public wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder() {
return baseResponse_ == null ? wechat.protobuf.BaseResponse.getDefaultInstance() : baseResponse_;
}
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, getBaseResponse());
}
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, getBaseResponse());
}
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.Sys.ReportClientCheckResponse)) {
return super.equals(obj);
}
wechat.protobuf.Sys.ReportClientCheckResponse other = (wechat.protobuf.Sys.ReportClientCheckResponse) obj;
if (hasBaseResponse() != other.hasBaseResponse()) return false;
if (hasBaseResponse()) {
if (!getBaseResponse()
.equals(other.getBaseResponse())) 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 (hasBaseResponse()) {
hash = (37 * hash) + BASERESPONSE_FIELD_NUMBER;
hash = (53 * hash) + getBaseResponse().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.Sys.ReportClientCheckResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse 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.Sys.ReportClientCheckResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse 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.Sys.ReportClientCheckResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse 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.Sys.ReportClientCheckResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.ReportClientCheckResponse 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.Sys.ReportClientCheckResponse 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.ReportClientCheckResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.ReportClientCheckResponse)
wechat.protobuf.Sys.ReportClientCheckResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.ReportClientCheckResponse.class, wechat.protobuf.Sys.ReportClientCheckResponse.Builder.class);
}
// Construct using wechat.protobuf.Sys.ReportClientCheckResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getBaseResponseFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (baseResponseBuilder_ == null) {
baseResponse_ = null;
} else {
baseResponseBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Sys.internal_static_wechat_proto_ReportClientCheckResponse_descriptor;
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckResponse getDefaultInstanceForType() {
return wechat.protobuf.Sys.ReportClientCheckResponse.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckResponse build() {
wechat.protobuf.Sys.ReportClientCheckResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.Sys.ReportClientCheckResponse buildPartial() {
wechat.protobuf.Sys.ReportClientCheckResponse result = new wechat.protobuf.Sys.ReportClientCheckResponse(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
if (baseResponseBuilder_ == null) {
result.baseResponse_ = baseResponse_;
} else {
result.baseResponse_ = baseResponseBuilder_.build();
}
to_bitField0_ |= 0x00000001;
}
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.Sys.ReportClientCheckResponse) {
return mergeFrom((wechat.protobuf.Sys.ReportClientCheckResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.Sys.ReportClientCheckResponse other) {
if (other == wechat.protobuf.Sys.ReportClientCheckResponse.getDefaultInstance()) return this;
if (other.hasBaseResponse()) {
mergeBaseResponse(other.getBaseResponse());
}
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.Sys.ReportClientCheckResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.Sys.ReportClientCheckResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private wechat.protobuf.BaseResponse baseResponse_;
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseResponse, wechat.protobuf.BaseResponse.Builder, wechat.protobuf.BaseResponseOrBuilder> baseResponseBuilder_;
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return Whether the baseResponse field is set.
*/
public boolean hasBaseResponse() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
* @return The baseResponse.
*/
public wechat.protobuf.BaseResponse getBaseResponse() {
if (baseResponseBuilder_ == null) {
return baseResponse_ == null ? wechat.protobuf.BaseResponse.getDefaultInstance() : baseResponse_;
} else {
return baseResponseBuilder_.getMessage();
}
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public Builder setBaseResponse(wechat.protobuf.BaseResponse value) {
if (baseResponseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
baseResponse_ = value;
onChanged();
} else {
baseResponseBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public Builder setBaseResponse(
wechat.protobuf.BaseResponse.Builder builderForValue) {
if (baseResponseBuilder_ == null) {
baseResponse_ = builderForValue.build();
onChanged();
} else {
baseResponseBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public Builder mergeBaseResponse(wechat.protobuf.BaseResponse value) {
if (baseResponseBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
baseResponse_ != null &&
baseResponse_ != wechat.protobuf.BaseResponse.getDefaultInstance()) {
baseResponse_ =
wechat.protobuf.BaseResponse.newBuilder(baseResponse_).mergeFrom(value).buildPartial();
} else {
baseResponse_ = value;
}
onChanged();
} else {
baseResponseBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public Builder clearBaseResponse() {
if (baseResponseBuilder_ == null) {
baseResponse_ = null;
onChanged();
} else {
baseResponseBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public wechat.protobuf.BaseResponse.Builder getBaseResponseBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getBaseResponseFieldBuilder().getBuilder();
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
public wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder() {
if (baseResponseBuilder_ != null) {
return baseResponseBuilder_.getMessageOrBuilder();
} else {
return baseResponse_ == null ?
wechat.protobuf.BaseResponse.getDefaultInstance() : baseResponse_;
}
}
/**
* optional .wechat_proto.BaseResponse baseResponse = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseResponse, wechat.protobuf.BaseResponse.Builder, wechat.protobuf.BaseResponseOrBuilder>
getBaseResponseFieldBuilder() {
if (baseResponseBuilder_ == null) {
baseResponseBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
wechat.protobuf.BaseResponse, wechat.protobuf.BaseResponse.Builder, wechat.protobuf.BaseResponseOrBuilder>(
getBaseResponse(),
getParentForChildren(),
isClean());
baseResponse_ = null;
}
return baseResponseBuilder_;
}
@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.ReportClientCheckResponse)
}
// @@protoc_insertion_point(class_scope:wechat_proto.ReportClientCheckResponse)
private static final wechat.protobuf.Sys.ReportClientCheckResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.Sys.ReportClientCheckResponse();
}
public static wechat.protobuf.Sys.ReportClientCheckResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ReportClientCheckResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ReportClientCheckResponse(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.Sys.ReportClientCheckResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface DeviceRunningInfo23OrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DeviceRunningInfo23)
com.google.protobuf.MessageOrBuilder {
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
boolean hasVersion();
/**
* optional string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
* optional string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
boolean hasEncrypted();
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
int getEncrypted();
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional bytes data = 3;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}
/**
* Protobuf type {@code wechat_proto.DeviceRunningInfo23}
*/
public static final class DeviceRunningInfo23 extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.DeviceRunningInfo23)
DeviceRunningInfo23OrBuilder {
private static final long serialVersionUID = 0L;
// Use DeviceRunningInfo23.newBuilder() to construct.
private DeviceRunningInfo23(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DeviceRunningInfo23() {
version_ = "";
data_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new DeviceRunningInfo23();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private DeviceRunningInfo23(
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: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
version_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
encrypted_ = input.readInt32();
break;
}
case 26: {
bitField0_ |= 0x00000004;
data_ = input.readBytes();
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 wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo23_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo23_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.DeviceRunningInfo23.class, wechat.protobuf.Sys.DeviceRunningInfo23.Builder.class);
}
private int bitField0_;
public static final int VERSION_FIELD_NUMBER = 1;
private volatile java.lang.Object version_;
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
@java.lang.Override
public boolean hasVersion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string version = 1;
* @return The version.
*/
@java.lang.Override
public java.lang.String getVersion() {
java.lang.Object ref = version_;
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()) {
version_ = s;
}
return s;
}
}
/**
* optional string version = 1;
* @return The bytes for version.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ENCRYPTED_FIELD_NUMBER = 2;
private int encrypted_;
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
@java.lang.Override
public boolean hasEncrypted() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
@java.lang.Override
public int getEncrypted() {
return encrypted_;
}
public static final int DATA_FIELD_NUMBER = 3;
private com.google.protobuf.ByteString data_;
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
@java.lang.Override
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes data = 3;
* @return The data.
*/
@java.lang.Override
public com.google.protobuf.ByteString getData() {
return data_;
}
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)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, version_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeInt32(2, encrypted_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeBytes(3, data_);
}
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.GeneratedMessageV3.computeStringSize(1, version_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, encrypted_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, data_);
}
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.Sys.DeviceRunningInfo23)) {
return super.equals(obj);
}
wechat.protobuf.Sys.DeviceRunningInfo23 other = (wechat.protobuf.Sys.DeviceRunningInfo23) obj;
if (hasVersion() != other.hasVersion()) return false;
if (hasVersion()) {
if (!getVersion()
.equals(other.getVersion())) return false;
}
if (hasEncrypted() != other.hasEncrypted()) return false;
if (hasEncrypted()) {
if (getEncrypted()
!= other.getEncrypted()) return false;
}
if (hasData() != other.hasData()) return false;
if (hasData()) {
if (!getData()
.equals(other.getData())) 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 (hasVersion()) {
hash = (37 * hash) + VERSION_FIELD_NUMBER;
hash = (53 * hash) + getVersion().hashCode();
}
if (hasEncrypted()) {
hash = (37 * hash) + ENCRYPTED_FIELD_NUMBER;
hash = (53 * hash) + getEncrypted();
}
if (hasData()) {
hash = (37 * hash) + DATA_FIELD_NUMBER;
hash = (53 * hash) + getData().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 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.Sys.DeviceRunningInfo23 parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 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.Sys.DeviceRunningInfo23 parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 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.Sys.DeviceRunningInfo23 parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 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.Sys.DeviceRunningInfo23 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.DeviceRunningInfo23}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.DeviceRunningInfo23)
wechat.protobuf.Sys.DeviceRunningInfo23OrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo23_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo23_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.DeviceRunningInfo23.class, wechat.protobuf.Sys.DeviceRunningInfo23.Builder.class);
}
// Construct using wechat.protobuf.Sys.DeviceRunningInfo23.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
version_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
encrypted_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
data_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo23_descriptor;
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo23 getDefaultInstanceForType() {
return wechat.protobuf.Sys.DeviceRunningInfo23.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo23 build() {
wechat.protobuf.Sys.DeviceRunningInfo23 result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo23 buildPartial() {
wechat.protobuf.Sys.DeviceRunningInfo23 result = new wechat.protobuf.Sys.DeviceRunningInfo23(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
to_bitField0_ |= 0x00000001;
}
result.version_ = version_;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.encrypted_ = encrypted_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
to_bitField0_ |= 0x00000004;
}
result.data_ = data_;
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.Sys.DeviceRunningInfo23) {
return mergeFrom((wechat.protobuf.Sys.DeviceRunningInfo23)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.Sys.DeviceRunningInfo23 other) {
if (other == wechat.protobuf.Sys.DeviceRunningInfo23.getDefaultInstance()) return this;
if (other.hasVersion()) {
bitField0_ |= 0x00000001;
version_ = other.version_;
onChanged();
}
if (other.hasEncrypted()) {
setEncrypted(other.getEncrypted());
}
if (other.hasData()) {
setData(other.getData());
}
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.Sys.DeviceRunningInfo23 parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.Sys.DeviceRunningInfo23) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object version_ = "";
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string version = 1;
* @return The version.
*/
public java.lang.String getVersion() {
java.lang.Object ref = version_;
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()) {
version_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string version = 1;
* @return The bytes for version.
*/
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string version = 1;
* @param value The version to set.
* @return This builder for chaining.
*/
public Builder setVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
version_ = value;
onChanged();
return this;
}
/**
* optional string version = 1;
* @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000001);
version_ = getDefaultInstance().getVersion();
onChanged();
return this;
}
/**
* optional string version = 1;
* @param value The bytes for version to set.
* @return This builder for chaining.
*/
public Builder setVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
version_ = value;
onChanged();
return this;
}
private int encrypted_ ;
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
@java.lang.Override
public boolean hasEncrypted() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
@java.lang.Override
public int getEncrypted() {
return encrypted_;
}
/**
* optional int32 Encrypted = 2;
* @param value The encrypted to set.
* @return This builder for chaining.
*/
public Builder setEncrypted(int value) {
bitField0_ |= 0x00000002;
encrypted_ = value;
onChanged();
return this;
}
/**
* optional int32 Encrypted = 2;
* @return This builder for chaining.
*/
public Builder clearEncrypted() {
bitField0_ = (bitField0_ & ~0x00000002);
encrypted_ = 0;
onChanged();
return this;
}
private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
@java.lang.Override
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes data = 3;
* @return The data.
*/
@java.lang.Override
public com.google.protobuf.ByteString getData() {
return data_;
}
/**
* optional bytes data = 3;
* @param value The data to set.
* @return This builder for chaining.
*/
public Builder setData(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
data_ = value;
onChanged();
return this;
}
/**
* optional bytes data = 3;
* @return This builder for chaining.
*/
public Builder clearData() {
bitField0_ = (bitField0_ & ~0x00000004);
data_ = getDefaultInstance().getData();
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.DeviceRunningInfo23)
}
// @@protoc_insertion_point(class_scope:wechat_proto.DeviceRunningInfo23)
private static final wechat.protobuf.Sys.DeviceRunningInfo23 DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.Sys.DeviceRunningInfo23();
}
public static wechat.protobuf.Sys.DeviceRunningInfo23 getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public DeviceRunningInfo23 parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new DeviceRunningInfo23(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.Sys.DeviceRunningInfo23 getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface DeviceRunningInfo24OrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DeviceRunningInfo24)
com.google.protobuf.MessageOrBuilder {
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
boolean hasVersion();
/**
* optional string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
* optional string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
boolean hasEncrypted();
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
int getEncrypted();
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional bytes data = 3;
* @return The data.
*/
com.google.protobuf.ByteString getData();
/**
* optional uint32 Timestamp = 4;
* @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* optional uint32 Timestamp = 4;
* @return The timestamp.
*/
int getTimestamp();
/**
* optional uint32 opType = 5;
* @return Whether the opType field is set.
*/
boolean hasOpType();
/**
* optional uint32 opType = 5;
* @return The opType.
*/
int getOpType();
/**
* optional uint32 uin = 6;
* @return Whether the uin field is set.
*/
boolean hasUin();
/**
* optional uint32 uin = 6;
* @return The uin.
*/
int getUin();
}
/**
* Protobuf type {@code wechat_proto.DeviceRunningInfo24}
*/
public static final class DeviceRunningInfo24 extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.DeviceRunningInfo24)
DeviceRunningInfo24OrBuilder {
private static final long serialVersionUID = 0L;
// Use DeviceRunningInfo24.newBuilder() to construct.
private DeviceRunningInfo24(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DeviceRunningInfo24() {
version_ = "";
data_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new DeviceRunningInfo24();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private DeviceRunningInfo24(
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: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
version_ = bs;
break;
}
case 16: {
bitField0_ |= 0x00000002;
encrypted_ = input.readInt32();
break;
}
case 26: {
bitField0_ |= 0x00000004;
data_ = input.readBytes();
break;
}
case 32: {
bitField0_ |= 0x00000008;
timestamp_ = input.readUInt32();
break;
}
case 40: {
bitField0_ |= 0x00000010;
opType_ = input.readUInt32();
break;
}
case 48: {
bitField0_ |= 0x00000020;
uin_ = input.readUInt32();
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 wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo24_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo24_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.DeviceRunningInfo24.class, wechat.protobuf.Sys.DeviceRunningInfo24.Builder.class);
}
private int bitField0_;
public static final int VERSION_FIELD_NUMBER = 1;
private volatile java.lang.Object version_;
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
@java.lang.Override
public boolean hasVersion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string version = 1;
* @return The version.
*/
@java.lang.Override
public java.lang.String getVersion() {
java.lang.Object ref = version_;
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()) {
version_ = s;
}
return s;
}
}
/**
* optional string version = 1;
* @return The bytes for version.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ENCRYPTED_FIELD_NUMBER = 2;
private int encrypted_;
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
@java.lang.Override
public boolean hasEncrypted() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
@java.lang.Override
public int getEncrypted() {
return encrypted_;
}
public static final int DATA_FIELD_NUMBER = 3;
private com.google.protobuf.ByteString data_;
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
@java.lang.Override
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes data = 3;
* @return The data.
*/
@java.lang.Override
public com.google.protobuf.ByteString getData() {
return data_;
}
public static final int TIMESTAMP_FIELD_NUMBER = 4;
private int timestamp_;
/**
* optional uint32 Timestamp = 4;
* @return Whether the timestamp field is set.
*/
@java.lang.Override
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional uint32 Timestamp = 4;
* @return The timestamp.
*/
@java.lang.Override
public int getTimestamp() {
return timestamp_;
}
public static final int OPTYPE_FIELD_NUMBER = 5;
private int opType_;
/**
* optional uint32 opType = 5;
* @return Whether the opType field is set.
*/
@java.lang.Override
public boolean hasOpType() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional uint32 opType = 5;
* @return The opType.
*/
@java.lang.Override
public int getOpType() {
return opType_;
}
public static final int UIN_FIELD_NUMBER = 6;
private int uin_;
/**
* optional uint32 uin = 6;
* @return Whether the uin field is set.
*/
@java.lang.Override
public boolean hasUin() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional uint32 uin = 6;
* @return The uin.
*/
@java.lang.Override
public int getUin() {
return uin_;
}
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)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, version_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeInt32(2, encrypted_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeBytes(3, data_);
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeUInt32(4, timestamp_);
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeUInt32(5, opType_);
}
if (((bitField0_ & 0x00000020) != 0)) {
output.writeUInt32(6, uin_);
}
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.GeneratedMessageV3.computeStringSize(1, version_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, encrypted_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, data_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, timestamp_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, opType_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, uin_);
}
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.Sys.DeviceRunningInfo24)) {
return super.equals(obj);
}
wechat.protobuf.Sys.DeviceRunningInfo24 other = (wechat.protobuf.Sys.DeviceRunningInfo24) obj;
if (hasVersion() != other.hasVersion()) return false;
if (hasVersion()) {
if (!getVersion()
.equals(other.getVersion())) return false;
}
if (hasEncrypted() != other.hasEncrypted()) return false;
if (hasEncrypted()) {
if (getEncrypted()
!= other.getEncrypted()) return false;
}
if (hasData() != other.hasData()) return false;
if (hasData()) {
if (!getData()
.equals(other.getData())) return false;
}
if (hasTimestamp() != other.hasTimestamp()) return false;
if (hasTimestamp()) {
if (getTimestamp()
!= other.getTimestamp()) return false;
}
if (hasOpType() != other.hasOpType()) return false;
if (hasOpType()) {
if (getOpType()
!= other.getOpType()) return false;
}
if (hasUin() != other.hasUin()) return false;
if (hasUin()) {
if (getUin()
!= other.getUin()) 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 (hasVersion()) {
hash = (37 * hash) + VERSION_FIELD_NUMBER;
hash = (53 * hash) + getVersion().hashCode();
}
if (hasEncrypted()) {
hash = (37 * hash) + ENCRYPTED_FIELD_NUMBER;
hash = (53 * hash) + getEncrypted();
}
if (hasData()) {
hash = (37 * hash) + DATA_FIELD_NUMBER;
hash = (53 * hash) + getData().hashCode();
}
if (hasTimestamp()) {
hash = (37 * hash) + TIMESTAMP_FIELD_NUMBER;
hash = (53 * hash) + getTimestamp();
}
if (hasOpType()) {
hash = (37 * hash) + OPTYPE_FIELD_NUMBER;
hash = (53 * hash) + getOpType();
}
if (hasUin()) {
hash = (37 * hash) + UIN_FIELD_NUMBER;
hash = (53 * hash) + getUin();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 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.Sys.DeviceRunningInfo24 parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 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.Sys.DeviceRunningInfo24 parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 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.Sys.DeviceRunningInfo24 parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 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.Sys.DeviceRunningInfo24 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.DeviceRunningInfo24}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.DeviceRunningInfo24)
wechat.protobuf.Sys.DeviceRunningInfo24OrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo24_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo24_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.Sys.DeviceRunningInfo24.class, wechat.protobuf.Sys.DeviceRunningInfo24.Builder.class);
}
// Construct using wechat.protobuf.Sys.DeviceRunningInfo24.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
version_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
encrypted_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
data_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000004);
timestamp_ = 0;
bitField0_ = (bitField0_ & ~0x00000008);
opType_ = 0;
bitField0_ = (bitField0_ & ~0x00000010);
uin_ = 0;
bitField0_ = (bitField0_ & ~0x00000020);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Sys.internal_static_wechat_proto_DeviceRunningInfo24_descriptor;
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo24 getDefaultInstanceForType() {
return wechat.protobuf.Sys.DeviceRunningInfo24.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo24 build() {
wechat.protobuf.Sys.DeviceRunningInfo24 result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.Sys.DeviceRunningInfo24 buildPartial() {
wechat.protobuf.Sys.DeviceRunningInfo24 result = new wechat.protobuf.Sys.DeviceRunningInfo24(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
to_bitField0_ |= 0x00000001;
}
result.version_ = version_;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.encrypted_ = encrypted_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
to_bitField0_ |= 0x00000004;
}
result.data_ = data_;
if (((from_bitField0_ & 0x00000008) != 0)) {
result.timestamp_ = timestamp_;
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.opType_ = opType_;
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.uin_ = uin_;
to_bitField0_ |= 0x00000020;
}
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.Sys.DeviceRunningInfo24) {
return mergeFrom((wechat.protobuf.Sys.DeviceRunningInfo24)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.Sys.DeviceRunningInfo24 other) {
if (other == wechat.protobuf.Sys.DeviceRunningInfo24.getDefaultInstance()) return this;
if (other.hasVersion()) {
bitField0_ |= 0x00000001;
version_ = other.version_;
onChanged();
}
if (other.hasEncrypted()) {
setEncrypted(other.getEncrypted());
}
if (other.hasData()) {
setData(other.getData());
}
if (other.hasTimestamp()) {
setTimestamp(other.getTimestamp());
}
if (other.hasOpType()) {
setOpType(other.getOpType());
}
if (other.hasUin()) {
setUin(other.getUin());
}
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.Sys.DeviceRunningInfo24 parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.Sys.DeviceRunningInfo24) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object version_ = "";
/**
* optional string version = 1;
* @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string version = 1;
* @return The version.
*/
public java.lang.String getVersion() {
java.lang.Object ref = version_;
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()) {
version_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string version = 1;
* @return The bytes for version.
*/
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string version = 1;
* @param value The version to set.
* @return This builder for chaining.
*/
public Builder setVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
version_ = value;
onChanged();
return this;
}
/**
* optional string version = 1;
* @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000001);
version_ = getDefaultInstance().getVersion();
onChanged();
return this;
}
/**
* optional string version = 1;
* @param value The bytes for version to set.
* @return This builder for chaining.
*/
public Builder setVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
version_ = value;
onChanged();
return this;
}
private int encrypted_ ;
/**
* optional int32 Encrypted = 2;
* @return Whether the encrypted field is set.
*/
@java.lang.Override
public boolean hasEncrypted() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 Encrypted = 2;
* @return The encrypted.
*/
@java.lang.Override
public int getEncrypted() {
return encrypted_;
}
/**
* optional int32 Encrypted = 2;
* @param value The encrypted to set.
* @return This builder for chaining.
*/
public Builder setEncrypted(int value) {
bitField0_ |= 0x00000002;
encrypted_ = value;
onChanged();
return this;
}
/**
* optional int32 Encrypted = 2;
* @return This builder for chaining.
*/
public Builder clearEncrypted() {
bitField0_ = (bitField0_ & ~0x00000002);
encrypted_ = 0;
onChanged();
return this;
}
private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes data = 3;
* @return Whether the data field is set.
*/
@java.lang.Override
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes data = 3;
* @return The data.
*/
@java.lang.Override
public com.google.protobuf.ByteString getData() {
return data_;
}
/**
* optional bytes data = 3;
* @param value The data to set.
* @return This builder for chaining.
*/
public Builder setData(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
data_ = value;
onChanged();
return this;
}
/**
* optional bytes data = 3;
* @return This builder for chaining.
*/
public Builder clearData() {
bitField0_ = (bitField0_ & ~0x00000004);
data_ = getDefaultInstance().getData();
onChanged();
return this;
}
private int timestamp_ ;
/**
* optional uint32 Timestamp = 4;
* @return Whether the timestamp field is set.
*/
@java.lang.Override
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional uint32 Timestamp = 4;
* @return The timestamp.
*/
@java.lang.Override
public int getTimestamp() {
return timestamp_;
}
/**
* optional uint32 Timestamp = 4;
* @param value The timestamp to set.
* @return This builder for chaining.
*/
public Builder setTimestamp(int value) {
bitField0_ |= 0x00000008;
timestamp_ = value;
onChanged();
return this;
}
/**
* optional uint32 Timestamp = 4;
* @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000008);
timestamp_ = 0;
onChanged();
return this;
}
private int opType_ ;
/**
* optional uint32 opType = 5;
* @return Whether the opType field is set.
*/
@java.lang.Override
public boolean hasOpType() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional uint32 opType = 5;
* @return The opType.
*/
@java.lang.Override
public int getOpType() {
return opType_;
}
/**
* optional uint32 opType = 5;
* @param value The opType to set.
* @return This builder for chaining.
*/
public Builder setOpType(int value) {
bitField0_ |= 0x00000010;
opType_ = value;
onChanged();
return this;
}
/**
* optional uint32 opType = 5;
* @return This builder for chaining.
*/
public Builder clearOpType() {
bitField0_ = (bitField0_ & ~0x00000010);
opType_ = 0;
onChanged();
return this;
}
private int uin_ ;
/**
* optional uint32 uin = 6;
* @return Whether the uin field is set.
*/
@java.lang.Override
public boolean hasUin() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional uint32 uin = 6;
* @return The uin.
*/
@java.lang.Override
public int getUin() {
return uin_;
}
/**
* optional uint32 uin = 6;
* @param value The uin to set.
* @return This builder for chaining.
*/
public Builder setUin(int value) {
bitField0_ |= 0x00000020;
uin_ = value;
onChanged();
return this;
}
/**
* optional uint32 uin = 6;
* @return This builder for chaining.
*/
public Builder clearUin() {
bitField0_ = (bitField0_ & ~0x00000020);
uin_ = 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:wechat_proto.DeviceRunningInfo24)
}
// @@protoc_insertion_point(class_scope:wechat_proto.DeviceRunningInfo24)
private static final wechat.protobuf.Sys.DeviceRunningInfo24 DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.Sys.DeviceRunningInfo24();
}
public static wechat.protobuf.Sys.DeviceRunningInfo24 getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public DeviceRunningInfo24 parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new DeviceRunningInfo24(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.Sys.DeviceRunningInfo24 getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_wechat_proto_ReportClientCheckRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_wechat_proto_ReportClientCheckRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_wechat_proto_ReportClientCheckResponse_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_wechat_proto_ReportClientCheckResponse_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_wechat_proto_DeviceRunningInfo23_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_wechat_proto_DeviceRunningInfo23_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_wechat_proto_DeviceRunningInfo24_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_wechat_proto_DeviceRunningInfo24_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\tsys.proto\022\014wechat_proto\032\014wechat.proto\"" +
"\265\001\n\030ReportClientCheckRequest\022.\n\013baseRequ" +
"est\030\001 \001(\0132\031.wechat_proto.BaseRequest\022\027\n\017" +
"clientCheckData\030\002 \001(\014\022\017\n\007context\030\003 \001(\005\0223" +
"\n\013extSpamInfo\030\004 \001(\0132\036.wechat_proto.SKBui" +
"ltinString_\022\n\n\002i5\030\005 \001(\005\"M\n\031ReportClientC" +
"heckResponse\0220\n\014baseResponse\030\001 \001(\0132\032.wec" +
"hat_proto.BaseResponse\"G\n\023DeviceRunningI" +
"nfo23\022\017\n\007version\030\001 \001(\t\022\021\n\tEncrypted\030\002 \001(" +
"\005\022\014\n\004data\030\003 \001(\014\"w\n\023DeviceRunningInfo24\022\017" +
"\n\007version\030\001 \001(\t\022\021\n\tEncrypted\030\002 \001(\005\022\014\n\004da" +
"ta\030\003 \001(\014\022\021\n\tTimestamp\030\004 \001(\r\022\016\n\006opType\030\005 " +
"\001(\r\022\013\n\003uin\030\006 \001(\rB\034\n\017wechat.protobufZ\t../" +
"wechat"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
wechat.protobuf.Wechat.getDescriptor(),
});
internal_static_wechat_proto_ReportClientCheckRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_wechat_proto_ReportClientCheckRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_wechat_proto_ReportClientCheckRequest_descriptor,
new java.lang.String[] { "BaseRequest", "ClientCheckData", "Context", "ExtSpamInfo", "I5", });
internal_static_wechat_proto_ReportClientCheckResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_wechat_proto_ReportClientCheckResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_wechat_proto_ReportClientCheckResponse_descriptor,
new java.lang.String[] { "BaseResponse", });
internal_static_wechat_proto_DeviceRunningInfo23_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_wechat_proto_DeviceRunningInfo23_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_wechat_proto_DeviceRunningInfo23_descriptor,
new java.lang.String[] { "Version", "Encrypted", "Data", });
internal_static_wechat_proto_DeviceRunningInfo24_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_wechat_proto_DeviceRunningInfo24_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_wechat_proto_DeviceRunningInfo24_descriptor,
new java.lang.String[] { "Version", "Encrypted", "Data", "Timestamp", "OpType", "Uin", });
wechat.protobuf.Wechat.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy