|
@@ -1,7 +1,7 @@
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
// source: com/tzld/piaoquan/recommend/feature/feature.proto
|
|
|
|
|
|
-package com.tzld.piaoquan.recommend.server.gen.feature;
|
|
|
+package com.tzld.piaoquan.recommend.feature.model.feature;
|
|
|
|
|
|
/**
|
|
|
* Protobuf type {@code GetVideoFeatureResponse}
|
|
@@ -49,11 +49,11 @@ private static final long serialVersionUID = 0L;
|
|
|
done = true;
|
|
|
break;
|
|
|
case 10: {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result.Builder subBuilder = null;
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result.Builder subBuilder = null;
|
|
|
if (result_ != null) {
|
|
|
subBuilder = result_.toBuilder();
|
|
|
}
|
|
|
- result_ = input.readMessage(com.tzld.piaoquan.recommend.server.gen.common.Result.parser(), extensionRegistry);
|
|
|
+ result_ = input.readMessage(com.tzld.piaoquan.recommend.feature.model.common.Result.parser(), extensionRegistry);
|
|
|
if (subBuilder != null) {
|
|
|
subBuilder.mergeFrom(result_);
|
|
|
result_ = subBuilder.buildPartial();
|
|
@@ -61,6 +61,19 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
break;
|
|
|
}
|
|
|
+ case 18: {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder subBuilder = null;
|
|
|
+ if (videoFeature_ != null) {
|
|
|
+ subBuilder = videoFeature_.toBuilder();
|
|
|
+ }
|
|
|
+ videoFeature_ = input.readMessage(com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.parser(), extensionRegistry);
|
|
|
+ if (subBuilder != null) {
|
|
|
+ subBuilder.mergeFrom(videoFeature_);
|
|
|
+ videoFeature_ = subBuilder.buildPartial();
|
|
|
+ }
|
|
|
+
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -82,19 +95,19 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.Feature.internal_static_GetVideoFeatureResponse_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetVideoFeatureResponse_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.class, com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.class, com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.Builder.class);
|
|
|
}
|
|
|
|
|
|
public static final int RESULT_FIELD_NUMBER = 1;
|
|
|
- private com.tzld.piaoquan.recommend.server.gen.common.Result result_;
|
|
|
+ private com.tzld.piaoquan.recommend.feature.model.common.Result result_;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
* @return Whether the result field is set.
|
|
@@ -108,17 +121,43 @@ private static final long serialVersionUID = 0L;
|
|
|
* @return The result.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.common.Result getResult() {
|
|
|
- return result_ == null ? com.tzld.piaoquan.recommend.server.gen.common.Result.getDefaultInstance() : result_;
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.common.Result getResult() {
|
|
|
+ return result_ == null ? com.tzld.piaoquan.recommend.feature.model.common.Result.getDefaultInstance() : result_;
|
|
|
}
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.common.ResultOrBuilder getResultOrBuilder() {
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.common.ResultOrBuilder getResultOrBuilder() {
|
|
|
return getResult();
|
|
|
}
|
|
|
|
|
|
+ public static final int VIDEO_FEATURE_FIELD_NUMBER = 2;
|
|
|
+ private com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto videoFeature_;
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ * @return Whether the videoFeature field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasVideoFeature() {
|
|
|
+ return videoFeature_ != null;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ * @return The videoFeature.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto getVideoFeature() {
|
|
|
+ return videoFeature_ == null ? com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.getDefaultInstance() : videoFeature_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProtoOrBuilder getVideoFeatureOrBuilder() {
|
|
|
+ return getVideoFeature();
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -136,6 +175,9 @@ private static final long serialVersionUID = 0L;
|
|
|
if (result_ != null) {
|
|
|
output.writeMessage(1, getResult());
|
|
|
}
|
|
|
+ if (videoFeature_ != null) {
|
|
|
+ output.writeMessage(2, getVideoFeature());
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -149,6 +191,10 @@ private static final long serialVersionUID = 0L;
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeMessageSize(1, getResult());
|
|
|
}
|
|
|
+ if (videoFeature_ != null) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeMessageSize(2, getVideoFeature());
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -159,16 +205,21 @@ private static final long serialVersionUID = 0L;
|
|
|
if (obj == this) {
|
|
|
return true;
|
|
|
}
|
|
|
- if (!(obj instanceof com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse)) {
|
|
|
+ if (!(obj instanceof com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse)) {
|
|
|
return super.equals(obj);
|
|
|
}
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse other = (com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse) obj;
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse other = (com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse) obj;
|
|
|
|
|
|
if (hasResult() != other.hasResult()) return false;
|
|
|
if (hasResult()) {
|
|
|
if (!getResult()
|
|
|
.equals(other.getResult())) return false;
|
|
|
}
|
|
|
+ if (hasVideoFeature() != other.hasVideoFeature()) return false;
|
|
|
+ if (hasVideoFeature()) {
|
|
|
+ if (!getVideoFeature()
|
|
|
+ .equals(other.getVideoFeature())) return false;
|
|
|
+ }
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -184,74 +235,78 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (37 * hash) + RESULT_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getResult().hashCode();
|
|
|
}
|
|
|
+ if (hasVideoFeature()) {
|
|
|
+ hash = (37 * hash) + VIDEO_FEATURE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getVideoFeature().hashCode();
|
|
|
+ }
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse parseFrom(
|
|
|
java.nio.ByteBuffer data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse parseFrom(
|
|
|
com.google.protobuf.ByteString data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(byte[] data)
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse parseFrom(byte[] data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseDelimitedFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse 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.feature.GetVideoFeatureResponse parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse parseFrom(
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws java.io.IOException {
|
|
@@ -264,7 +319,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.feature.GetVideoFeatureResponse prototype) {
|
|
|
+ public static Builder newBuilder(com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse prototype) {
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
}
|
|
|
@java.lang.Override
|
|
@@ -285,21 +340,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:GetVideoFeatureResponse)
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponseOrBuilder {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponseOrBuilder {
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.Feature.internal_static_GetVideoFeatureResponse_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetVideoFeatureResponse_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.class, com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.class, com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.Builder.class);
|
|
|
}
|
|
|
|
|
|
- // Construct using com.tzld.piaoquan.recommend.feature.gen.feature.GetVideoFeatureResponse.newBuilder()
|
|
|
+ // Construct using com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.newBuilder()
|
|
|
private Builder() {
|
|
|
maybeForceBuilderInitialization();
|
|
|
}
|
|
@@ -323,23 +378,29 @@ private static final long serialVersionUID = 0L;
|
|
|
result_ = null;
|
|
|
resultBuilder_ = null;
|
|
|
}
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ videoFeature_ = null;
|
|
|
+ } else {
|
|
|
+ videoFeature_ = null;
|
|
|
+ videoFeatureBuilder_ = null;
|
|
|
+ }
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptorForType() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetVideoFeatureResponse_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse getDefaultInstanceForType() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.getDefaultInstance();
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.getDefaultInstance();
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse build() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse result = buildPartial();
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse build() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse result = buildPartial();
|
|
|
if (!result.isInitialized()) {
|
|
|
throw newUninitializedMessageException(result);
|
|
|
}
|
|
@@ -347,13 +408,18 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse buildPartial() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse result = new com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse(this);
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse buildPartial() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse result = new com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse(this);
|
|
|
if (resultBuilder_ == null) {
|
|
|
result.result_ = result_;
|
|
|
} else {
|
|
|
result.result_ = resultBuilder_.build();
|
|
|
}
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ result.videoFeature_ = videoFeature_;
|
|
|
+ } else {
|
|
|
+ result.videoFeature_ = videoFeatureBuilder_.build();
|
|
|
+ }
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -392,19 +458,22 @@ 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.feature.GetVideoFeatureResponse) {
|
|
|
- return mergeFrom((com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse)other);
|
|
|
+ if (other instanceof com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse)other);
|
|
|
} else {
|
|
|
super.mergeFrom(other);
|
|
|
return this;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public Builder mergeFrom(com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse other) {
|
|
|
- if (other == com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse.getDefaultInstance()) return this;
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse other) {
|
|
|
+ if (other == com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse.getDefaultInstance()) return this;
|
|
|
if (other.hasResult()) {
|
|
|
mergeResult(other.getResult());
|
|
|
}
|
|
|
+ if (other.hasVideoFeature()) {
|
|
|
+ mergeVideoFeature(other.getVideoFeature());
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -420,11 +489,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.feature.GetVideoFeatureResponse parsedMessage = null;
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse parsedMessage = null;
|
|
|
try {
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
- parsedMessage = (com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse) e.getUnfinishedMessage();
|
|
|
+ parsedMessage = (com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse) e.getUnfinishedMessage();
|
|
|
throw e.unwrapIOException();
|
|
|
} finally {
|
|
|
if (parsedMessage != null) {
|
|
@@ -434,9 +503,9 @@ private static final long serialVersionUID = 0L;
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
- private com.tzld.piaoquan.recommend.server.gen.common.Result result_;
|
|
|
+ private com.tzld.piaoquan.recommend.feature.model.common.Result result_;
|
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result, com.tzld.piaoquan.recommend.server.gen.common.Result.Builder, com.tzld.piaoquan.recommend.server.gen.common.ResultOrBuilder> resultBuilder_;
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result, com.tzld.piaoquan.recommend.feature.model.common.Result.Builder, com.tzld.piaoquan.recommend.feature.model.common.ResultOrBuilder> resultBuilder_;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
* @return Whether the result field is set.
|
|
@@ -448,9 +517,9 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>.Result result = 1;</code>
|
|
|
* @return The result.
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.common.Result getResult() {
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.common.Result getResult() {
|
|
|
if (resultBuilder_ == null) {
|
|
|
- return result_ == null ? com.tzld.piaoquan.recommend.server.gen.common.Result.getDefaultInstance() : result_;
|
|
|
+ return result_ == null ? com.tzld.piaoquan.recommend.feature.model.common.Result.getDefaultInstance() : result_;
|
|
|
} else {
|
|
|
return resultBuilder_.getMessage();
|
|
|
}
|
|
@@ -458,7 +527,7 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
- public Builder setResult(com.tzld.piaoquan.recommend.server.gen.common.Result value) {
|
|
|
+ public Builder setResult(com.tzld.piaoquan.recommend.feature.model.common.Result value) {
|
|
|
if (resultBuilder_ == null) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
@@ -475,7 +544,7 @@ private static final long serialVersionUID = 0L;
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
public Builder setResult(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result.Builder builderForValue) {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result.Builder builderForValue) {
|
|
|
if (resultBuilder_ == null) {
|
|
|
result_ = builderForValue.build();
|
|
|
onChanged();
|
|
@@ -488,11 +557,11 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
- public Builder mergeResult(com.tzld.piaoquan.recommend.server.gen.common.Result value) {
|
|
|
+ public Builder mergeResult(com.tzld.piaoquan.recommend.feature.model.common.Result value) {
|
|
|
if (resultBuilder_ == null) {
|
|
|
if (result_ != null) {
|
|
|
result_ =
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result.newBuilder(result_).mergeFrom(value).buildPartial();
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result.newBuilder(result_).mergeFrom(value).buildPartial();
|
|
|
} else {
|
|
|
result_ = value;
|
|
|
}
|
|
@@ -520,7 +589,7 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.common.Result.Builder getResultBuilder() {
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.common.Result.Builder getResultBuilder() {
|
|
|
|
|
|
onChanged();
|
|
|
return getResultFieldBuilder().getBuilder();
|
|
@@ -528,23 +597,23 @@ private static final long serialVersionUID = 0L;
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.common.ResultOrBuilder getResultOrBuilder() {
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.common.ResultOrBuilder getResultOrBuilder() {
|
|
|
if (resultBuilder_ != null) {
|
|
|
return resultBuilder_.getMessageOrBuilder();
|
|
|
} else {
|
|
|
return result_ == null ?
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result.getDefaultInstance() : result_;
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result.getDefaultInstance() : result_;
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
* <code>.Result result = 1;</code>
|
|
|
*/
|
|
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result, com.tzld.piaoquan.recommend.server.gen.common.Result.Builder, com.tzld.piaoquan.recommend.server.gen.common.ResultOrBuilder>
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result, com.tzld.piaoquan.recommend.feature.model.common.Result.Builder, com.tzld.piaoquan.recommend.feature.model.common.ResultOrBuilder>
|
|
|
getResultFieldBuilder() {
|
|
|
if (resultBuilder_ == null) {
|
|
|
resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
|
- com.tzld.piaoquan.recommend.server.gen.common.Result, com.tzld.piaoquan.recommend.server.gen.common.Result.Builder, com.tzld.piaoquan.recommend.server.gen.common.ResultOrBuilder>(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.common.Result, com.tzld.piaoquan.recommend.feature.model.common.Result.Builder, com.tzld.piaoquan.recommend.feature.model.common.ResultOrBuilder>(
|
|
|
getResult(),
|
|
|
getParentForChildren(),
|
|
|
isClean());
|
|
@@ -552,6 +621,125 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
return resultBuilder_;
|
|
|
}
|
|
|
+
|
|
|
+ private com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto videoFeature_;
|
|
|
+ private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProtoOrBuilder> videoFeatureBuilder_;
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ * @return Whether the videoFeature field is set.
|
|
|
+ */
|
|
|
+ public boolean hasVideoFeature() {
|
|
|
+ return videoFeatureBuilder_ != null || videoFeature_ != null;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ * @return The videoFeature.
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto getVideoFeature() {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ return videoFeature_ == null ? com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.getDefaultInstance() : videoFeature_;
|
|
|
+ } else {
|
|
|
+ return videoFeatureBuilder_.getMessage();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder setVideoFeature(com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto value) {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ videoFeature_ = value;
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ videoFeatureBuilder_.setMessage(value);
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder setVideoFeature(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder builderForValue) {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ videoFeature_ = builderForValue.build();
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ videoFeatureBuilder_.setMessage(builderForValue.build());
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder mergeVideoFeature(com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto value) {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ if (videoFeature_ != null) {
|
|
|
+ videoFeature_ =
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.newBuilder(videoFeature_).mergeFrom(value).buildPartial();
|
|
|
+ } else {
|
|
|
+ videoFeature_ = value;
|
|
|
+ }
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ videoFeatureBuilder_.mergeFrom(value);
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder clearVideoFeature() {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ videoFeature_ = null;
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ videoFeature_ = null;
|
|
|
+ videoFeatureBuilder_ = null;
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder getVideoFeatureBuilder() {
|
|
|
+
|
|
|
+ onChanged();
|
|
|
+ return getVideoFeatureFieldBuilder().getBuilder();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProtoOrBuilder getVideoFeatureOrBuilder() {
|
|
|
+ if (videoFeatureBuilder_ != null) {
|
|
|
+ return videoFeatureBuilder_.getMessageOrBuilder();
|
|
|
+ } else {
|
|
|
+ return videoFeature_ == null ?
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.getDefaultInstance() : videoFeature_;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.VideoFeatureProto video_feature = 2;</code>
|
|
|
+ */
|
|
|
+ private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProtoOrBuilder>
|
|
|
+ getVideoFeatureFieldBuilder() {
|
|
|
+ if (videoFeatureBuilder_ == null) {
|
|
|
+ videoFeatureBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProto.Builder, com.tzld.piaoquan.recommend.feature.model.feature.VideoFeatureProtoOrBuilder>(
|
|
|
+ getVideoFeature(),
|
|
|
+ getParentForChildren(),
|
|
|
+ isClean());
|
|
|
+ videoFeature_ = null;
|
|
|
+ }
|
|
|
+ return videoFeatureBuilder_;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
@@ -569,12 +757,12 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:GetVideoFeatureResponse)
|
|
|
- private static final com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse DEFAULT_INSTANCE;
|
|
|
+ private static final com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse DEFAULT_INSTANCE;
|
|
|
static {
|
|
|
- DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse();
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse();
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse getDefaultInstance() {
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse getDefaultInstance() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|
|
@@ -599,7 +787,7 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.feature.GetVideoFeatureResponse getDefaultInstanceForType() {
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetVideoFeatureResponse getDefaultInstanceForType() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|