Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
net.wicp.tams.common.apiext.jdbc.JdbcDatas Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JdbcProto.proto
package net.wicp.tams.common.apiext.jdbc;
/**
*
**要入库的数据*
*
*
* Protobuf type {@code net.wicp.tams.common.apiext.jdbc.JdbcDatas}
*/
public final class JdbcDatas extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:net.wicp.tams.common.apiext.jdbc.JdbcDatas)
JdbcDatasOrBuilder {
private static final long serialVersionUID = 0L;
// Use JdbcDatas.newBuilder() to construct.
private JdbcDatas(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private JdbcDatas() {
db_ = "";
tb_ = "";
optType_ = 0;
keys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
cols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
datas_ = java.util.Collections.emptyList();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private JdbcDatas(
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;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
java.lang.String s = input.readStringRequireUtf8();
db_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
tb_ = s;
break;
}
case 24: {
int rawValue = input.readEnum();
optType_ = rawValue;
break;
}
case 34: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
keys_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000008;
}
keys_.add(s);
break;
}
case 42: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
cols_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000010;
}
cols_.add(s);
break;
}
case 50: {
if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
type_ = com.google.protobuf.MapField.newMapField(
TypeDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000020;
}
com.google.protobuf.MapEntry
type__ = input.readMessage(
TypeDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
type_.getMutableMap().put(
type__.getKey(), type__.getValue());
break;
}
case 58: {
if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
datas_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000040;
}
datas_.add(
input.readMessage(net.wicp.tams.common.apiext.jdbc.JdbcData.parser(), extensionRegistry));
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
keys_ = keys_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
cols_ = cols_.getUnmodifiableView();
}
if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
datas_ = java.util.Collections.unmodifiableList(datas_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 6:
return internalGetType();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_fieldAccessorTable
.ensureFieldAccessorsInitialized(
net.wicp.tams.common.apiext.jdbc.JdbcDatas.class, net.wicp.tams.common.apiext.jdbc.JdbcDatas.Builder.class);
}
private int bitField0_;
public static final int DB_FIELD_NUMBER = 1;
private volatile java.lang.Object db_;
/**
* string db = 1;
*/
public java.lang.String getDb() {
java.lang.Object ref = db_;
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();
db_ = s;
return s;
}
}
/**
* string db = 1;
*/
public com.google.protobuf.ByteString
getDbBytes() {
java.lang.Object ref = db_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
db_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TB_FIELD_NUMBER = 2;
private volatile java.lang.Object tb_;
/**
* string tb = 2;
*/
public java.lang.String getTb() {
java.lang.Object ref = tb_;
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();
tb_ = s;
return s;
}
}
/**
* string tb = 2;
*/
public com.google.protobuf.ByteString
getTbBytes() {
java.lang.Object ref = tb_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tb_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPTTYPE_FIELD_NUMBER = 3;
private int optType_;
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public int getOptTypeValue() {
return optType_;
}
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public net.wicp.tams.common.apiext.jdbc.OptType getOptType() {
net.wicp.tams.common.apiext.jdbc.OptType result = net.wicp.tams.common.apiext.jdbc.OptType.valueOf(optType_);
return result == null ? net.wicp.tams.common.apiext.jdbc.OptType.UNRECOGNIZED : result;
}
public static final int KEYS_FIELD_NUMBER = 4;
private com.google.protobuf.LazyStringList keys_;
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public com.google.protobuf.ProtocolStringList
getKeysList() {
return keys_;
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public int getKeysCount() {
return keys_.size();
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public java.lang.String getKeys(int index) {
return keys_.get(index);
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public com.google.protobuf.ByteString
getKeysBytes(int index) {
return keys_.getByteString(index);
}
public static final int COLS_FIELD_NUMBER = 5;
private com.google.protobuf.LazyStringList cols_;
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public com.google.protobuf.ProtocolStringList
getColsList() {
return cols_;
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public int getColsCount() {
return cols_.size();
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public java.lang.String getCols(int index) {
return cols_.get(index);
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public com.google.protobuf.ByteString
getColsBytes(int index) {
return cols_.getByteString(index);
}
public static final int TYPE_FIELD_NUMBER = 6;
private static final class TypeDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, java.lang.String> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_TypeEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> type_;
private com.google.protobuf.MapField
internalGetType() {
if (type_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TypeDefaultEntryHolder.defaultEntry);
}
return type_;
}
public int getTypeCount() {
return internalGetType().getMap().size();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public boolean containsType(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetType().getMap().containsKey(key);
}
/**
* Use {@link #getTypeMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getType() {
return getTypeMap();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.util.Map getTypeMap() {
return internalGetType().getMap();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.lang.String getTypeOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetType().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.lang.String getTypeOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetType().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int DATAS_FIELD_NUMBER = 7;
private java.util.List datas_;
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public java.util.List getDatasList() {
return datas_;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public java.util.List extends net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder>
getDatasOrBuilderList() {
return datas_;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public int getDatasCount() {
return datas_.size();
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcData getDatas(int index) {
return datas_.get(index);
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder getDatasOrBuilder(
int index) {
return datas_.get(index);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getDbBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, db_);
}
if (!getTbBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, tb_);
}
if (optType_ != net.wicp.tams.common.apiext.jdbc.OptType.insert.getNumber()) {
output.writeEnum(3, optType_);
}
for (int i = 0; i < keys_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, keys_.getRaw(i));
}
for (int i = 0; i < cols_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, cols_.getRaw(i));
}
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetType(),
TypeDefaultEntryHolder.defaultEntry,
6);
for (int i = 0; i < datas_.size(); i++) {
output.writeMessage(7, datas_.get(i));
}
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getDbBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, db_);
}
if (!getTbBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, tb_);
}
if (optType_ != net.wicp.tams.common.apiext.jdbc.OptType.insert.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(3, optType_);
}
{
int dataSize = 0;
for (int i = 0; i < keys_.size(); i++) {
dataSize += computeStringSizeNoTag(keys_.getRaw(i));
}
size += dataSize;
size += 1 * getKeysList().size();
}
{
int dataSize = 0;
for (int i = 0; i < cols_.size(); i++) {
dataSize += computeStringSizeNoTag(cols_.getRaw(i));
}
size += dataSize;
size += 1 * getColsList().size();
}
for (java.util.Map.Entry entry
: internalGetType().getMap().entrySet()) {
com.google.protobuf.MapEntry
type__ = TypeDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, type__);
}
for (int i = 0; i < datas_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(7, datas_.get(i));
}
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 net.wicp.tams.common.apiext.jdbc.JdbcDatas)) {
return super.equals(obj);
}
net.wicp.tams.common.apiext.jdbc.JdbcDatas other = (net.wicp.tams.common.apiext.jdbc.JdbcDatas) obj;
boolean result = true;
result = result && getDb()
.equals(other.getDb());
result = result && getTb()
.equals(other.getTb());
result = result && optType_ == other.optType_;
result = result && getKeysList()
.equals(other.getKeysList());
result = result && getColsList()
.equals(other.getColsList());
result = result && internalGetType().equals(
other.internalGetType());
result = result && getDatasList()
.equals(other.getDatasList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + DB_FIELD_NUMBER;
hash = (53 * hash) + getDb().hashCode();
hash = (37 * hash) + TB_FIELD_NUMBER;
hash = (53 * hash) + getTb().hashCode();
hash = (37 * hash) + OPTTYPE_FIELD_NUMBER;
hash = (53 * hash) + optType_;
if (getKeysCount() > 0) {
hash = (37 * hash) + KEYS_FIELD_NUMBER;
hash = (53 * hash) + getKeysList().hashCode();
}
if (getColsCount() > 0) {
hash = (37 * hash) + COLS_FIELD_NUMBER;
hash = (53 * hash) + getColsList().hashCode();
}
if (!internalGetType().getMap().isEmpty()) {
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + internalGetType().hashCode();
}
if (getDatasCount() > 0) {
hash = (37 * hash) + DATAS_FIELD_NUMBER;
hash = (53 * hash) + getDatasList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas 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 net.wicp.tams.common.apiext.jdbc.JdbcDatas parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas 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 net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(net.wicp.tams.common.apiext.jdbc.JdbcDatas prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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 net.wicp.tams.common.apiext.jdbc.JdbcDatas}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:net.wicp.tams.common.apiext.jdbc.JdbcDatas)
net.wicp.tams.common.apiext.jdbc.JdbcDatasOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 6:
return internalGetType();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 6:
return internalGetMutableType();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_fieldAccessorTable
.ensureFieldAccessorsInitialized(
net.wicp.tams.common.apiext.jdbc.JdbcDatas.class, net.wicp.tams.common.apiext.jdbc.JdbcDatas.Builder.class);
}
// Construct using net.wicp.tams.common.apiext.jdbc.JdbcDatas.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getDatasFieldBuilder();
}
}
public Builder clear() {
super.clear();
db_ = "";
tb_ = "";
optType_ = 0;
keys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000008);
cols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
internalGetMutableType().clear();
if (datasBuilder_ == null) {
datas_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
} else {
datasBuilder_.clear();
}
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return net.wicp.tams.common.apiext.jdbc.JdbcProto.internal_static_net_wicp_tams_common_apiext_jdbc_JdbcDatas_descriptor;
}
public net.wicp.tams.common.apiext.jdbc.JdbcDatas getDefaultInstanceForType() {
return net.wicp.tams.common.apiext.jdbc.JdbcDatas.getDefaultInstance();
}
public net.wicp.tams.common.apiext.jdbc.JdbcDatas build() {
net.wicp.tams.common.apiext.jdbc.JdbcDatas result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public net.wicp.tams.common.apiext.jdbc.JdbcDatas buildPartial() {
net.wicp.tams.common.apiext.jdbc.JdbcDatas result = new net.wicp.tams.common.apiext.jdbc.JdbcDatas(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.db_ = db_;
result.tb_ = tb_;
result.optType_ = optType_;
if (((bitField0_ & 0x00000008) == 0x00000008)) {
keys_ = keys_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000008);
}
result.keys_ = keys_;
if (((bitField0_ & 0x00000010) == 0x00000010)) {
cols_ = cols_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000010);
}
result.cols_ = cols_;
result.type_ = internalGetType();
result.type_.makeImmutable();
if (datasBuilder_ == null) {
if (((bitField0_ & 0x00000040) == 0x00000040)) {
datas_ = java.util.Collections.unmodifiableList(datas_);
bitField0_ = (bitField0_ & ~0x00000040);
}
result.datas_ = datas_;
} else {
result.datas_ = datasBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof net.wicp.tams.common.apiext.jdbc.JdbcDatas) {
return mergeFrom((net.wicp.tams.common.apiext.jdbc.JdbcDatas)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(net.wicp.tams.common.apiext.jdbc.JdbcDatas other) {
if (other == net.wicp.tams.common.apiext.jdbc.JdbcDatas.getDefaultInstance()) return this;
if (!other.getDb().isEmpty()) {
db_ = other.db_;
onChanged();
}
if (!other.getTb().isEmpty()) {
tb_ = other.tb_;
onChanged();
}
if (other.optType_ != 0) {
setOptTypeValue(other.getOptTypeValue());
}
if (!other.keys_.isEmpty()) {
if (keys_.isEmpty()) {
keys_ = other.keys_;
bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensureKeysIsMutable();
keys_.addAll(other.keys_);
}
onChanged();
}
if (!other.cols_.isEmpty()) {
if (cols_.isEmpty()) {
cols_ = other.cols_;
bitField0_ = (bitField0_ & ~0x00000010);
} else {
ensureColsIsMutable();
cols_.addAll(other.cols_);
}
onChanged();
}
internalGetMutableType().mergeFrom(
other.internalGetType());
if (datasBuilder_ == null) {
if (!other.datas_.isEmpty()) {
if (datas_.isEmpty()) {
datas_ = other.datas_;
bitField0_ = (bitField0_ & ~0x00000040);
} else {
ensureDatasIsMutable();
datas_.addAll(other.datas_);
}
onChanged();
}
} else {
if (!other.datas_.isEmpty()) {
if (datasBuilder_.isEmpty()) {
datasBuilder_.dispose();
datasBuilder_ = null;
datas_ = other.datas_;
bitField0_ = (bitField0_ & ~0x00000040);
datasBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getDatasFieldBuilder() : null;
} else {
datasBuilder_.addAllMessages(other.datas_);
}
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
net.wicp.tams.common.apiext.jdbc.JdbcDatas parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (net.wicp.tams.common.apiext.jdbc.JdbcDatas) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object db_ = "";
/**
* string db = 1;
*/
public java.lang.String getDb() {
java.lang.Object ref = db_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
db_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string db = 1;
*/
public com.google.protobuf.ByteString
getDbBytes() {
java.lang.Object ref = db_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
db_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string db = 1;
*/
public Builder setDb(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
db_ = value;
onChanged();
return this;
}
/**
* string db = 1;
*/
public Builder clearDb() {
db_ = getDefaultInstance().getDb();
onChanged();
return this;
}
/**
* string db = 1;
*/
public Builder setDbBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
db_ = value;
onChanged();
return this;
}
private java.lang.Object tb_ = "";
/**
* string tb = 2;
*/
public java.lang.String getTb() {
java.lang.Object ref = tb_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
tb_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string tb = 2;
*/
public com.google.protobuf.ByteString
getTbBytes() {
java.lang.Object ref = tb_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tb_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string tb = 2;
*/
public Builder setTb(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
tb_ = value;
onChanged();
return this;
}
/**
* string tb = 2;
*/
public Builder clearTb() {
tb_ = getDefaultInstance().getTb();
onChanged();
return this;
}
/**
* string tb = 2;
*/
public Builder setTbBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
tb_ = value;
onChanged();
return this;
}
private int optType_ = 0;
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public int getOptTypeValue() {
return optType_;
}
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public Builder setOptTypeValue(int value) {
optType_ = value;
onChanged();
return this;
}
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public net.wicp.tams.common.apiext.jdbc.OptType getOptType() {
net.wicp.tams.common.apiext.jdbc.OptType result = net.wicp.tams.common.apiext.jdbc.OptType.valueOf(optType_);
return result == null ? net.wicp.tams.common.apiext.jdbc.OptType.UNRECOGNIZED : result;
}
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public Builder setOptType(net.wicp.tams.common.apiext.jdbc.OptType value) {
if (value == null) {
throw new NullPointerException();
}
optType_ = value.getNumber();
onChanged();
return this;
}
/**
* .net.wicp.tams.common.apiext.jdbc.OptType optType = 3;
*/
public Builder clearOptType() {
optType_ = 0;
onChanged();
return this;
}
private com.google.protobuf.LazyStringList keys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureKeysIsMutable() {
if (!((bitField0_ & 0x00000008) == 0x00000008)) {
keys_ = new com.google.protobuf.LazyStringArrayList(keys_);
bitField0_ |= 0x00000008;
}
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public com.google.protobuf.ProtocolStringList
getKeysList() {
return keys_.getUnmodifiableView();
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public int getKeysCount() {
return keys_.size();
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public java.lang.String getKeys(int index) {
return keys_.get(index);
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public com.google.protobuf.ByteString
getKeysBytes(int index) {
return keys_.getByteString(index);
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public Builder setKeys(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureKeysIsMutable();
keys_.set(index, value);
onChanged();
return this;
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public Builder addKeys(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureKeysIsMutable();
keys_.add(value);
onChanged();
return this;
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public Builder addAllKeys(
java.lang.Iterable values) {
ensureKeysIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, keys_);
onChanged();
return this;
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public Builder clearKeys() {
keys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
*主键名
*
*
* repeated string keys = 4;
*/
public Builder addKeysBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureKeysIsMutable();
keys_.add(value);
onChanged();
return this;
}
private com.google.protobuf.LazyStringList cols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureColsIsMutable() {
if (!((bitField0_ & 0x00000010) == 0x00000010)) {
cols_ = new com.google.protobuf.LazyStringArrayList(cols_);
bitField0_ |= 0x00000010;
}
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public com.google.protobuf.ProtocolStringList
getColsList() {
return cols_.getUnmodifiableView();
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public int getColsCount() {
return cols_.size();
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public java.lang.String getCols(int index) {
return cols_.get(index);
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public com.google.protobuf.ByteString
getColsBytes(int index) {
return cols_.getByteString(index);
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public Builder setCols(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureColsIsMutable();
cols_.set(index, value);
onChanged();
return this;
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public Builder addCols(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureColsIsMutable();
cols_.add(value);
onChanged();
return this;
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public Builder addAllCols(
java.lang.Iterable values) {
ensureColsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, cols_);
onChanged();
return this;
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public Builder clearCols() {
cols_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
*
*以它为排序
*
*
* repeated string cols = 5;
*/
public Builder addColsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureColsIsMutable();
cols_.add(value);
onChanged();
return this;
}
private com.google.protobuf.MapField<
java.lang.String, java.lang.String> type_;
private com.google.protobuf.MapField
internalGetType() {
if (type_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TypeDefaultEntryHolder.defaultEntry);
}
return type_;
}
private com.google.protobuf.MapField
internalGetMutableType() {
onChanged();;
if (type_ == null) {
type_ = com.google.protobuf.MapField.newMapField(
TypeDefaultEntryHolder.defaultEntry);
}
if (!type_.isMutable()) {
type_ = type_.copy();
}
return type_;
}
public int getTypeCount() {
return internalGetType().getMap().size();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public boolean containsType(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetType().getMap().containsKey(key);
}
/**
* Use {@link #getTypeMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getType() {
return getTypeMap();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.util.Map getTypeMap() {
return internalGetType().getMap();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.lang.String getTypeOrDefault(
java.lang.String key,
java.lang.String defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetType().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public java.lang.String getTypeOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetType().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearType() {
internalGetMutableType().getMutableMap()
.clear();
return this;
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public Builder removeType(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableType().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableType() {
return internalGetMutableType().getMutableMap();
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public Builder putType(
java.lang.String key,
java.lang.String value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableType().getMutableMap()
.put(key, value);
return this;
}
/**
*
*表字段全量类型,字段名-字段类型
*
*
* map<string, string> type = 6;
*/
public Builder putAllType(
java.util.Map values) {
internalGetMutableType().getMutableMap()
.putAll(values);
return this;
}
private java.util.List datas_ =
java.util.Collections.emptyList();
private void ensureDatasIsMutable() {
if (!((bitField0_ & 0x00000040) == 0x00000040)) {
datas_ = new java.util.ArrayList(datas_);
bitField0_ |= 0x00000040;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
net.wicp.tams.common.apiext.jdbc.JdbcData, net.wicp.tams.common.apiext.jdbc.JdbcData.Builder, net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder> datasBuilder_;
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public java.util.List getDatasList() {
if (datasBuilder_ == null) {
return java.util.Collections.unmodifiableList(datas_);
} else {
return datasBuilder_.getMessageList();
}
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public int getDatasCount() {
if (datasBuilder_ == null) {
return datas_.size();
} else {
return datasBuilder_.getCount();
}
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcData getDatas(int index) {
if (datasBuilder_ == null) {
return datas_.get(index);
} else {
return datasBuilder_.getMessage(index);
}
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder setDatas(
int index, net.wicp.tams.common.apiext.jdbc.JdbcData value) {
if (datasBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDatasIsMutable();
datas_.set(index, value);
onChanged();
} else {
datasBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder setDatas(
int index, net.wicp.tams.common.apiext.jdbc.JdbcData.Builder builderForValue) {
if (datasBuilder_ == null) {
ensureDatasIsMutable();
datas_.set(index, builderForValue.build());
onChanged();
} else {
datasBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder addDatas(net.wicp.tams.common.apiext.jdbc.JdbcData value) {
if (datasBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDatasIsMutable();
datas_.add(value);
onChanged();
} else {
datasBuilder_.addMessage(value);
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder addDatas(
int index, net.wicp.tams.common.apiext.jdbc.JdbcData value) {
if (datasBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDatasIsMutable();
datas_.add(index, value);
onChanged();
} else {
datasBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder addDatas(
net.wicp.tams.common.apiext.jdbc.JdbcData.Builder builderForValue) {
if (datasBuilder_ == null) {
ensureDatasIsMutable();
datas_.add(builderForValue.build());
onChanged();
} else {
datasBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder addDatas(
int index, net.wicp.tams.common.apiext.jdbc.JdbcData.Builder builderForValue) {
if (datasBuilder_ == null) {
ensureDatasIsMutable();
datas_.add(index, builderForValue.build());
onChanged();
} else {
datasBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder addAllDatas(
java.lang.Iterable extends net.wicp.tams.common.apiext.jdbc.JdbcData> values) {
if (datasBuilder_ == null) {
ensureDatasIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, datas_);
onChanged();
} else {
datasBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder clearDatas() {
if (datasBuilder_ == null) {
datas_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
} else {
datasBuilder_.clear();
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public Builder removeDatas(int index) {
if (datasBuilder_ == null) {
ensureDatasIsMutable();
datas_.remove(index);
onChanged();
} else {
datasBuilder_.remove(index);
}
return this;
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcData.Builder getDatasBuilder(
int index) {
return getDatasFieldBuilder().getBuilder(index);
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder getDatasOrBuilder(
int index) {
if (datasBuilder_ == null) {
return datas_.get(index); } else {
return datasBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public java.util.List extends net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder>
getDatasOrBuilderList() {
if (datasBuilder_ != null) {
return datasBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(datas_);
}
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcData.Builder addDatasBuilder() {
return getDatasFieldBuilder().addBuilder(
net.wicp.tams.common.apiext.jdbc.JdbcData.getDefaultInstance());
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public net.wicp.tams.common.apiext.jdbc.JdbcData.Builder addDatasBuilder(
int index) {
return getDatasFieldBuilder().addBuilder(
index, net.wicp.tams.common.apiext.jdbc.JdbcData.getDefaultInstance());
}
/**
*
*key:id value:整个值,包括id。
*
*
* repeated .net.wicp.tams.common.apiext.jdbc.JdbcData datas = 7;
*/
public java.util.List
getDatasBuilderList() {
return getDatasFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
net.wicp.tams.common.apiext.jdbc.JdbcData, net.wicp.tams.common.apiext.jdbc.JdbcData.Builder, net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder>
getDatasFieldBuilder() {
if (datasBuilder_ == null) {
datasBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
net.wicp.tams.common.apiext.jdbc.JdbcData, net.wicp.tams.common.apiext.jdbc.JdbcData.Builder, net.wicp.tams.common.apiext.jdbc.JdbcDataOrBuilder>(
datas_,
((bitField0_ & 0x00000040) == 0x00000040),
getParentForChildren(),
isClean());
datas_ = null;
}
return datasBuilder_;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:net.wicp.tams.common.apiext.jdbc.JdbcDatas)
}
// @@protoc_insertion_point(class_scope:net.wicp.tams.common.apiext.jdbc.JdbcDatas)
private static final net.wicp.tams.common.apiext.jdbc.JdbcDatas DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new net.wicp.tams.common.apiext.jdbc.JdbcDatas();
}
public static net.wicp.tams.common.apiext.jdbc.JdbcDatas getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public JdbcDatas parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new JdbcDatas(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public net.wicp.tams.common.apiext.jdbc.JdbcDatas getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}