
wechat.protobuf.SaeInfo Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
/**
* Protobuf type {@code wechat_proto.SaeInfo}
*/
public final class SaeInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:wechat_proto.SaeInfo)
SaeInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use SaeInfo.newBuilder() to construct.
private SaeInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SaeInfo() {
type_ = com.google.protobuf.ByteString.EMPTY;
iv_ = com.google.protobuf.ByteString.EMPTY;
unknowValue9_ = com.google.protobuf.ByteString.EMPTY;
tableKey_ = com.google.protobuf.ByteString.EMPTY;
unknowValue11_ = com.google.protobuf.ByteString.EMPTY;
tableValue_ = com.google.protobuf.ByteString.EMPTY;
unknowValue18_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new SaeInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SaeInfo(
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: {
bitField0_ |= 0x00000001;
type_ = input.readBytes();
break;
}
case 18: {
bitField0_ |= 0x00000002;
iv_ = input.readBytes();
break;
}
case 24: {
bitField0_ |= 0x00000004;
len_ = input.readUInt32();
break;
}
case 74: {
bitField0_ |= 0x00000008;
unknowValue9_ = input.readBytes();
break;
}
case 82: {
bitField0_ |= 0x00000010;
tableKey_ = input.readBytes();
break;
}
case 90: {
bitField0_ |= 0x00000020;
unknowValue11_ = input.readBytes();
break;
}
case 98: {
bitField0_ |= 0x00000040;
tableValue_ = input.readBytes();
break;
}
case 146: {
bitField0_ |= 0x00000080;
unknowValue18_ = 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.Wechat.internal_static_wechat_proto_SaeInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_SaeInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.SaeInfo.class, wechat.protobuf.SaeInfo.Builder.class);
}
private int bitField0_;
public static final int TYPE_FIELD_NUMBER = 1;
private com.google.protobuf.ByteString type_;
/**
* optional bytes type = 1;
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes type = 1;
* @return The type.
*/
@java.lang.Override
public com.google.protobuf.ByteString getType() {
return type_;
}
public static final int IV_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString iv_;
/**
* optional bytes iv = 2;
* @return Whether the iv field is set.
*/
@java.lang.Override
public boolean hasIv() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes iv = 2;
* @return The iv.
*/
@java.lang.Override
public com.google.protobuf.ByteString getIv() {
return iv_;
}
public static final int LEN_FIELD_NUMBER = 3;
private int len_;
/**
* optional uint32 len = 3;
* @return Whether the len field is set.
*/
@java.lang.Override
public boolean hasLen() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional uint32 len = 3;
* @return The len.
*/
@java.lang.Override
public int getLen() {
return len_;
}
public static final int UNKNOWVALUE9_FIELD_NUMBER = 9;
private com.google.protobuf.ByteString unknowValue9_;
/**
* optional bytes unknowValue9 = 9;
* @return Whether the unknowValue9 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue9() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes unknowValue9 = 9;
* @return The unknowValue9.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue9() {
return unknowValue9_;
}
public static final int TABLEKEY_FIELD_NUMBER = 10;
private com.google.protobuf.ByteString tableKey_;
/**
* optional bytes tableKey = 10;
* @return Whether the tableKey field is set.
*/
@java.lang.Override
public boolean hasTableKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional bytes tableKey = 10;
* @return The tableKey.
*/
@java.lang.Override
public com.google.protobuf.ByteString getTableKey() {
return tableKey_;
}
public static final int UNKNOWVALUE11_FIELD_NUMBER = 11;
private com.google.protobuf.ByteString unknowValue11_;
/**
* optional bytes unknowValue11 = 11;
* @return Whether the unknowValue11 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue11() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional bytes unknowValue11 = 11;
* @return The unknowValue11.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue11() {
return unknowValue11_;
}
public static final int TABLEVALUE_FIELD_NUMBER = 12;
private com.google.protobuf.ByteString tableValue_;
/**
* optional bytes tableValue = 12;
* @return Whether the tableValue field is set.
*/
@java.lang.Override
public boolean hasTableValue() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional bytes tableValue = 12;
* @return The tableValue.
*/
@java.lang.Override
public com.google.protobuf.ByteString getTableValue() {
return tableValue_;
}
public static final int UNKNOWVALUE18_FIELD_NUMBER = 18;
private com.google.protobuf.ByteString unknowValue18_;
/**
* optional bytes unknowValue18 = 18;
* @return Whether the unknowValue18 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue18() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional bytes unknowValue18 = 18;
* @return The unknowValue18.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue18() {
return unknowValue18_;
}
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.writeBytes(1, type_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeBytes(2, iv_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeUInt32(3, len_);
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeBytes(9, unknowValue9_);
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeBytes(10, tableKey_);
}
if (((bitField0_ & 0x00000020) != 0)) {
output.writeBytes(11, unknowValue11_);
}
if (((bitField0_ & 0x00000040) != 0)) {
output.writeBytes(12, tableValue_);
}
if (((bitField0_ & 0x00000080) != 0)) {
output.writeBytes(18, unknowValue18_);
}
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
.computeBytesSize(1, type_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, iv_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, len_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(9, unknowValue9_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(10, tableKey_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(11, unknowValue11_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(12, tableValue_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(18, unknowValue18_);
}
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.SaeInfo)) {
return super.equals(obj);
}
wechat.protobuf.SaeInfo other = (wechat.protobuf.SaeInfo) obj;
if (hasType() != other.hasType()) return false;
if (hasType()) {
if (!getType()
.equals(other.getType())) return false;
}
if (hasIv() != other.hasIv()) return false;
if (hasIv()) {
if (!getIv()
.equals(other.getIv())) return false;
}
if (hasLen() != other.hasLen()) return false;
if (hasLen()) {
if (getLen()
!= other.getLen()) return false;
}
if (hasUnknowValue9() != other.hasUnknowValue9()) return false;
if (hasUnknowValue9()) {
if (!getUnknowValue9()
.equals(other.getUnknowValue9())) return false;
}
if (hasTableKey() != other.hasTableKey()) return false;
if (hasTableKey()) {
if (!getTableKey()
.equals(other.getTableKey())) return false;
}
if (hasUnknowValue11() != other.hasUnknowValue11()) return false;
if (hasUnknowValue11()) {
if (!getUnknowValue11()
.equals(other.getUnknowValue11())) return false;
}
if (hasTableValue() != other.hasTableValue()) return false;
if (hasTableValue()) {
if (!getTableValue()
.equals(other.getTableValue())) return false;
}
if (hasUnknowValue18() != other.hasUnknowValue18()) return false;
if (hasUnknowValue18()) {
if (!getUnknowValue18()
.equals(other.getUnknowValue18())) 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 (hasType()) {
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
}
if (hasIv()) {
hash = (37 * hash) + IV_FIELD_NUMBER;
hash = (53 * hash) + getIv().hashCode();
}
if (hasLen()) {
hash = (37 * hash) + LEN_FIELD_NUMBER;
hash = (53 * hash) + getLen();
}
if (hasUnknowValue9()) {
hash = (37 * hash) + UNKNOWVALUE9_FIELD_NUMBER;
hash = (53 * hash) + getUnknowValue9().hashCode();
}
if (hasTableKey()) {
hash = (37 * hash) + TABLEKEY_FIELD_NUMBER;
hash = (53 * hash) + getTableKey().hashCode();
}
if (hasUnknowValue11()) {
hash = (37 * hash) + UNKNOWVALUE11_FIELD_NUMBER;
hash = (53 * hash) + getUnknowValue11().hashCode();
}
if (hasTableValue()) {
hash = (37 * hash) + TABLEVALUE_FIELD_NUMBER;
hash = (53 * hash) + getTableValue().hashCode();
}
if (hasUnknowValue18()) {
hash = (37 * hash) + UNKNOWVALUE18_FIELD_NUMBER;
hash = (53 * hash) + getUnknowValue18().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static wechat.protobuf.SaeInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.SaeInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.SaeInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.SaeInfo 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.SaeInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static wechat.protobuf.SaeInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static wechat.protobuf.SaeInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.SaeInfo 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.SaeInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static wechat.protobuf.SaeInfo 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.SaeInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static wechat.protobuf.SaeInfo 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.SaeInfo 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.SaeInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:wechat_proto.SaeInfo)
wechat.protobuf.SaeInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_SaeInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_SaeInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
wechat.protobuf.SaeInfo.class, wechat.protobuf.SaeInfo.Builder.class);
}
// Construct using wechat.protobuf.SaeInfo.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();
type_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
iv_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
len_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
unknowValue9_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000008);
tableKey_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
unknowValue11_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000020);
tableValue_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000040);
unknowValue18_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000080);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return wechat.protobuf.Wechat.internal_static_wechat_proto_SaeInfo_descriptor;
}
@java.lang.Override
public wechat.protobuf.SaeInfo getDefaultInstanceForType() {
return wechat.protobuf.SaeInfo.getDefaultInstance();
}
@java.lang.Override
public wechat.protobuf.SaeInfo build() {
wechat.protobuf.SaeInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public wechat.protobuf.SaeInfo buildPartial() {
wechat.protobuf.SaeInfo result = new wechat.protobuf.SaeInfo(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
to_bitField0_ |= 0x00000001;
}
result.type_ = type_;
if (((from_bitField0_ & 0x00000002) != 0)) {
to_bitField0_ |= 0x00000002;
}
result.iv_ = iv_;
if (((from_bitField0_ & 0x00000004) != 0)) {
result.len_ = len_;
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
to_bitField0_ |= 0x00000008;
}
result.unknowValue9_ = unknowValue9_;
if (((from_bitField0_ & 0x00000010) != 0)) {
to_bitField0_ |= 0x00000010;
}
result.tableKey_ = tableKey_;
if (((from_bitField0_ & 0x00000020) != 0)) {
to_bitField0_ |= 0x00000020;
}
result.unknowValue11_ = unknowValue11_;
if (((from_bitField0_ & 0x00000040) != 0)) {
to_bitField0_ |= 0x00000040;
}
result.tableValue_ = tableValue_;
if (((from_bitField0_ & 0x00000080) != 0)) {
to_bitField0_ |= 0x00000080;
}
result.unknowValue18_ = unknowValue18_;
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.SaeInfo) {
return mergeFrom((wechat.protobuf.SaeInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(wechat.protobuf.SaeInfo other) {
if (other == wechat.protobuf.SaeInfo.getDefaultInstance()) return this;
if (other.hasType()) {
setType(other.getType());
}
if (other.hasIv()) {
setIv(other.getIv());
}
if (other.hasLen()) {
setLen(other.getLen());
}
if (other.hasUnknowValue9()) {
setUnknowValue9(other.getUnknowValue9());
}
if (other.hasTableKey()) {
setTableKey(other.getTableKey());
}
if (other.hasUnknowValue11()) {
setUnknowValue11(other.getUnknowValue11());
}
if (other.hasTableValue()) {
setTableValue(other.getTableValue());
}
if (other.hasUnknowValue18()) {
setUnknowValue18(other.getUnknowValue18());
}
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.SaeInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (wechat.protobuf.SaeInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.ByteString type_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes type = 1;
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes type = 1;
* @return The type.
*/
@java.lang.Override
public com.google.protobuf.ByteString getType() {
return type_;
}
/**
* optional bytes type = 1;
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
type_ = value;
onChanged();
return this;
}
/**
* optional bytes type = 1;
* @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
private com.google.protobuf.ByteString iv_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes iv = 2;
* @return Whether the iv field is set.
*/
@java.lang.Override
public boolean hasIv() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes iv = 2;
* @return The iv.
*/
@java.lang.Override
public com.google.protobuf.ByteString getIv() {
return iv_;
}
/**
* optional bytes iv = 2;
* @param value The iv to set.
* @return This builder for chaining.
*/
public Builder setIv(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
iv_ = value;
onChanged();
return this;
}
/**
* optional bytes iv = 2;
* @return This builder for chaining.
*/
public Builder clearIv() {
bitField0_ = (bitField0_ & ~0x00000002);
iv_ = getDefaultInstance().getIv();
onChanged();
return this;
}
private int len_ ;
/**
* optional uint32 len = 3;
* @return Whether the len field is set.
*/
@java.lang.Override
public boolean hasLen() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional uint32 len = 3;
* @return The len.
*/
@java.lang.Override
public int getLen() {
return len_;
}
/**
* optional uint32 len = 3;
* @param value The len to set.
* @return This builder for chaining.
*/
public Builder setLen(int value) {
bitField0_ |= 0x00000004;
len_ = value;
onChanged();
return this;
}
/**
* optional uint32 len = 3;
* @return This builder for chaining.
*/
public Builder clearLen() {
bitField0_ = (bitField0_ & ~0x00000004);
len_ = 0;
onChanged();
return this;
}
private com.google.protobuf.ByteString unknowValue9_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes unknowValue9 = 9;
* @return Whether the unknowValue9 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue9() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes unknowValue9 = 9;
* @return The unknowValue9.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue9() {
return unknowValue9_;
}
/**
* optional bytes unknowValue9 = 9;
* @param value The unknowValue9 to set.
* @return This builder for chaining.
*/
public Builder setUnknowValue9(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000008;
unknowValue9_ = value;
onChanged();
return this;
}
/**
* optional bytes unknowValue9 = 9;
* @return This builder for chaining.
*/
public Builder clearUnknowValue9() {
bitField0_ = (bitField0_ & ~0x00000008);
unknowValue9_ = getDefaultInstance().getUnknowValue9();
onChanged();
return this;
}
private com.google.protobuf.ByteString tableKey_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes tableKey = 10;
* @return Whether the tableKey field is set.
*/
@java.lang.Override
public boolean hasTableKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional bytes tableKey = 10;
* @return The tableKey.
*/
@java.lang.Override
public com.google.protobuf.ByteString getTableKey() {
return tableKey_;
}
/**
* optional bytes tableKey = 10;
* @param value The tableKey to set.
* @return This builder for chaining.
*/
public Builder setTableKey(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000010;
tableKey_ = value;
onChanged();
return this;
}
/**
* optional bytes tableKey = 10;
* @return This builder for chaining.
*/
public Builder clearTableKey() {
bitField0_ = (bitField0_ & ~0x00000010);
tableKey_ = getDefaultInstance().getTableKey();
onChanged();
return this;
}
private com.google.protobuf.ByteString unknowValue11_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes unknowValue11 = 11;
* @return Whether the unknowValue11 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue11() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional bytes unknowValue11 = 11;
* @return The unknowValue11.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue11() {
return unknowValue11_;
}
/**
* optional bytes unknowValue11 = 11;
* @param value The unknowValue11 to set.
* @return This builder for chaining.
*/
public Builder setUnknowValue11(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000020;
unknowValue11_ = value;
onChanged();
return this;
}
/**
* optional bytes unknowValue11 = 11;
* @return This builder for chaining.
*/
public Builder clearUnknowValue11() {
bitField0_ = (bitField0_ & ~0x00000020);
unknowValue11_ = getDefaultInstance().getUnknowValue11();
onChanged();
return this;
}
private com.google.protobuf.ByteString tableValue_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes tableValue = 12;
* @return Whether the tableValue field is set.
*/
@java.lang.Override
public boolean hasTableValue() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional bytes tableValue = 12;
* @return The tableValue.
*/
@java.lang.Override
public com.google.protobuf.ByteString getTableValue() {
return tableValue_;
}
/**
* optional bytes tableValue = 12;
* @param value The tableValue to set.
* @return This builder for chaining.
*/
public Builder setTableValue(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000040;
tableValue_ = value;
onChanged();
return this;
}
/**
* optional bytes tableValue = 12;
* @return This builder for chaining.
*/
public Builder clearTableValue() {
bitField0_ = (bitField0_ & ~0x00000040);
tableValue_ = getDefaultInstance().getTableValue();
onChanged();
return this;
}
private com.google.protobuf.ByteString unknowValue18_ = com.google.protobuf.ByteString.EMPTY;
/**
* optional bytes unknowValue18 = 18;
* @return Whether the unknowValue18 field is set.
*/
@java.lang.Override
public boolean hasUnknowValue18() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional bytes unknowValue18 = 18;
* @return The unknowValue18.
*/
@java.lang.Override
public com.google.protobuf.ByteString getUnknowValue18() {
return unknowValue18_;
}
/**
* optional bytes unknowValue18 = 18;
* @param value The unknowValue18 to set.
* @return This builder for chaining.
*/
public Builder setUnknowValue18(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000080;
unknowValue18_ = value;
onChanged();
return this;
}
/**
* optional bytes unknowValue18 = 18;
* @return This builder for chaining.
*/
public Builder clearUnknowValue18() {
bitField0_ = (bitField0_ & ~0x00000080);
unknowValue18_ = getDefaultInstance().getUnknowValue18();
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.SaeInfo)
}
// @@protoc_insertion_point(class_scope:wechat_proto.SaeInfo)
private static final wechat.protobuf.SaeInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new wechat.protobuf.SaeInfo();
}
public static wechat.protobuf.SaeInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SaeInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new SaeInfo(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.SaeInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy