|
|
@@ -1,7 +1,7 @@
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
// source: com/tzld/piaoquan/recommend/server/tab.proto
|
|
|
|
|
|
-package com.tzld.piaoquan.recommend.server.gen.recommend;
|
|
|
+package com.tzld.piaoquan.recommend.server.gen.tab;
|
|
|
|
|
|
/**
|
|
|
* Protobuf type {@code TabResponse}
|
|
|
@@ -65,11 +65,11 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
case 18: {
|
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
- tab_ = new java.util.ArrayList<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto>();
|
|
|
+ tab_ = new java.util.ArrayList<com.tzld.piaoquan.recommend.server.gen.common.TabProto>();
|
|
|
mutable_bitField0_ |= 0x00000001;
|
|
|
}
|
|
|
tab_.add(
|
|
|
- input.readMessage(com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.parser(), extensionRegistry));
|
|
|
+ input.readMessage(com.tzld.piaoquan.recommend.server.gen.common.TabProto.parser(), extensionRegistry));
|
|
|
break;
|
|
|
}
|
|
|
default: {
|
|
|
@@ -96,15 +96,15 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Tab.internal_static_TabResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.Tab.internal_static_TabResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Tab.internal_static_TabResponse_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.Tab.internal_static_TabResponse_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.class, com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.class, com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.Builder.class);
|
|
|
}
|
|
|
|
|
|
public static final int RESULT_FIELD_NUMBER = 1;
|
|
|
@@ -134,19 +134,19 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
public static final int TAB_FIELD_NUMBER = 2;
|
|
|
- private java.util.List<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto> tab_;
|
|
|
+ private java.util.List<com.tzld.piaoquan.recommend.server.gen.common.TabProto> tab_;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public java.util.List<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto> getTabList() {
|
|
|
+ public java.util.List<com.tzld.piaoquan.recommend.server.gen.common.TabProto> getTabList() {
|
|
|
return tab_;
|
|
|
}
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public java.util.List<? extends com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder>
|
|
|
+ public java.util.List<? extends com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder>
|
|
|
getTabOrBuilderList() {
|
|
|
return tab_;
|
|
|
}
|
|
|
@@ -161,14 +161,14 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProto getTab(int index) {
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProto getTab(int index) {
|
|
|
return tab_.get(index);
|
|
|
}
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder getTabOrBuilder(
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder getTabOrBuilder(
|
|
|
int index) {
|
|
|
return tab_.get(index);
|
|
|
}
|
|
|
@@ -220,10 +220,10 @@ private static final long serialVersionUID = 0L;
|
|
|
if (obj == this) {
|
|
|
return true;
|
|
|
}
|
|
|
- if (!(obj instanceof com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse)) {
|
|
|
+ if (!(obj instanceof com.tzld.piaoquan.recommend.server.gen.tab.TabResponse)) {
|
|
|
return super.equals(obj);
|
|
|
}
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse other = (com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse) obj;
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse other = (com.tzld.piaoquan.recommend.server.gen.tab.TabResponse) obj;
|
|
|
|
|
|
if (hasResult() != other.hasResult()) return false;
|
|
|
if (hasResult()) {
|
|
|
@@ -256,69 +256,69 @@ private static final long serialVersionUID = 0L;
|
|
|
return hash;
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
java.nio.ByteBuffer data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
java.nio.ByteBuffer data,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
com.google.protobuf.ByteString data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
com.google.protobuf.ByteString data,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(byte[] data)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(byte[] data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
byte[] data,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(java.io.InputStream input)
|
|
|
throws java.io.IOException {
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse 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 com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseDelimitedFrom(java.io.InputStream input)
|
|
|
throws java.io.IOException {
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseDelimitedFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse 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 com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
throws java.io.IOException {
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parseFrom(
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws java.io.IOException {
|
|
|
@@ -331,7 +331,7 @@ private static final long serialVersionUID = 0L;
|
|
|
public static Builder newBuilder() {
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
}
|
|
|
- public static Builder newBuilder(com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse prototype) {
|
|
|
+ public static Builder newBuilder(com.tzld.piaoquan.recommend.server.gen.tab.TabResponse prototype) {
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
}
|
|
|
@java.lang.Override
|
|
|
@@ -352,21 +352,21 @@ private static final long serialVersionUID = 0L;
|
|
|
public static final class Builder extends
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
// @@protoc_insertion_point(builder_implements:TabResponse)
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponseOrBuilder {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponseOrBuilder {
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Tab.internal_static_TabResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.Tab.internal_static_TabResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Tab.internal_static_TabResponse_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.Tab.internal_static_TabResponse_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.class, com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.class, com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.Builder.class);
|
|
|
}
|
|
|
|
|
|
- // Construct using com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.newBuilder()
|
|
|
+ // Construct using com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.newBuilder()
|
|
|
private Builder() {
|
|
|
maybeForceBuilderInitialization();
|
|
|
}
|
|
|
@@ -403,17 +403,17 @@ private static final long serialVersionUID = 0L;
|
|
|
@java.lang.Override
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptorForType() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Tab.internal_static_TabResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.Tab.internal_static_TabResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse getDefaultInstanceForType() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.getDefaultInstance();
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.tab.TabResponse getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.getDefaultInstance();
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse build() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse result = buildPartial();
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.tab.TabResponse build() {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse result = buildPartial();
|
|
|
if (!result.isInitialized()) {
|
|
|
throw newUninitializedMessageException(result);
|
|
|
}
|
|
|
@@ -421,8 +421,8 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse buildPartial() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse result = new com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse(this);
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.tab.TabResponse buildPartial() {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse result = new com.tzld.piaoquan.recommend.server.gen.tab.TabResponse(this);
|
|
|
int from_bitField0_ = bitField0_;
|
|
|
if (resultBuilder_ == null) {
|
|
|
result.result_ = result_;
|
|
|
@@ -476,16 +476,16 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
@java.lang.Override
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
- if (other instanceof com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse) {
|
|
|
- return mergeFrom((com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse)other);
|
|
|
+ if (other instanceof com.tzld.piaoquan.recommend.server.gen.tab.TabResponse) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.recommend.server.gen.tab.TabResponse)other);
|
|
|
} else {
|
|
|
super.mergeFrom(other);
|
|
|
return this;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public Builder mergeFrom(com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse other) {
|
|
|
- if (other == com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse.getDefaultInstance()) return this;
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.recommend.server.gen.tab.TabResponse other) {
|
|
|
+ if (other == com.tzld.piaoquan.recommend.server.gen.tab.TabResponse.getDefaultInstance()) return this;
|
|
|
if (other.hasResult()) {
|
|
|
mergeResult(other.getResult());
|
|
|
}
|
|
|
@@ -530,11 +530,11 @@ private static final long serialVersionUID = 0L;
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws java.io.IOException {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse parsedMessage = null;
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.tab.TabResponse parsedMessage = null;
|
|
|
try {
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
- parsedMessage = (com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse) e.getUnfinishedMessage();
|
|
|
+ parsedMessage = (com.tzld.piaoquan.recommend.server.gen.tab.TabResponse) e.getUnfinishedMessage();
|
|
|
throw e.unwrapIOException();
|
|
|
} finally {
|
|
|
if (parsedMessage != null) {
|
|
|
@@ -664,22 +664,22 @@ private static final long serialVersionUID = 0L;
|
|
|
return resultBuilder_;
|
|
|
}
|
|
|
|
|
|
- private java.util.List<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto> tab_ =
|
|
|
+ private java.util.List<com.tzld.piaoquan.recommend.server.gen.common.TabProto> tab_ =
|
|
|
java.util.Collections.emptyList();
|
|
|
private void ensureTabIsMutable() {
|
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
|
- tab_ = new java.util.ArrayList<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto>(tab_);
|
|
|
+ tab_ = new java.util.ArrayList<com.tzld.piaoquan.recommend.server.gen.common.TabProto>(tab_);
|
|
|
bitField0_ |= 0x00000001;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabProto, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder> tabBuilder_;
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.common.TabProto, com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder> tabBuilder_;
|
|
|
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public java.util.List<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto> getTabList() {
|
|
|
+ public java.util.List<com.tzld.piaoquan.recommend.server.gen.common.TabProto> getTabList() {
|
|
|
if (tabBuilder_ == null) {
|
|
|
return java.util.Collections.unmodifiableList(tab_);
|
|
|
} else {
|
|
|
@@ -699,7 +699,7 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProto getTab(int index) {
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProto getTab(int index) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
return tab_.get(index);
|
|
|
} else {
|
|
|
@@ -710,7 +710,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder setTab(
|
|
|
- int index, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto value) {
|
|
|
+ int index, com.tzld.piaoquan.recommend.server.gen.common.TabProto value) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
|
@@ -727,7 +727,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder setTab(
|
|
|
- int index, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder builderForValue) {
|
|
|
+ int index, com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder builderForValue) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
ensureTabIsMutable();
|
|
|
tab_.set(index, builderForValue.build());
|
|
|
@@ -740,7 +740,7 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public Builder addTab(com.tzld.piaoquan.recommend.server.gen.recommend.TabProto value) {
|
|
|
+ public Builder addTab(com.tzld.piaoquan.recommend.server.gen.common.TabProto value) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
|
@@ -757,7 +757,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder addTab(
|
|
|
- int index, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto value) {
|
|
|
+ int index, com.tzld.piaoquan.recommend.server.gen.common.TabProto value) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
|
@@ -774,7 +774,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder addTab(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder builderForValue) {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder builderForValue) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
ensureTabIsMutable();
|
|
|
tab_.add(builderForValue.build());
|
|
|
@@ -788,7 +788,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder addTab(
|
|
|
- int index, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder builderForValue) {
|
|
|
+ int index, com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder builderForValue) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
ensureTabIsMutable();
|
|
|
tab_.add(index, builderForValue.build());
|
|
|
@@ -802,7 +802,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
public Builder addAllTab(
|
|
|
- java.lang.Iterable<? extends com.tzld.piaoquan.recommend.server.gen.recommend.TabProto> values) {
|
|
|
+ java.lang.Iterable<? extends com.tzld.piaoquan.recommend.server.gen.common.TabProto> values) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
ensureTabIsMutable();
|
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
|
@@ -842,14 +842,14 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder getTabBuilder(
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder getTabBuilder(
|
|
|
int index) {
|
|
|
return getTabFieldBuilder().getBuilder(index);
|
|
|
}
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder getTabOrBuilder(
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder getTabOrBuilder(
|
|
|
int index) {
|
|
|
if (tabBuilder_ == null) {
|
|
|
return tab_.get(index); } else {
|
|
|
@@ -859,7 +859,7 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public java.util.List<? extends com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder>
|
|
|
+ public java.util.List<? extends com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder>
|
|
|
getTabOrBuilderList() {
|
|
|
if (tabBuilder_ != null) {
|
|
|
return tabBuilder_.getMessageOrBuilderList();
|
|
|
@@ -870,31 +870,31 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder addTabBuilder() {
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder addTabBuilder() {
|
|
|
return getTabFieldBuilder().addBuilder(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.getDefaultInstance());
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.common.TabProto.getDefaultInstance());
|
|
|
}
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder addTabBuilder(
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder addTabBuilder(
|
|
|
int index) {
|
|
|
return getTabFieldBuilder().addBuilder(
|
|
|
- index, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.getDefaultInstance());
|
|
|
+ index, com.tzld.piaoquan.recommend.server.gen.common.TabProto.getDefaultInstance());
|
|
|
}
|
|
|
/**
|
|
|
* <code>repeated .TabProto tab = 2;</code>
|
|
|
*/
|
|
|
- public java.util.List<com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder>
|
|
|
+ public java.util.List<com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder>
|
|
|
getTabBuilderList() {
|
|
|
return getTabFieldBuilder().getBuilderList();
|
|
|
}
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabProto, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder>
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.common.TabProto, com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder>
|
|
|
getTabFieldBuilder() {
|
|
|
if (tabBuilder_ == null) {
|
|
|
tabBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.TabProto, com.tzld.piaoquan.recommend.server.gen.recommend.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.recommend.TabProtoOrBuilder>(
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.common.TabProto, com.tzld.piaoquan.recommend.server.gen.common.TabProto.Builder, com.tzld.piaoquan.recommend.server.gen.common.TabProtoOrBuilder>(
|
|
|
tab_,
|
|
|
((bitField0_ & 0x00000001) != 0),
|
|
|
getParentForChildren(),
|
|
|
@@ -920,12 +920,12 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:TabResponse)
|
|
|
- private static final com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse DEFAULT_INSTANCE;
|
|
|
+ private static final com.tzld.piaoquan.recommend.server.gen.tab.TabResponse DEFAULT_INSTANCE;
|
|
|
static {
|
|
|
- DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse();
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.server.gen.tab.TabResponse();
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse getDefaultInstance() {
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.tab.TabResponse getDefaultInstance() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|
|
|
@@ -950,7 +950,7 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.TabResponse getDefaultInstanceForType() {
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.tab.TabResponse getDefaultInstanceForType() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|