|
@@ -23,6 +23,8 @@ private static final long serialVersionUID = 0L;
|
|
|
provinceCode_ = "";
|
|
|
abExpCode_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
|
|
recommendTraceId_ = "";
|
|
|
+ city_ = "";
|
|
|
+ province_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -134,6 +136,18 @@ private static final long serialVersionUID = 0L;
|
|
|
videoId_ = input.readInt64();
|
|
|
break;
|
|
|
}
|
|
|
+ case 106: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ city_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 114: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ province_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -581,6 +595,82 @@ private static final long serialVersionUID = 0L;
|
|
|
return videoId_;
|
|
|
}
|
|
|
|
|
|
+ public static final int CITY_FIELD_NUMBER = 13;
|
|
|
+ private volatile java.lang.Object city_;
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @return The city.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getCity() {
|
|
|
+ java.lang.Object ref = city_;
|
|
|
+ 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();
|
|
|
+ city_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @return The bytes for city.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCityBytes() {
|
|
|
+ java.lang.Object ref = city_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ city_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int PROVINCE_FIELD_NUMBER = 14;
|
|
|
+ private volatile java.lang.Object province_;
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @return The province.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getProvince() {
|
|
|
+ java.lang.Object ref = province_;
|
|
|
+ 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();
|
|
|
+ province_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @return The bytes for province.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getProvinceBytes() {
|
|
|
+ java.lang.Object ref = province_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ province_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -634,6 +724,12 @@ private static final long serialVersionUID = 0L;
|
|
|
if (videoId_ != 0L) {
|
|
|
output.writeInt64(12, videoId_);
|
|
|
}
|
|
|
+ if (!getCityBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 13, city_);
|
|
|
+ }
|
|
|
+ if (!getProvinceBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 14, province_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -695,6 +791,12 @@ private static final long serialVersionUID = 0L;
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeInt64Size(12, videoId_);
|
|
|
}
|
|
|
+ if (!getCityBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, city_);
|
|
|
+ }
|
|
|
+ if (!getProvinceBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, province_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -734,6 +836,10 @@ private static final long serialVersionUID = 0L;
|
|
|
.equals(other.getRecommendTraceId())) return false;
|
|
|
if (getVideoId()
|
|
|
!= other.getVideoId()) return false;
|
|
|
+ if (!getCity()
|
|
|
+ .equals(other.getCity())) return false;
|
|
|
+ if (!getProvince()
|
|
|
+ .equals(other.getProvince())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -774,6 +880,10 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (37 * hash) + VIDEO_ID_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
getVideoId());
|
|
|
+ hash = (37 * hash) + CITY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCity().hashCode();
|
|
|
+ hash = (37 * hash) + PROVINCE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getProvince().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -952,6 +1062,10 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
videoId_ = 0L;
|
|
|
|
|
|
+ city_ = "";
|
|
|
+
|
|
|
+ province_ = "";
|
|
|
+
|
|
|
return this;
|
|
|
}
|
|
|
|
|
@@ -996,6 +1110,8 @@ private static final long serialVersionUID = 0L;
|
|
|
result.versionAuditStatus_ = versionAuditStatus_;
|
|
|
result.recommendTraceId_ = recommendTraceId_;
|
|
|
result.videoId_ = videoId_;
|
|
|
+ result.city_ = city_;
|
|
|
+ result.province_ = province_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -1092,6 +1208,14 @@ private static final long serialVersionUID = 0L;
|
|
|
if (other.getVideoId() != 0L) {
|
|
|
setVideoId(other.getVideoId());
|
|
|
}
|
|
|
+ if (!other.getCity().isEmpty()) {
|
|
|
+ city_ = other.city_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getProvince().isEmpty()) {
|
|
|
+ province_ = other.province_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -1975,6 +2099,158 @@ private static final long serialVersionUID = 0L;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private java.lang.Object city_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @return The city.
|
|
|
+ */
|
|
|
+ public java.lang.String getCity() {
|
|
|
+ java.lang.Object ref = city_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ city_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @return The bytes for city.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCityBytes() {
|
|
|
+ java.lang.Object ref = city_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ city_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @param value The city to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCity(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ city_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearCity() {
|
|
|
+
|
|
|
+ city_ = getDefaultInstance().getCity();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 13;</code>
|
|
|
+ * @param value The bytes for city to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCityBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ city_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object province_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @return The province.
|
|
|
+ */
|
|
|
+ public java.lang.String getProvince() {
|
|
|
+ java.lang.Object ref = province_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ province_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @return The bytes for province.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getProvinceBytes() {
|
|
|
+ java.lang.Object ref = province_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ province_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @param value The province to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setProvince(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ province_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearProvince() {
|
|
|
+
|
|
|
+ province_ = getDefaultInstance().getProvince();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 14;</code>
|
|
|
+ * @param value The bytes for province to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setProvinceBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ province_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|