|
@@ -4,18 +4,18 @@
|
|
|
package com.tzld.piaoquan.recommend.server.gen.recommend;
|
|
|
|
|
|
/**
|
|
|
- * Protobuf type {@code Video}
|
|
|
+ * Protobuf type {@code VideoProto}
|
|
|
*/
|
|
|
-public final class Video extends
|
|
|
+public final class VideoProto extends
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
- // @@protoc_insertion_point(message_implements:Video)
|
|
|
- VideoOrBuilder {
|
|
|
+ // @@protoc_insertion_point(message_implements:VideoProto)
|
|
|
+ VideoProtoOrBuilder {
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
- // Use Video.newBuilder() to construct.
|
|
|
- private Video(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
+ // Use VideoProto.newBuilder() to construct.
|
|
|
+ private VideoProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
super(builder);
|
|
|
}
|
|
|
- private Video() {
|
|
|
+ private VideoProto() {
|
|
|
pushFrom_ = "";
|
|
|
abCode_ = "";
|
|
|
}
|
|
@@ -24,7 +24,7 @@ private static final long serialVersionUID = 0L;
|
|
|
@SuppressWarnings({"unused"})
|
|
|
protected java.lang.Object newInstance(
|
|
|
UnusedPrivateParameter unused) {
|
|
|
- return new Video();
|
|
|
+ return new VideoProto();
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -32,7 +32,7 @@ private static final long serialVersionUID = 0L;
|
|
|
getUnknownFields() {
|
|
|
return this.unknownFields;
|
|
|
}
|
|
|
- private Video(
|
|
|
+ private VideoProto(
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
@@ -103,15 +103,15 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_Video_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_VideoProto_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_Video_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_VideoProto_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.Video.class, com.tzld.piaoquan.recommend.server.gen.recommend.Video.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.class, com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.Builder.class);
|
|
|
}
|
|
|
|
|
|
public static final int VIDEO_ID_FIELD_NUMBER = 1;
|
|
@@ -307,10 +307,10 @@ private static final long serialVersionUID = 0L;
|
|
|
if (obj == this) {
|
|
|
return true;
|
|
|
}
|
|
|
- if (!(obj instanceof com.tzld.piaoquan.recommend.server.gen.recommend.Video)) {
|
|
|
+ if (!(obj instanceof com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto)) {
|
|
|
return super.equals(obj);
|
|
|
}
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.Video other = (com.tzld.piaoquan.recommend.server.gen.recommend.Video) obj;
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto other = (com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto) obj;
|
|
|
|
|
|
if (getVideoId()
|
|
|
!= other.getVideoId()) return false;
|
|
@@ -357,69 +357,69 @@ private static final long serialVersionUID = 0L;
|
|
|
return hash;
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto parseFrom(
|
|
|
java.nio.ByteBuffer data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto parseFrom(
|
|
|
com.google.protobuf.ByteString data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(byte[] data)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto parseFrom(byte[] data)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
return PARSER.parseFrom(data);
|
|
|
}
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseDelimitedFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto 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.Video parseFrom(
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto parseFrom(
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws java.io.IOException {
|
|
@@ -432,7 +432,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.Video prototype) {
|
|
|
+ public static Builder newBuilder(com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto prototype) {
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
}
|
|
|
@java.lang.Override
|
|
@@ -448,26 +448,26 @@ private static final long serialVersionUID = 0L;
|
|
|
return builder;
|
|
|
}
|
|
|
/**
|
|
|
- * Protobuf type {@code Video}
|
|
|
+ * Protobuf type {@code VideoProto}
|
|
|
*/
|
|
|
public static final class Builder extends
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
- // @@protoc_insertion_point(builder_implements:Video)
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.VideoOrBuilder {
|
|
|
+ // @@protoc_insertion_point(builder_implements:VideoProto)
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProtoOrBuilder {
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
getDescriptor() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_Video_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_VideoProto_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
internalGetFieldAccessorTable() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_Video_fieldAccessorTable
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_VideoProto_fieldAccessorTable
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.Video.class, com.tzld.piaoquan.recommend.server.gen.recommend.Video.Builder.class);
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.class, com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.Builder.class);
|
|
|
}
|
|
|
|
|
|
- // Construct using com.tzld.piaoquan.recommend.server.gen.recommend.Video.newBuilder()
|
|
|
+ // Construct using com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.newBuilder()
|
|
|
private Builder() {
|
|
|
maybeForceBuilderInitialization();
|
|
|
}
|
|
@@ -503,17 +503,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.Recommend.internal_static_Video_descriptor;
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.Recommend.internal_static_VideoProto_descriptor;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.Video getDefaultInstanceForType() {
|
|
|
- return com.tzld.piaoquan.recommend.server.gen.recommend.Video.getDefaultInstance();
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.getDefaultInstance();
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.Video build() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.Video result = buildPartial();
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto build() {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto result = buildPartial();
|
|
|
if (!result.isInitialized()) {
|
|
|
throw newUninitializedMessageException(result);
|
|
|
}
|
|
@@ -521,8 +521,8 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.Video buildPartial() {
|
|
|
- com.tzld.piaoquan.recommend.server.gen.recommend.Video result = new com.tzld.piaoquan.recommend.server.gen.recommend.Video(this);
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto buildPartial() {
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto result = new com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto(this);
|
|
|
result.videoId_ = videoId_;
|
|
|
result.rovScore_ = rovScore_;
|
|
|
result.pushFrom_ = pushFrom_;
|
|
@@ -567,16 +567,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.Video) {
|
|
|
- return mergeFrom((com.tzld.piaoquan.recommend.server.gen.recommend.Video)other);
|
|
|
+ if (other instanceof com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto)other);
|
|
|
} else {
|
|
|
super.mergeFrom(other);
|
|
|
return this;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public Builder mergeFrom(com.tzld.piaoquan.recommend.server.gen.recommend.Video other) {
|
|
|
- if (other == com.tzld.piaoquan.recommend.server.gen.recommend.Video.getDefaultInstance()) return this;
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto other) {
|
|
|
+ if (other == com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto.getDefaultInstance()) return this;
|
|
|
if (other.getVideoId() != 0L) {
|
|
|
setVideoId(other.getVideoId());
|
|
|
}
|
|
@@ -612,11 +612,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.Video parsedMessage = null;
|
|
|
+ com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto parsedMessage = null;
|
|
|
try {
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
- parsedMessage = (com.tzld.piaoquan.recommend.server.gen.recommend.Video) e.getUnfinishedMessage();
|
|
|
+ parsedMessage = (com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto) e.getUnfinishedMessage();
|
|
|
throw e.unwrapIOException();
|
|
|
} finally {
|
|
|
if (parsedMessage != null) {
|
|
@@ -914,41 +914,41 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
|
|
|
|
|
|
- // @@protoc_insertion_point(builder_scope:Video)
|
|
|
+ // @@protoc_insertion_point(builder_scope:VideoProto)
|
|
|
}
|
|
|
|
|
|
- // @@protoc_insertion_point(class_scope:Video)
|
|
|
- private static final com.tzld.piaoquan.recommend.server.gen.recommend.Video DEFAULT_INSTANCE;
|
|
|
+ // @@protoc_insertion_point(class_scope:VideoProto)
|
|
|
+ private static final com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto DEFAULT_INSTANCE;
|
|
|
static {
|
|
|
- DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.server.gen.recommend.Video();
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto();
|
|
|
}
|
|
|
|
|
|
- public static com.tzld.piaoquan.recommend.server.gen.recommend.Video getDefaultInstance() {
|
|
|
+ public static com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto getDefaultInstance() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|
|
|
- private static final com.google.protobuf.Parser<Video>
|
|
|
- PARSER = new com.google.protobuf.AbstractParser<Video>() {
|
|
|
+ private static final com.google.protobuf.Parser<VideoProto>
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<VideoProto>() {
|
|
|
@java.lang.Override
|
|
|
- public Video parsePartialFrom(
|
|
|
+ public VideoProto parsePartialFrom(
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return new Video(input, extensionRegistry);
|
|
|
+ return new VideoProto(input, extensionRegistry);
|
|
|
}
|
|
|
};
|
|
|
|
|
|
- public static com.google.protobuf.Parser<Video> parser() {
|
|
|
+ public static com.google.protobuf.Parser<VideoProto> parser() {
|
|
|
return PARSER;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.google.protobuf.Parser<Video> getParserForType() {
|
|
|
+ public com.google.protobuf.Parser<VideoProto> getParserForType() {
|
|
|
return PARSER;
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
|
- public com.tzld.piaoquan.recommend.server.gen.recommend.Video getDefaultInstanceForType() {
|
|
|
+ public com.tzld.piaoquan.recommend.server.gen.recommend.VideoProto getDefaultInstanceForType() {
|
|
|
return DEFAULT_INSTANCE;
|
|
|
}
|
|
|
|