|
@@ -29,6 +29,7 @@ private static final long serialVersionUID = 0L;
|
|
|
sessionId_ = "";
|
|
|
subSessionId_ = "";
|
|
|
pageSource_ = "";
|
|
|
+ categoryId_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -189,6 +190,12 @@ private static final long serialVersionUID = 0L;
|
|
|
pageSource_ = s;
|
|
|
break;
|
|
|
}
|
|
|
+ case 162: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ categoryId_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -890,6 +897,44 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public static final int CATEGORY_ID_FIELD_NUMBER = 20;
|
|
|
+ private volatile java.lang.Object categoryId_;
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @return The categoryId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getCategoryId() {
|
|
|
+ java.lang.Object ref = categoryId_;
|
|
|
+ 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();
|
|
|
+ categoryId_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @return The bytes for categoryId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCategoryIdBytes() {
|
|
|
+ java.lang.Object ref = categoryId_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ categoryId_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -964,6 +1009,9 @@ private static final long serialVersionUID = 0L;
|
|
|
if (!getPageSourceBytes().isEmpty()) {
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 19, pageSource_);
|
|
|
}
|
|
|
+ if (!getCategoryIdBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 20, categoryId_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -1047,6 +1095,9 @@ private static final long serialVersionUID = 0L;
|
|
|
if (!getPageSourceBytes().isEmpty()) {
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, pageSource_);
|
|
|
}
|
|
|
+ if (!getCategoryIdBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, categoryId_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -1103,6 +1154,8 @@ private static final long serialVersionUID = 0L;
|
|
|
.equals(other.getSubSessionId())) return false;
|
|
|
if (!getPageSource()
|
|
|
.equals(other.getPageSource())) return false;
|
|
|
+ if (!getCategoryId()
|
|
|
+ .equals(other.getCategoryId())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -1159,6 +1212,8 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (53 * hash) + getSubSessionId().hashCode();
|
|
|
hash = (37 * hash) + PAGE_SOURCE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getPageSource().hashCode();
|
|
|
+ hash = (37 * hash) + CATEGORY_ID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCategoryId().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -1355,6 +1410,8 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
pageSource_ = "";
|
|
|
|
|
|
+ categoryId_ = "";
|
|
|
+
|
|
|
return this;
|
|
|
}
|
|
|
|
|
@@ -1410,6 +1467,7 @@ private static final long serialVersionUID = 0L;
|
|
|
result.sessionId_ = sessionId_;
|
|
|
result.subSessionId_ = subSessionId_;
|
|
|
result.pageSource_ = pageSource_;
|
|
|
+ result.categoryId_ = categoryId_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -1533,6 +1591,10 @@ private static final long serialVersionUID = 0L;
|
|
|
pageSource_ = other.pageSource_;
|
|
|
onChanged();
|
|
|
}
|
|
|
+ if (!other.getCategoryId().isEmpty()) {
|
|
|
+ categoryId_ = other.categoryId_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -2991,6 +3053,82 @@ private static final long serialVersionUID = 0L;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private java.lang.Object categoryId_ = "";
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @return The categoryId.
|
|
|
+ */
|
|
|
+ public java.lang.String getCategoryId() {
|
|
|
+ java.lang.Object ref = categoryId_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ categoryId_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @return The bytes for categoryId.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCategoryIdBytes() {
|
|
|
+ java.lang.Object ref = categoryId_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ categoryId_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @param value The categoryId to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCategoryId(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ categoryId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearCategoryId() {
|
|
|
+
|
|
|
+ categoryId_ = getDefaultInstance().getCategoryId();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ * <code>string category_id = 20;</code>
|
|
|
+ * @param value The bytes for categoryId to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCategoryIdBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ categoryId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|