|
@@ -0,0 +1,3821 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: com/tzld/piaoquan/recommend/feature/feature.proto
|
|
|
+
|
|
|
+package com.tzld.piaoquan.recommend.feature.model.feature;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Protobuf type {@code GetUserFeatureInfo}
|
|
|
+ */
|
|
|
+public final class GetUserFeatureInfo extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3 implements
|
|
|
+ // @@protoc_insertion_point(message_implements:GetUserFeatureInfo)
|
|
|
+ GetUserFeatureInfoOrBuilder {
|
|
|
+private static final long serialVersionUID = 0L;
|
|
|
+ // Use GetUserFeatureInfo.newBuilder() to construct.
|
|
|
+ private GetUserFeatureInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
+ super(builder);
|
|
|
+ }
|
|
|
+ private GetUserFeatureInfo() {
|
|
|
+ mid_ = "";
|
|
|
+ machineinfoBrand_ = "";
|
|
|
+ machineinfoModel_ = "";
|
|
|
+ machineinfoSystem_ = "";
|
|
|
+ machineinfoPlatform_ = "";
|
|
|
+ gender_ = "";
|
|
|
+ country_ = "";
|
|
|
+ province_ = "";
|
|
|
+ city_ = "";
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ @SuppressWarnings({"unused"})
|
|
|
+ protected java.lang.Object newInstance(
|
|
|
+ UnusedPrivateParameter unused) {
|
|
|
+ return new GetUserFeatureInfo();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final com.google.protobuf.UnknownFieldSet
|
|
|
+ getUnknownFields() {
|
|
|
+ return this.unknownFields;
|
|
|
+ }
|
|
|
+ private GetUserFeatureInfo(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ this();
|
|
|
+ if (extensionRegistry == null) {
|
|
|
+ throw new java.lang.NullPointerException();
|
|
|
+ }
|
|
|
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
+ com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
+ try {
|
|
|
+ boolean done = false;
|
|
|
+ while (!done) {
|
|
|
+ int tag = input.readTag();
|
|
|
+ switch (tag) {
|
|
|
+ case 0:
|
|
|
+ done = true;
|
|
|
+ break;
|
|
|
+ case 8: {
|
|
|
+
|
|
|
+ u1HourExpCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 16: {
|
|
|
+
|
|
|
+ u1HourClickCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 24: {
|
|
|
+
|
|
|
+ u1HourShareCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 32: {
|
|
|
+
|
|
|
+ u1HourReturnCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 41: {
|
|
|
+
|
|
|
+ uCtr1Hour_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 49: {
|
|
|
+
|
|
|
+ uStr1Hour_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 57: {
|
|
|
+
|
|
|
+ uRov1Hour_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 65: {
|
|
|
+
|
|
|
+ uRos1Hour_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 72: {
|
|
|
+
|
|
|
+ uTodayExpCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 80: {
|
|
|
+
|
|
|
+ uTodayClickCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 88: {
|
|
|
+
|
|
|
+ uTodayShareCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 96: {
|
|
|
+
|
|
|
+ uTodayReturnCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 105: {
|
|
|
+
|
|
|
+ uCtrToday_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 113: {
|
|
|
+
|
|
|
+ uStrToday_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 121: {
|
|
|
+
|
|
|
+ uRovToday_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 129: {
|
|
|
+
|
|
|
+ uRosToday_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 136: {
|
|
|
+
|
|
|
+ u1DayExpCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 144: {
|
|
|
+
|
|
|
+ u1DayClickCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 152: {
|
|
|
+
|
|
|
+ u1DayShareCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 160: {
|
|
|
+
|
|
|
+ u1DayReturnCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 169: {
|
|
|
+
|
|
|
+ uCtr1Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 177: {
|
|
|
+
|
|
|
+ uStr1Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 185: {
|
|
|
+
|
|
|
+ uRov1Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 193: {
|
|
|
+
|
|
|
+ uRos1Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 200: {
|
|
|
+
|
|
|
+ u3DayExpCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 208: {
|
|
|
+
|
|
|
+ u3DayClickCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 216: {
|
|
|
+
|
|
|
+ u3DayShareCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 224: {
|
|
|
+
|
|
|
+ u3DayReturnCnt_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 233: {
|
|
|
+
|
|
|
+ uCtr3Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 241: {
|
|
|
+
|
|
|
+ uStr3Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 249: {
|
|
|
+
|
|
|
+ uRov3Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 257: {
|
|
|
+
|
|
|
+ uRos3Day_ = input.readDouble();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 266: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ mid_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 274: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ machineinfoBrand_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 282: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ machineinfoModel_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 290: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ machineinfoSystem_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 298: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ machineinfoPlatform_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 306: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ gender_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 314: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ country_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 322: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ province_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 330: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ city_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ default: {
|
|
|
+ if (!parseUnknownField(
|
|
|
+ input, unknownFields, extensionRegistry, tag)) {
|
|
|
+ done = true;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ throw e.setUnfinishedMessage(this);
|
|
|
+ } catch (java.io.IOException e) {
|
|
|
+ throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
+ e).setUnfinishedMessage(this);
|
|
|
+ } finally {
|
|
|
+ this.unknownFields = unknownFields.build();
|
|
|
+ makeExtensionsImmutable();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetUserFeatureInfo_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetUserFeatureInfo_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.class, com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1HOUR_EXP_CNT_FIELD_NUMBER = 1;
|
|
|
+ private long u1HourExpCnt_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一小时
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1hour_exp_cnt = 1;</code>
|
|
|
+ * @return The u1hourExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourExpCnt() {
|
|
|
+ return u1HourExpCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1HOUR_CLICK_CNT_FIELD_NUMBER = 2;
|
|
|
+ private long u1HourClickCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_click_cnt = 2;</code>
|
|
|
+ * @return The u1hourClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourClickCnt() {
|
|
|
+ return u1HourClickCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1HOUR_SHARE_CNT_FIELD_NUMBER = 3;
|
|
|
+ private long u1HourShareCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_share_cnt = 3;</code>
|
|
|
+ * @return The u1hourShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourShareCnt() {
|
|
|
+ return u1HourShareCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1HOUR_RETURN_CNT_FIELD_NUMBER = 4;
|
|
|
+ private long u1HourReturnCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_return_cnt = 4;</code>
|
|
|
+ * @return The u1hourReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourReturnCnt() {
|
|
|
+ return u1HourReturnCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_CTR1HOUR_FIELD_NUMBER = 5;
|
|
|
+ private double uCtr1Hour_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1hour = 5;</code>
|
|
|
+ * @return The uCtr1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr1Hour() {
|
|
|
+ return uCtr1Hour_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_STR1HOUR_FIELD_NUMBER = 6;
|
|
|
+ private double uStr1Hour_;
|
|
|
+ /**
|
|
|
+ * <code>double u_str1hour = 6;</code>
|
|
|
+ * @return The uStr1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr1Hour() {
|
|
|
+ return uStr1Hour_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROV1HOUR_FIELD_NUMBER = 7;
|
|
|
+ private double uRov1Hour_;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1hour = 7;</code>
|
|
|
+ * @return The uRov1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov1Hour() {
|
|
|
+ return uRov1Hour_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROS1HOUR_FIELD_NUMBER = 8;
|
|
|
+ private double uRos1Hour_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1hour = 8;</code>
|
|
|
+ * @return The uRos1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos1Hour() {
|
|
|
+ return uRos1Hour_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_TODAY_EXP_CNT_FIELD_NUMBER = 9;
|
|
|
+ private long uTodayExpCnt_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *今天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u_today_exp_cnt = 9;</code>
|
|
|
+ * @return The uTodayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayExpCnt() {
|
|
|
+ return uTodayExpCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_TODAY_CLICK_CNT_FIELD_NUMBER = 10;
|
|
|
+ private long uTodayClickCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_click_cnt = 10;</code>
|
|
|
+ * @return The uTodayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayClickCnt() {
|
|
|
+ return uTodayClickCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_TODAY_SHARE_CNT_FIELD_NUMBER = 11;
|
|
|
+ private long uTodayShareCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_share_cnt = 11;</code>
|
|
|
+ * @return The uTodayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayShareCnt() {
|
|
|
+ return uTodayShareCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_TODAY_RETURN_CNT_FIELD_NUMBER = 12;
|
|
|
+ private long uTodayReturnCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_return_cnt = 12;</code>
|
|
|
+ * @return The uTodayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayReturnCnt() {
|
|
|
+ return uTodayReturnCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_CTR_TODAY_FIELD_NUMBER = 13;
|
|
|
+ private double uCtrToday_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr_today = 13;</code>
|
|
|
+ * @return The uCtrToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtrToday() {
|
|
|
+ return uCtrToday_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_STR_TODAY_FIELD_NUMBER = 14;
|
|
|
+ private double uStrToday_;
|
|
|
+ /**
|
|
|
+ * <code>double u_str_today = 14;</code>
|
|
|
+ * @return The uStrToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStrToday() {
|
|
|
+ return uStrToday_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROV_TODAY_FIELD_NUMBER = 15;
|
|
|
+ private double uRovToday_;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov_today = 15;</code>
|
|
|
+ * @return The uRovToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURovToday() {
|
|
|
+ return uRovToday_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROS_TODAY_FIELD_NUMBER = 16;
|
|
|
+ private double uRosToday_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros_today = 16;</code>
|
|
|
+ * @return The uRosToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURosToday() {
|
|
|
+ return uRosToday_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1DAY_EXP_CNT_FIELD_NUMBER = 17;
|
|
|
+ private long u1DayExpCnt_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1day_exp_cnt = 17;</code>
|
|
|
+ * @return The u1dayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayExpCnt() {
|
|
|
+ return u1DayExpCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1DAY_CLICK_CNT_FIELD_NUMBER = 18;
|
|
|
+ private long u1DayClickCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_click_cnt = 18;</code>
|
|
|
+ * @return The u1dayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayClickCnt() {
|
|
|
+ return u1DayClickCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1DAY_SHARE_CNT_FIELD_NUMBER = 19;
|
|
|
+ private long u1DayShareCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_share_cnt = 19;</code>
|
|
|
+ * @return The u1dayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayShareCnt() {
|
|
|
+ return u1DayShareCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U1DAY_RETURN_CNT_FIELD_NUMBER = 20;
|
|
|
+ private long u1DayReturnCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_return_cnt = 20;</code>
|
|
|
+ * @return The u1dayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayReturnCnt() {
|
|
|
+ return u1DayReturnCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_CTR1DAY_FIELD_NUMBER = 21;
|
|
|
+ private double uCtr1Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1day = 21;</code>
|
|
|
+ * @return The uCtr1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr1Day() {
|
|
|
+ return uCtr1Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_STR1DAY_FIELD_NUMBER = 22;
|
|
|
+ private double uStr1Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_str1day = 22;</code>
|
|
|
+ * @return The uStr1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr1Day() {
|
|
|
+ return uStr1Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROV1DAY_FIELD_NUMBER = 23;
|
|
|
+ private double uRov1Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1day = 23;</code>
|
|
|
+ * @return The uRov1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov1Day() {
|
|
|
+ return uRov1Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROS1DAY_FIELD_NUMBER = 24;
|
|
|
+ private double uRos1Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1day = 24;</code>
|
|
|
+ * @return The uRos1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos1Day() {
|
|
|
+ return uRos1Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U3DAY_EXP_CNT_FIELD_NUMBER = 25;
|
|
|
+ private long u3DayExpCnt_;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去三天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u3day_exp_cnt = 25;</code>
|
|
|
+ * @return The u3dayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayExpCnt() {
|
|
|
+ return u3DayExpCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U3DAY_CLICK_CNT_FIELD_NUMBER = 26;
|
|
|
+ private long u3DayClickCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_click_cnt = 26;</code>
|
|
|
+ * @return The u3dayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayClickCnt() {
|
|
|
+ return u3DayClickCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U3DAY_SHARE_CNT_FIELD_NUMBER = 27;
|
|
|
+ private long u3DayShareCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_share_cnt = 27;</code>
|
|
|
+ * @return The u3dayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayShareCnt() {
|
|
|
+ return u3DayShareCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U3DAY_RETURN_CNT_FIELD_NUMBER = 28;
|
|
|
+ private long u3DayReturnCnt_;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_return_cnt = 28;</code>
|
|
|
+ * @return The u3dayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayReturnCnt() {
|
|
|
+ return u3DayReturnCnt_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_CTR3DAY_FIELD_NUMBER = 29;
|
|
|
+ private double uCtr3Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr3day = 29;</code>
|
|
|
+ * @return The uCtr3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr3Day() {
|
|
|
+ return uCtr3Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_STR3DAY_FIELD_NUMBER = 30;
|
|
|
+ private double uStr3Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_str3day = 30;</code>
|
|
|
+ * @return The uStr3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr3Day() {
|
|
|
+ return uStr3Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROV3DAY_FIELD_NUMBER = 31;
|
|
|
+ private double uRov3Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov3day = 31;</code>
|
|
|
+ * @return The uRov3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov3Day() {
|
|
|
+ return uRov3Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int U_ROS3DAY_FIELD_NUMBER = 32;
|
|
|
+ private double uRos3Day_;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros3day = 32;</code>
|
|
|
+ * @return The uRos3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos3Day() {
|
|
|
+ return uRos3Day_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int MID_FIELD_NUMBER = 33;
|
|
|
+ private volatile java.lang.Object mid_;
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @return The mid.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getMid() {
|
|
|
+ java.lang.Object ref = mid_;
|
|
|
+ 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();
|
|
|
+ mid_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @return The bytes for mid.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMidBytes() {
|
|
|
+ java.lang.Object ref = mid_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ mid_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int MACHINEINFO_BRAND_FIELD_NUMBER = 34;
|
|
|
+ private volatile java.lang.Object machineinfoBrand_;
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @return The machineinfoBrand.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getMachineinfoBrand() {
|
|
|
+ java.lang.Object ref = machineinfoBrand_;
|
|
|
+ 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();
|
|
|
+ machineinfoBrand_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @return The bytes for machineinfoBrand.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoBrandBytes() {
|
|
|
+ java.lang.Object ref = machineinfoBrand_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoBrand_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int MACHINEINFO_MODEL_FIELD_NUMBER = 35;
|
|
|
+ private volatile java.lang.Object machineinfoModel_;
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @return The machineinfoModel.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getMachineinfoModel() {
|
|
|
+ java.lang.Object ref = machineinfoModel_;
|
|
|
+ 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();
|
|
|
+ machineinfoModel_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @return The bytes for machineinfoModel.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoModelBytes() {
|
|
|
+ java.lang.Object ref = machineinfoModel_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoModel_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int MACHINEINFO_SYSTEM_FIELD_NUMBER = 36;
|
|
|
+ private volatile java.lang.Object machineinfoSystem_;
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @return The machineinfoSystem.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getMachineinfoSystem() {
|
|
|
+ java.lang.Object ref = machineinfoSystem_;
|
|
|
+ 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();
|
|
|
+ machineinfoSystem_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @return The bytes for machineinfoSystem.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoSystemBytes() {
|
|
|
+ java.lang.Object ref = machineinfoSystem_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoSystem_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int MACHINEINFO_PLATFORM_FIELD_NUMBER = 37;
|
|
|
+ private volatile java.lang.Object machineinfoPlatform_;
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @return The machineinfoPlatform.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getMachineinfoPlatform() {
|
|
|
+ java.lang.Object ref = machineinfoPlatform_;
|
|
|
+ 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();
|
|
|
+ machineinfoPlatform_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @return The bytes for machineinfoPlatform.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoPlatformBytes() {
|
|
|
+ java.lang.Object ref = machineinfoPlatform_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoPlatform_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int GENDER_FIELD_NUMBER = 38;
|
|
|
+ private volatile java.lang.Object gender_;
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @return The gender.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getGender() {
|
|
|
+ java.lang.Object ref = gender_;
|
|
|
+ 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();
|
|
|
+ gender_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @return The bytes for gender.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getGenderBytes() {
|
|
|
+ java.lang.Object ref = gender_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ gender_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int COUNTRY_FIELD_NUMBER = 39;
|
|
|
+ private volatile java.lang.Object country_;
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @return The country.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getCountry() {
|
|
|
+ java.lang.Object ref = country_;
|
|
|
+ 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();
|
|
|
+ country_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @return The bytes for country.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCountryBytes() {
|
|
|
+ java.lang.Object ref = country_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ country_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int PROVINCE_FIELD_NUMBER = 40;
|
|
|
+ private volatile java.lang.Object province_;
|
|
|
+ /**
|
|
|
+ * <code>string province = 40;</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 = 40;</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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int CITY_FIELD_NUMBER = 41;
|
|
|
+ private volatile java.lang.Object city_;
|
|
|
+ /**
|
|
|
+ * <code>string city = 41;</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 = 41;</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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ private byte memoizedIsInitialized = -1;
|
|
|
+ @java.lang.Override
|
|
|
+ public final boolean isInitialized() {
|
|
|
+ byte isInitialized = memoizedIsInitialized;
|
|
|
+ if (isInitialized == 1) return true;
|
|
|
+ if (isInitialized == 0) return false;
|
|
|
+
|
|
|
+ memoizedIsInitialized = 1;
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
+ throws java.io.IOException {
|
|
|
+ if (u1HourExpCnt_ != 0L) {
|
|
|
+ output.writeInt64(1, u1HourExpCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourClickCnt_ != 0L) {
|
|
|
+ output.writeInt64(2, u1HourClickCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourShareCnt_ != 0L) {
|
|
|
+ output.writeInt64(3, u1HourShareCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourReturnCnt_ != 0L) {
|
|
|
+ output.writeInt64(4, u1HourReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr1Hour_ != 0D) {
|
|
|
+ output.writeDouble(5, uCtr1Hour_);
|
|
|
+ }
|
|
|
+ if (uStr1Hour_ != 0D) {
|
|
|
+ output.writeDouble(6, uStr1Hour_);
|
|
|
+ }
|
|
|
+ if (uRov1Hour_ != 0D) {
|
|
|
+ output.writeDouble(7, uRov1Hour_);
|
|
|
+ }
|
|
|
+ if (uRos1Hour_ != 0D) {
|
|
|
+ output.writeDouble(8, uRos1Hour_);
|
|
|
+ }
|
|
|
+ if (uTodayExpCnt_ != 0L) {
|
|
|
+ output.writeInt64(9, uTodayExpCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayClickCnt_ != 0L) {
|
|
|
+ output.writeInt64(10, uTodayClickCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayShareCnt_ != 0L) {
|
|
|
+ output.writeInt64(11, uTodayShareCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayReturnCnt_ != 0L) {
|
|
|
+ output.writeInt64(12, uTodayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtrToday_ != 0D) {
|
|
|
+ output.writeDouble(13, uCtrToday_);
|
|
|
+ }
|
|
|
+ if (uStrToday_ != 0D) {
|
|
|
+ output.writeDouble(14, uStrToday_);
|
|
|
+ }
|
|
|
+ if (uRovToday_ != 0D) {
|
|
|
+ output.writeDouble(15, uRovToday_);
|
|
|
+ }
|
|
|
+ if (uRosToday_ != 0D) {
|
|
|
+ output.writeDouble(16, uRosToday_);
|
|
|
+ }
|
|
|
+ if (u1DayExpCnt_ != 0L) {
|
|
|
+ output.writeInt64(17, u1DayExpCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayClickCnt_ != 0L) {
|
|
|
+ output.writeInt64(18, u1DayClickCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayShareCnt_ != 0L) {
|
|
|
+ output.writeInt64(19, u1DayShareCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayReturnCnt_ != 0L) {
|
|
|
+ output.writeInt64(20, u1DayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr1Day_ != 0D) {
|
|
|
+ output.writeDouble(21, uCtr1Day_);
|
|
|
+ }
|
|
|
+ if (uStr1Day_ != 0D) {
|
|
|
+ output.writeDouble(22, uStr1Day_);
|
|
|
+ }
|
|
|
+ if (uRov1Day_ != 0D) {
|
|
|
+ output.writeDouble(23, uRov1Day_);
|
|
|
+ }
|
|
|
+ if (uRos1Day_ != 0D) {
|
|
|
+ output.writeDouble(24, uRos1Day_);
|
|
|
+ }
|
|
|
+ if (u3DayExpCnt_ != 0L) {
|
|
|
+ output.writeInt64(25, u3DayExpCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayClickCnt_ != 0L) {
|
|
|
+ output.writeInt64(26, u3DayClickCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayShareCnt_ != 0L) {
|
|
|
+ output.writeInt64(27, u3DayShareCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayReturnCnt_ != 0L) {
|
|
|
+ output.writeInt64(28, u3DayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr3Day_ != 0D) {
|
|
|
+ output.writeDouble(29, uCtr3Day_);
|
|
|
+ }
|
|
|
+ if (uStr3Day_ != 0D) {
|
|
|
+ output.writeDouble(30, uStr3Day_);
|
|
|
+ }
|
|
|
+ if (uRov3Day_ != 0D) {
|
|
|
+ output.writeDouble(31, uRov3Day_);
|
|
|
+ }
|
|
|
+ if (uRos3Day_ != 0D) {
|
|
|
+ output.writeDouble(32, uRos3Day_);
|
|
|
+ }
|
|
|
+ if (!getMidBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 33, mid_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoBrandBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 34, machineinfoBrand_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoModelBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 35, machineinfoModel_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoSystemBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 36, machineinfoSystem_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoPlatformBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 37, machineinfoPlatform_);
|
|
|
+ }
|
|
|
+ if (!getGenderBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 38, gender_);
|
|
|
+ }
|
|
|
+ if (!getCountryBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 39, country_);
|
|
|
+ }
|
|
|
+ if (!getProvinceBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 40, province_);
|
|
|
+ }
|
|
|
+ if (!getCityBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 41, city_);
|
|
|
+ }
|
|
|
+ unknownFields.writeTo(output);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public int getSerializedSize() {
|
|
|
+ int size = memoizedSize;
|
|
|
+ if (size != -1) return size;
|
|
|
+
|
|
|
+ size = 0;
|
|
|
+ if (u1HourExpCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(1, u1HourExpCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourClickCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(2, u1HourClickCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourShareCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(3, u1HourShareCnt_);
|
|
|
+ }
|
|
|
+ if (u1HourReturnCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(4, u1HourReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr1Hour_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(5, uCtr1Hour_);
|
|
|
+ }
|
|
|
+ if (uStr1Hour_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(6, uStr1Hour_);
|
|
|
+ }
|
|
|
+ if (uRov1Hour_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(7, uRov1Hour_);
|
|
|
+ }
|
|
|
+ if (uRos1Hour_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(8, uRos1Hour_);
|
|
|
+ }
|
|
|
+ if (uTodayExpCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(9, uTodayExpCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayClickCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(10, uTodayClickCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayShareCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(11, uTodayShareCnt_);
|
|
|
+ }
|
|
|
+ if (uTodayReturnCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(12, uTodayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtrToday_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(13, uCtrToday_);
|
|
|
+ }
|
|
|
+ if (uStrToday_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(14, uStrToday_);
|
|
|
+ }
|
|
|
+ if (uRovToday_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(15, uRovToday_);
|
|
|
+ }
|
|
|
+ if (uRosToday_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(16, uRosToday_);
|
|
|
+ }
|
|
|
+ if (u1DayExpCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(17, u1DayExpCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayClickCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(18, u1DayClickCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayShareCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(19, u1DayShareCnt_);
|
|
|
+ }
|
|
|
+ if (u1DayReturnCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(20, u1DayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr1Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(21, uCtr1Day_);
|
|
|
+ }
|
|
|
+ if (uStr1Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(22, uStr1Day_);
|
|
|
+ }
|
|
|
+ if (uRov1Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(23, uRov1Day_);
|
|
|
+ }
|
|
|
+ if (uRos1Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(24, uRos1Day_);
|
|
|
+ }
|
|
|
+ if (u3DayExpCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(25, u3DayExpCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayClickCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(26, u3DayClickCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayShareCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(27, u3DayShareCnt_);
|
|
|
+ }
|
|
|
+ if (u3DayReturnCnt_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(28, u3DayReturnCnt_);
|
|
|
+ }
|
|
|
+ if (uCtr3Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(29, uCtr3Day_);
|
|
|
+ }
|
|
|
+ if (uStr3Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(30, uStr3Day_);
|
|
|
+ }
|
|
|
+ if (uRov3Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(31, uRov3Day_);
|
|
|
+ }
|
|
|
+ if (uRos3Day_ != 0D) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeDoubleSize(32, uRos3Day_);
|
|
|
+ }
|
|
|
+ if (!getMidBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33, mid_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoBrandBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(34, machineinfoBrand_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoModelBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(35, machineinfoModel_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoSystemBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(36, machineinfoSystem_);
|
|
|
+ }
|
|
|
+ if (!getMachineinfoPlatformBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(37, machineinfoPlatform_);
|
|
|
+ }
|
|
|
+ if (!getGenderBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(38, gender_);
|
|
|
+ }
|
|
|
+ if (!getCountryBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(39, country_);
|
|
|
+ }
|
|
|
+ if (!getProvinceBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(40, province_);
|
|
|
+ }
|
|
|
+ if (!getCityBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41, city_);
|
|
|
+ }
|
|
|
+ size += unknownFields.getSerializedSize();
|
|
|
+ memoizedSize = size;
|
|
|
+ return size;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean equals(final java.lang.Object obj) {
|
|
|
+ if (obj == this) {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ if (!(obj instanceof com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo)) {
|
|
|
+ return super.equals(obj);
|
|
|
+ }
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo other = (com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo) obj;
|
|
|
+
|
|
|
+ if (getU1HourExpCnt()
|
|
|
+ != other.getU1HourExpCnt()) return false;
|
|
|
+ if (getU1HourClickCnt()
|
|
|
+ != other.getU1HourClickCnt()) return false;
|
|
|
+ if (getU1HourShareCnt()
|
|
|
+ != other.getU1HourShareCnt()) return false;
|
|
|
+ if (getU1HourReturnCnt()
|
|
|
+ != other.getU1HourReturnCnt()) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUCtr1Hour())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUCtr1Hour())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUStr1Hour())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUStr1Hour())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURov1Hour())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURov1Hour())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURos1Hour())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURos1Hour())) return false;
|
|
|
+ if (getUTodayExpCnt()
|
|
|
+ != other.getUTodayExpCnt()) return false;
|
|
|
+ if (getUTodayClickCnt()
|
|
|
+ != other.getUTodayClickCnt()) return false;
|
|
|
+ if (getUTodayShareCnt()
|
|
|
+ != other.getUTodayShareCnt()) return false;
|
|
|
+ if (getUTodayReturnCnt()
|
|
|
+ != other.getUTodayReturnCnt()) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUCtrToday())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUCtrToday())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUStrToday())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUStrToday())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURovToday())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURovToday())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURosToday())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURosToday())) return false;
|
|
|
+ if (getU1DayExpCnt()
|
|
|
+ != other.getU1DayExpCnt()) return false;
|
|
|
+ if (getU1DayClickCnt()
|
|
|
+ != other.getU1DayClickCnt()) return false;
|
|
|
+ if (getU1DayShareCnt()
|
|
|
+ != other.getU1DayShareCnt()) return false;
|
|
|
+ if (getU1DayReturnCnt()
|
|
|
+ != other.getU1DayReturnCnt()) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUCtr1Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUCtr1Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUStr1Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUStr1Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURov1Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURov1Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURos1Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURos1Day())) return false;
|
|
|
+ if (getU3DayExpCnt()
|
|
|
+ != other.getU3DayExpCnt()) return false;
|
|
|
+ if (getU3DayClickCnt()
|
|
|
+ != other.getU3DayClickCnt()) return false;
|
|
|
+ if (getU3DayShareCnt()
|
|
|
+ != other.getU3DayShareCnt()) return false;
|
|
|
+ if (getU3DayReturnCnt()
|
|
|
+ != other.getU3DayReturnCnt()) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUCtr3Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUCtr3Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getUStr3Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getUStr3Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURov3Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURov3Day())) return false;
|
|
|
+ if (java.lang.Double.doubleToLongBits(getURos3Day())
|
|
|
+ != java.lang.Double.doubleToLongBits(
|
|
|
+ other.getURos3Day())) return false;
|
|
|
+ if (!getMid()
|
|
|
+ .equals(other.getMid())) return false;
|
|
|
+ if (!getMachineinfoBrand()
|
|
|
+ .equals(other.getMachineinfoBrand())) return false;
|
|
|
+ if (!getMachineinfoModel()
|
|
|
+ .equals(other.getMachineinfoModel())) return false;
|
|
|
+ if (!getMachineinfoSystem()
|
|
|
+ .equals(other.getMachineinfoSystem())) return false;
|
|
|
+ if (!getMachineinfoPlatform()
|
|
|
+ .equals(other.getMachineinfoPlatform())) return false;
|
|
|
+ if (!getGender()
|
|
|
+ .equals(other.getGender())) return false;
|
|
|
+ if (!getCountry()
|
|
|
+ .equals(other.getCountry())) return false;
|
|
|
+ if (!getProvince()
|
|
|
+ .equals(other.getProvince())) return false;
|
|
|
+ if (!getCity()
|
|
|
+ .equals(other.getCity())) return false;
|
|
|
+ if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public int hashCode() {
|
|
|
+ if (memoizedHashCode != 0) {
|
|
|
+ return memoizedHashCode;
|
|
|
+ }
|
|
|
+ int hash = 41;
|
|
|
+ hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
+ hash = (37 * hash) + U1HOUR_EXP_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1HourExpCnt());
|
|
|
+ hash = (37 * hash) + U1HOUR_CLICK_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1HourClickCnt());
|
|
|
+ hash = (37 * hash) + U1HOUR_SHARE_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1HourShareCnt());
|
|
|
+ hash = (37 * hash) + U1HOUR_RETURN_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1HourReturnCnt());
|
|
|
+ hash = (37 * hash) + U_CTR1HOUR_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUCtr1Hour()));
|
|
|
+ hash = (37 * hash) + U_STR1HOUR_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUStr1Hour()));
|
|
|
+ hash = (37 * hash) + U_ROV1HOUR_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURov1Hour()));
|
|
|
+ hash = (37 * hash) + U_ROS1HOUR_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURos1Hour()));
|
|
|
+ hash = (37 * hash) + U_TODAY_EXP_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getUTodayExpCnt());
|
|
|
+ hash = (37 * hash) + U_TODAY_CLICK_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getUTodayClickCnt());
|
|
|
+ hash = (37 * hash) + U_TODAY_SHARE_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getUTodayShareCnt());
|
|
|
+ hash = (37 * hash) + U_TODAY_RETURN_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getUTodayReturnCnt());
|
|
|
+ hash = (37 * hash) + U_CTR_TODAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUCtrToday()));
|
|
|
+ hash = (37 * hash) + U_STR_TODAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUStrToday()));
|
|
|
+ hash = (37 * hash) + U_ROV_TODAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURovToday()));
|
|
|
+ hash = (37 * hash) + U_ROS_TODAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURosToday()));
|
|
|
+ hash = (37 * hash) + U1DAY_EXP_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1DayExpCnt());
|
|
|
+ hash = (37 * hash) + U1DAY_CLICK_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1DayClickCnt());
|
|
|
+ hash = (37 * hash) + U1DAY_SHARE_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1DayShareCnt());
|
|
|
+ hash = (37 * hash) + U1DAY_RETURN_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU1DayReturnCnt());
|
|
|
+ hash = (37 * hash) + U_CTR1DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUCtr1Day()));
|
|
|
+ hash = (37 * hash) + U_STR1DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUStr1Day()));
|
|
|
+ hash = (37 * hash) + U_ROV1DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURov1Day()));
|
|
|
+ hash = (37 * hash) + U_ROS1DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURos1Day()));
|
|
|
+ hash = (37 * hash) + U3DAY_EXP_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU3DayExpCnt());
|
|
|
+ hash = (37 * hash) + U3DAY_CLICK_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU3DayClickCnt());
|
|
|
+ hash = (37 * hash) + U3DAY_SHARE_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU3DayShareCnt());
|
|
|
+ hash = (37 * hash) + U3DAY_RETURN_CNT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getU3DayReturnCnt());
|
|
|
+ hash = (37 * hash) + U_CTR3DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUCtr3Day()));
|
|
|
+ hash = (37 * hash) + U_STR3DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getUStr3Day()));
|
|
|
+ hash = (37 * hash) + U_ROV3DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURov3Day()));
|
|
|
+ hash = (37 * hash) + U_ROS3DAY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ java.lang.Double.doubleToLongBits(getURos3Day()));
|
|
|
+ hash = (37 * hash) + MID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMid().hashCode();
|
|
|
+ hash = (37 * hash) + MACHINEINFO_BRAND_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMachineinfoBrand().hashCode();
|
|
|
+ hash = (37 * hash) + MACHINEINFO_MODEL_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMachineinfoModel().hashCode();
|
|
|
+ hash = (37 * hash) + MACHINEINFO_SYSTEM_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMachineinfoSystem().hashCode();
|
|
|
+ hash = (37 * hash) + MACHINEINFO_PLATFORM_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMachineinfoPlatform().hashCode();
|
|
|
+ hash = (37 * hash) + GENDER_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getGender().hashCode();
|
|
|
+ hash = (37 * hash) + COUNTRY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCountry().hashCode();
|
|
|
+ hash = (37 * hash) + PROVINCE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getProvince().hashCode();
|
|
|
+ hash = (37 * hash) + CITY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCity().hashCode();
|
|
|
+ hash = (29 * hash) + unknownFields.hashCode();
|
|
|
+ memoizedHashCode = hash;
|
|
|
+ return hash;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo parseFrom(
|
|
|
+ java.nio.ByteBuffer data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo 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.feature.model.feature.GetUserFeatureInfo parseFrom(
|
|
|
+ com.google.protobuf.ByteString data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo 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.feature.model.feature.GetUserFeatureInfo parseFrom(byte[] data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo parseFrom(
|
|
|
+ byte[] data,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo parseFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo 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.feature.model.feature.GetUserFeatureInfo parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseDelimitedWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo 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.feature.model.feature.GetUserFeatureInfo parseFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo parseFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder newBuilderForType() { return newBuilder(); }
|
|
|
+ public static Builder newBuilder() {
|
|
|
+ return DEFAULT_INSTANCE.toBuilder();
|
|
|
+ }
|
|
|
+ public static Builder newBuilder(com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo prototype) {
|
|
|
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder toBuilder() {
|
|
|
+ return this == DEFAULT_INSTANCE
|
|
|
+ ? new Builder() : new Builder().mergeFrom(this);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ protected Builder newBuilderForType(
|
|
|
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
+ Builder builder = new Builder(parent);
|
|
|
+ return builder;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Protobuf type {@code GetUserFeatureInfo}
|
|
|
+ */
|
|
|
+ public static final class Builder extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
+ // @@protoc_insertion_point(builder_implements:GetUserFeatureInfo)
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfoOrBuilder {
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetUserFeatureInfo_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetUserFeatureInfo_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.class, com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ // Construct using com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.newBuilder()
|
|
|
+ private Builder() {
|
|
|
+ maybeForceBuilderInitialization();
|
|
|
+ }
|
|
|
+
|
|
|
+ private Builder(
|
|
|
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
+ super(parent);
|
|
|
+ maybeForceBuilderInitialization();
|
|
|
+ }
|
|
|
+ private void maybeForceBuilderInitialization() {
|
|
|
+ if (com.google.protobuf.GeneratedMessageV3
|
|
|
+ .alwaysUseFieldBuilders) {
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder clear() {
|
|
|
+ super.clear();
|
|
|
+ u1HourExpCnt_ = 0L;
|
|
|
+
|
|
|
+ u1HourClickCnt_ = 0L;
|
|
|
+
|
|
|
+ u1HourShareCnt_ = 0L;
|
|
|
+
|
|
|
+ u1HourReturnCnt_ = 0L;
|
|
|
+
|
|
|
+ uCtr1Hour_ = 0D;
|
|
|
+
|
|
|
+ uStr1Hour_ = 0D;
|
|
|
+
|
|
|
+ uRov1Hour_ = 0D;
|
|
|
+
|
|
|
+ uRos1Hour_ = 0D;
|
|
|
+
|
|
|
+ uTodayExpCnt_ = 0L;
|
|
|
+
|
|
|
+ uTodayClickCnt_ = 0L;
|
|
|
+
|
|
|
+ uTodayShareCnt_ = 0L;
|
|
|
+
|
|
|
+ uTodayReturnCnt_ = 0L;
|
|
|
+
|
|
|
+ uCtrToday_ = 0D;
|
|
|
+
|
|
|
+ uStrToday_ = 0D;
|
|
|
+
|
|
|
+ uRovToday_ = 0D;
|
|
|
+
|
|
|
+ uRosToday_ = 0D;
|
|
|
+
|
|
|
+ u1DayExpCnt_ = 0L;
|
|
|
+
|
|
|
+ u1DayClickCnt_ = 0L;
|
|
|
+
|
|
|
+ u1DayShareCnt_ = 0L;
|
|
|
+
|
|
|
+ u1DayReturnCnt_ = 0L;
|
|
|
+
|
|
|
+ uCtr1Day_ = 0D;
|
|
|
+
|
|
|
+ uStr1Day_ = 0D;
|
|
|
+
|
|
|
+ uRov1Day_ = 0D;
|
|
|
+
|
|
|
+ uRos1Day_ = 0D;
|
|
|
+
|
|
|
+ u3DayExpCnt_ = 0L;
|
|
|
+
|
|
|
+ u3DayClickCnt_ = 0L;
|
|
|
+
|
|
|
+ u3DayShareCnt_ = 0L;
|
|
|
+
|
|
|
+ u3DayReturnCnt_ = 0L;
|
|
|
+
|
|
|
+ uCtr3Day_ = 0D;
|
|
|
+
|
|
|
+ uStr3Day_ = 0D;
|
|
|
+
|
|
|
+ uRov3Day_ = 0D;
|
|
|
+
|
|
|
+ uRos3Day_ = 0D;
|
|
|
+
|
|
|
+ mid_ = "";
|
|
|
+
|
|
|
+ machineinfoBrand_ = "";
|
|
|
+
|
|
|
+ machineinfoModel_ = "";
|
|
|
+
|
|
|
+ machineinfoSystem_ = "";
|
|
|
+
|
|
|
+ machineinfoPlatform_ = "";
|
|
|
+
|
|
|
+ gender_ = "";
|
|
|
+
|
|
|
+ country_ = "";
|
|
|
+
|
|
|
+ province_ = "";
|
|
|
+
|
|
|
+ city_ = "";
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptorForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.Feature.internal_static_GetUserFeatureInfo_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.getDefaultInstance();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo build() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo result = buildPartial();
|
|
|
+ if (!result.isInitialized()) {
|
|
|
+ throw newUninitializedMessageException(result);
|
|
|
+ }
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo buildPartial() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo result = new com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo(this);
|
|
|
+ result.u1HourExpCnt_ = u1HourExpCnt_;
|
|
|
+ result.u1HourClickCnt_ = u1HourClickCnt_;
|
|
|
+ result.u1HourShareCnt_ = u1HourShareCnt_;
|
|
|
+ result.u1HourReturnCnt_ = u1HourReturnCnt_;
|
|
|
+ result.uCtr1Hour_ = uCtr1Hour_;
|
|
|
+ result.uStr1Hour_ = uStr1Hour_;
|
|
|
+ result.uRov1Hour_ = uRov1Hour_;
|
|
|
+ result.uRos1Hour_ = uRos1Hour_;
|
|
|
+ result.uTodayExpCnt_ = uTodayExpCnt_;
|
|
|
+ result.uTodayClickCnt_ = uTodayClickCnt_;
|
|
|
+ result.uTodayShareCnt_ = uTodayShareCnt_;
|
|
|
+ result.uTodayReturnCnt_ = uTodayReturnCnt_;
|
|
|
+ result.uCtrToday_ = uCtrToday_;
|
|
|
+ result.uStrToday_ = uStrToday_;
|
|
|
+ result.uRovToday_ = uRovToday_;
|
|
|
+ result.uRosToday_ = uRosToday_;
|
|
|
+ result.u1DayExpCnt_ = u1DayExpCnt_;
|
|
|
+ result.u1DayClickCnt_ = u1DayClickCnt_;
|
|
|
+ result.u1DayShareCnt_ = u1DayShareCnt_;
|
|
|
+ result.u1DayReturnCnt_ = u1DayReturnCnt_;
|
|
|
+ result.uCtr1Day_ = uCtr1Day_;
|
|
|
+ result.uStr1Day_ = uStr1Day_;
|
|
|
+ result.uRov1Day_ = uRov1Day_;
|
|
|
+ result.uRos1Day_ = uRos1Day_;
|
|
|
+ result.u3DayExpCnt_ = u3DayExpCnt_;
|
|
|
+ result.u3DayClickCnt_ = u3DayClickCnt_;
|
|
|
+ result.u3DayShareCnt_ = u3DayShareCnt_;
|
|
|
+ result.u3DayReturnCnt_ = u3DayReturnCnt_;
|
|
|
+ result.uCtr3Day_ = uCtr3Day_;
|
|
|
+ result.uStr3Day_ = uStr3Day_;
|
|
|
+ result.uRov3Day_ = uRov3Day_;
|
|
|
+ result.uRos3Day_ = uRos3Day_;
|
|
|
+ result.mid_ = mid_;
|
|
|
+ result.machineinfoBrand_ = machineinfoBrand_;
|
|
|
+ result.machineinfoModel_ = machineinfoModel_;
|
|
|
+ result.machineinfoSystem_ = machineinfoSystem_;
|
|
|
+ result.machineinfoPlatform_ = machineinfoPlatform_;
|
|
|
+ result.gender_ = gender_;
|
|
|
+ result.country_ = country_;
|
|
|
+ result.province_ = province_;
|
|
|
+ result.city_ = city_;
|
|
|
+ onBuilt();
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder clone() {
|
|
|
+ return super.clone();
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder setField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ java.lang.Object value) {
|
|
|
+ return super.setField(field, value);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder clearField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
+ return super.clearField(field);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder clearOneof(
|
|
|
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
+ return super.clearOneof(oneof);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder setRepeatedField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ int index, java.lang.Object value) {
|
|
|
+ return super.setRepeatedField(field, index, value);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder addRepeatedField(
|
|
|
+ com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
+ java.lang.Object value) {
|
|
|
+ return super.addRepeatedField(field, value);
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
+ if (other instanceof com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo)other);
|
|
|
+ } else {
|
|
|
+ super.mergeFrom(other);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo other) {
|
|
|
+ if (other == com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo.getDefaultInstance()) return this;
|
|
|
+ if (other.getU1HourExpCnt() != 0L) {
|
|
|
+ setU1HourExpCnt(other.getU1HourExpCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1HourClickCnt() != 0L) {
|
|
|
+ setU1HourClickCnt(other.getU1HourClickCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1HourShareCnt() != 0L) {
|
|
|
+ setU1HourShareCnt(other.getU1HourShareCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1HourReturnCnt() != 0L) {
|
|
|
+ setU1HourReturnCnt(other.getU1HourReturnCnt());
|
|
|
+ }
|
|
|
+ if (other.getUCtr1Hour() != 0D) {
|
|
|
+ setUCtr1Hour(other.getUCtr1Hour());
|
|
|
+ }
|
|
|
+ if (other.getUStr1Hour() != 0D) {
|
|
|
+ setUStr1Hour(other.getUStr1Hour());
|
|
|
+ }
|
|
|
+ if (other.getURov1Hour() != 0D) {
|
|
|
+ setURov1Hour(other.getURov1Hour());
|
|
|
+ }
|
|
|
+ if (other.getURos1Hour() != 0D) {
|
|
|
+ setURos1Hour(other.getURos1Hour());
|
|
|
+ }
|
|
|
+ if (other.getUTodayExpCnt() != 0L) {
|
|
|
+ setUTodayExpCnt(other.getUTodayExpCnt());
|
|
|
+ }
|
|
|
+ if (other.getUTodayClickCnt() != 0L) {
|
|
|
+ setUTodayClickCnt(other.getUTodayClickCnt());
|
|
|
+ }
|
|
|
+ if (other.getUTodayShareCnt() != 0L) {
|
|
|
+ setUTodayShareCnt(other.getUTodayShareCnt());
|
|
|
+ }
|
|
|
+ if (other.getUTodayReturnCnt() != 0L) {
|
|
|
+ setUTodayReturnCnt(other.getUTodayReturnCnt());
|
|
|
+ }
|
|
|
+ if (other.getUCtrToday() != 0D) {
|
|
|
+ setUCtrToday(other.getUCtrToday());
|
|
|
+ }
|
|
|
+ if (other.getUStrToday() != 0D) {
|
|
|
+ setUStrToday(other.getUStrToday());
|
|
|
+ }
|
|
|
+ if (other.getURovToday() != 0D) {
|
|
|
+ setURovToday(other.getURovToday());
|
|
|
+ }
|
|
|
+ if (other.getURosToday() != 0D) {
|
|
|
+ setURosToday(other.getURosToday());
|
|
|
+ }
|
|
|
+ if (other.getU1DayExpCnt() != 0L) {
|
|
|
+ setU1DayExpCnt(other.getU1DayExpCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1DayClickCnt() != 0L) {
|
|
|
+ setU1DayClickCnt(other.getU1DayClickCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1DayShareCnt() != 0L) {
|
|
|
+ setU1DayShareCnt(other.getU1DayShareCnt());
|
|
|
+ }
|
|
|
+ if (other.getU1DayReturnCnt() != 0L) {
|
|
|
+ setU1DayReturnCnt(other.getU1DayReturnCnt());
|
|
|
+ }
|
|
|
+ if (other.getUCtr1Day() != 0D) {
|
|
|
+ setUCtr1Day(other.getUCtr1Day());
|
|
|
+ }
|
|
|
+ if (other.getUStr1Day() != 0D) {
|
|
|
+ setUStr1Day(other.getUStr1Day());
|
|
|
+ }
|
|
|
+ if (other.getURov1Day() != 0D) {
|
|
|
+ setURov1Day(other.getURov1Day());
|
|
|
+ }
|
|
|
+ if (other.getURos1Day() != 0D) {
|
|
|
+ setURos1Day(other.getURos1Day());
|
|
|
+ }
|
|
|
+ if (other.getU3DayExpCnt() != 0L) {
|
|
|
+ setU3DayExpCnt(other.getU3DayExpCnt());
|
|
|
+ }
|
|
|
+ if (other.getU3DayClickCnt() != 0L) {
|
|
|
+ setU3DayClickCnt(other.getU3DayClickCnt());
|
|
|
+ }
|
|
|
+ if (other.getU3DayShareCnt() != 0L) {
|
|
|
+ setU3DayShareCnt(other.getU3DayShareCnt());
|
|
|
+ }
|
|
|
+ if (other.getU3DayReturnCnt() != 0L) {
|
|
|
+ setU3DayReturnCnt(other.getU3DayReturnCnt());
|
|
|
+ }
|
|
|
+ if (other.getUCtr3Day() != 0D) {
|
|
|
+ setUCtr3Day(other.getUCtr3Day());
|
|
|
+ }
|
|
|
+ if (other.getUStr3Day() != 0D) {
|
|
|
+ setUStr3Day(other.getUStr3Day());
|
|
|
+ }
|
|
|
+ if (other.getURov3Day() != 0D) {
|
|
|
+ setURov3Day(other.getURov3Day());
|
|
|
+ }
|
|
|
+ if (other.getURos3Day() != 0D) {
|
|
|
+ setURos3Day(other.getURos3Day());
|
|
|
+ }
|
|
|
+ if (!other.getMid().isEmpty()) {
|
|
|
+ mid_ = other.mid_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getMachineinfoBrand().isEmpty()) {
|
|
|
+ machineinfoBrand_ = other.machineinfoBrand_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getMachineinfoModel().isEmpty()) {
|
|
|
+ machineinfoModel_ = other.machineinfoModel_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getMachineinfoSystem().isEmpty()) {
|
|
|
+ machineinfoSystem_ = other.machineinfoSystem_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getMachineinfoPlatform().isEmpty()) {
|
|
|
+ machineinfoPlatform_ = other.machineinfoPlatform_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getGender().isEmpty()) {
|
|
|
+ gender_ = other.gender_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getCountry().isEmpty()) {
|
|
|
+ country_ = other.country_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getProvince().isEmpty()) {
|
|
|
+ province_ = other.province_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getCity().isEmpty()) {
|
|
|
+ city_ = other.city_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ this.mergeUnknownFields(other.unknownFields);
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final boolean isInitialized() {
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public Builder mergeFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws java.io.IOException {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo parsedMessage = null;
|
|
|
+ try {
|
|
|
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ parsedMessage = (com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo) e.getUnfinishedMessage();
|
|
|
+ throw e.unwrapIOException();
|
|
|
+ } finally {
|
|
|
+ if (parsedMessage != null) {
|
|
|
+ mergeFrom(parsedMessage);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1HourExpCnt_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一小时
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1hour_exp_cnt = 1;</code>
|
|
|
+ * @return The u1hourExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourExpCnt() {
|
|
|
+ return u1HourExpCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一小时
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1hour_exp_cnt = 1;</code>
|
|
|
+ * @param value The u1hourExpCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1HourExpCnt(long value) {
|
|
|
+
|
|
|
+ u1HourExpCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一小时
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1hour_exp_cnt = 1;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1HourExpCnt() {
|
|
|
+
|
|
|
+ u1HourExpCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1HourClickCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_click_cnt = 2;</code>
|
|
|
+ * @return The u1hourClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourClickCnt() {
|
|
|
+ return u1HourClickCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_click_cnt = 2;</code>
|
|
|
+ * @param value The u1hourClickCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1HourClickCnt(long value) {
|
|
|
+
|
|
|
+ u1HourClickCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_click_cnt = 2;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1HourClickCnt() {
|
|
|
+
|
|
|
+ u1HourClickCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1HourShareCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_share_cnt = 3;</code>
|
|
|
+ * @return The u1hourShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourShareCnt() {
|
|
|
+ return u1HourShareCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_share_cnt = 3;</code>
|
|
|
+ * @param value The u1hourShareCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1HourShareCnt(long value) {
|
|
|
+
|
|
|
+ u1HourShareCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_share_cnt = 3;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1HourShareCnt() {
|
|
|
+
|
|
|
+ u1HourShareCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1HourReturnCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_return_cnt = 4;</code>
|
|
|
+ * @return The u1hourReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1HourReturnCnt() {
|
|
|
+ return u1HourReturnCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_return_cnt = 4;</code>
|
|
|
+ * @param value The u1hourReturnCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1HourReturnCnt(long value) {
|
|
|
+
|
|
|
+ u1HourReturnCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1hour_return_cnt = 4;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1HourReturnCnt() {
|
|
|
+
|
|
|
+ u1HourReturnCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uCtr1Hour_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1hour = 5;</code>
|
|
|
+ * @return The uCtr1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr1Hour() {
|
|
|
+ return uCtr1Hour_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1hour = 5;</code>
|
|
|
+ * @param value The uCtr1hour to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUCtr1Hour(double value) {
|
|
|
+
|
|
|
+ uCtr1Hour_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1hour = 5;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUCtr1Hour() {
|
|
|
+
|
|
|
+ uCtr1Hour_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uStr1Hour_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_str1hour = 6;</code>
|
|
|
+ * @return The uStr1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr1Hour() {
|
|
|
+ return uStr1Hour_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str1hour = 6;</code>
|
|
|
+ * @param value The uStr1hour to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUStr1Hour(double value) {
|
|
|
+
|
|
|
+ uStr1Hour_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str1hour = 6;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUStr1Hour() {
|
|
|
+
|
|
|
+ uStr1Hour_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRov1Hour_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1hour = 7;</code>
|
|
|
+ * @return The uRov1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov1Hour() {
|
|
|
+ return uRov1Hour_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1hour = 7;</code>
|
|
|
+ * @param value The uRov1hour to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURov1Hour(double value) {
|
|
|
+
|
|
|
+ uRov1Hour_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1hour = 7;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURov1Hour() {
|
|
|
+
|
|
|
+ uRov1Hour_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRos1Hour_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1hour = 8;</code>
|
|
|
+ * @return The uRos1hour.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos1Hour() {
|
|
|
+ return uRos1Hour_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1hour = 8;</code>
|
|
|
+ * @param value The uRos1hour to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURos1Hour(double value) {
|
|
|
+
|
|
|
+ uRos1Hour_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1hour = 8;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURos1Hour() {
|
|
|
+
|
|
|
+ uRos1Hour_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long uTodayExpCnt_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *今天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u_today_exp_cnt = 9;</code>
|
|
|
+ * @return The uTodayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayExpCnt() {
|
|
|
+ return uTodayExpCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *今天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u_today_exp_cnt = 9;</code>
|
|
|
+ * @param value The uTodayExpCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUTodayExpCnt(long value) {
|
|
|
+
|
|
|
+ uTodayExpCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *今天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u_today_exp_cnt = 9;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUTodayExpCnt() {
|
|
|
+
|
|
|
+ uTodayExpCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long uTodayClickCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_click_cnt = 10;</code>
|
|
|
+ * @return The uTodayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayClickCnt() {
|
|
|
+ return uTodayClickCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_click_cnt = 10;</code>
|
|
|
+ * @param value The uTodayClickCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUTodayClickCnt(long value) {
|
|
|
+
|
|
|
+ uTodayClickCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_click_cnt = 10;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUTodayClickCnt() {
|
|
|
+
|
|
|
+ uTodayClickCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long uTodayShareCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_share_cnt = 11;</code>
|
|
|
+ * @return The uTodayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayShareCnt() {
|
|
|
+ return uTodayShareCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_share_cnt = 11;</code>
|
|
|
+ * @param value The uTodayShareCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUTodayShareCnt(long value) {
|
|
|
+
|
|
|
+ uTodayShareCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_share_cnt = 11;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUTodayShareCnt() {
|
|
|
+
|
|
|
+ uTodayShareCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long uTodayReturnCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_return_cnt = 12;</code>
|
|
|
+ * @return The uTodayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getUTodayReturnCnt() {
|
|
|
+ return uTodayReturnCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_return_cnt = 12;</code>
|
|
|
+ * @param value The uTodayReturnCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUTodayReturnCnt(long value) {
|
|
|
+
|
|
|
+ uTodayReturnCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u_today_return_cnt = 12;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUTodayReturnCnt() {
|
|
|
+
|
|
|
+ uTodayReturnCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uCtrToday_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr_today = 13;</code>
|
|
|
+ * @return The uCtrToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtrToday() {
|
|
|
+ return uCtrToday_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr_today = 13;</code>
|
|
|
+ * @param value The uCtrToday to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUCtrToday(double value) {
|
|
|
+
|
|
|
+ uCtrToday_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr_today = 13;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUCtrToday() {
|
|
|
+
|
|
|
+ uCtrToday_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uStrToday_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_str_today = 14;</code>
|
|
|
+ * @return The uStrToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStrToday() {
|
|
|
+ return uStrToday_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str_today = 14;</code>
|
|
|
+ * @param value The uStrToday to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUStrToday(double value) {
|
|
|
+
|
|
|
+ uStrToday_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str_today = 14;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUStrToday() {
|
|
|
+
|
|
|
+ uStrToday_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRovToday_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov_today = 15;</code>
|
|
|
+ * @return The uRovToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURovToday() {
|
|
|
+ return uRovToday_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov_today = 15;</code>
|
|
|
+ * @param value The uRovToday to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURovToday(double value) {
|
|
|
+
|
|
|
+ uRovToday_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov_today = 15;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURovToday() {
|
|
|
+
|
|
|
+ uRovToday_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRosToday_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros_today = 16;</code>
|
|
|
+ * @return The uRosToday.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURosToday() {
|
|
|
+ return uRosToday_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros_today = 16;</code>
|
|
|
+ * @param value The uRosToday to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURosToday(double value) {
|
|
|
+
|
|
|
+ uRosToday_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros_today = 16;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURosToday() {
|
|
|
+
|
|
|
+ uRosToday_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1DayExpCnt_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1day_exp_cnt = 17;</code>
|
|
|
+ * @return The u1dayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayExpCnt() {
|
|
|
+ return u1DayExpCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1day_exp_cnt = 17;</code>
|
|
|
+ * @param value The u1dayExpCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1DayExpCnt(long value) {
|
|
|
+
|
|
|
+ u1DayExpCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去一天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u1day_exp_cnt = 17;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1DayExpCnt() {
|
|
|
+
|
|
|
+ u1DayExpCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1DayClickCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_click_cnt = 18;</code>
|
|
|
+ * @return The u1dayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayClickCnt() {
|
|
|
+ return u1DayClickCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_click_cnt = 18;</code>
|
|
|
+ * @param value The u1dayClickCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1DayClickCnt(long value) {
|
|
|
+
|
|
|
+ u1DayClickCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_click_cnt = 18;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1DayClickCnt() {
|
|
|
+
|
|
|
+ u1DayClickCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1DayShareCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_share_cnt = 19;</code>
|
|
|
+ * @return The u1dayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayShareCnt() {
|
|
|
+ return u1DayShareCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_share_cnt = 19;</code>
|
|
|
+ * @param value The u1dayShareCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1DayShareCnt(long value) {
|
|
|
+
|
|
|
+ u1DayShareCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_share_cnt = 19;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1DayShareCnt() {
|
|
|
+
|
|
|
+ u1DayShareCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u1DayReturnCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_return_cnt = 20;</code>
|
|
|
+ * @return The u1dayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU1DayReturnCnt() {
|
|
|
+ return u1DayReturnCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_return_cnt = 20;</code>
|
|
|
+ * @param value The u1dayReturnCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU1DayReturnCnt(long value) {
|
|
|
+
|
|
|
+ u1DayReturnCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u1day_return_cnt = 20;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU1DayReturnCnt() {
|
|
|
+
|
|
|
+ u1DayReturnCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uCtr1Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1day = 21;</code>
|
|
|
+ * @return The uCtr1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr1Day() {
|
|
|
+ return uCtr1Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1day = 21;</code>
|
|
|
+ * @param value The uCtr1day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUCtr1Day(double value) {
|
|
|
+
|
|
|
+ uCtr1Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr1day = 21;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUCtr1Day() {
|
|
|
+
|
|
|
+ uCtr1Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uStr1Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_str1day = 22;</code>
|
|
|
+ * @return The uStr1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr1Day() {
|
|
|
+ return uStr1Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str1day = 22;</code>
|
|
|
+ * @param value The uStr1day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUStr1Day(double value) {
|
|
|
+
|
|
|
+ uStr1Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str1day = 22;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUStr1Day() {
|
|
|
+
|
|
|
+ uStr1Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRov1Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1day = 23;</code>
|
|
|
+ * @return The uRov1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov1Day() {
|
|
|
+ return uRov1Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1day = 23;</code>
|
|
|
+ * @param value The uRov1day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURov1Day(double value) {
|
|
|
+
|
|
|
+ uRov1Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov1day = 23;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURov1Day() {
|
|
|
+
|
|
|
+ uRov1Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRos1Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1day = 24;</code>
|
|
|
+ * @return The uRos1day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos1Day() {
|
|
|
+ return uRos1Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1day = 24;</code>
|
|
|
+ * @param value The uRos1day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURos1Day(double value) {
|
|
|
+
|
|
|
+ uRos1Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros1day = 24;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURos1Day() {
|
|
|
+
|
|
|
+ uRos1Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u3DayExpCnt_ ;
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去三天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u3day_exp_cnt = 25;</code>
|
|
|
+ * @return The u3dayExpCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayExpCnt() {
|
|
|
+ return u3DayExpCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去三天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u3day_exp_cnt = 25;</code>
|
|
|
+ * @param value The u3dayExpCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU3DayExpCnt(long value) {
|
|
|
+
|
|
|
+ u3DayExpCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <pre>
|
|
|
+ *过去三天
|
|
|
+ * </pre>
|
|
|
+ *
|
|
|
+ * <code>int64 u3day_exp_cnt = 25;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU3DayExpCnt() {
|
|
|
+
|
|
|
+ u3DayExpCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u3DayClickCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_click_cnt = 26;</code>
|
|
|
+ * @return The u3dayClickCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayClickCnt() {
|
|
|
+ return u3DayClickCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_click_cnt = 26;</code>
|
|
|
+ * @param value The u3dayClickCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU3DayClickCnt(long value) {
|
|
|
+
|
|
|
+ u3DayClickCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_click_cnt = 26;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU3DayClickCnt() {
|
|
|
+
|
|
|
+ u3DayClickCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u3DayShareCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_share_cnt = 27;</code>
|
|
|
+ * @return The u3dayShareCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayShareCnt() {
|
|
|
+ return u3DayShareCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_share_cnt = 27;</code>
|
|
|
+ * @param value The u3dayShareCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU3DayShareCnt(long value) {
|
|
|
+
|
|
|
+ u3DayShareCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_share_cnt = 27;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU3DayShareCnt() {
|
|
|
+
|
|
|
+ u3DayShareCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private long u3DayReturnCnt_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_return_cnt = 28;</code>
|
|
|
+ * @return The u3dayReturnCnt.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getU3DayReturnCnt() {
|
|
|
+ return u3DayReturnCnt_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_return_cnt = 28;</code>
|
|
|
+ * @param value The u3dayReturnCnt to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setU3DayReturnCnt(long value) {
|
|
|
+
|
|
|
+ u3DayReturnCnt_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 u3day_return_cnt = 28;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearU3DayReturnCnt() {
|
|
|
+
|
|
|
+ u3DayReturnCnt_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uCtr3Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr3day = 29;</code>
|
|
|
+ * @return The uCtr3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUCtr3Day() {
|
|
|
+ return uCtr3Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr3day = 29;</code>
|
|
|
+ * @param value The uCtr3day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUCtr3Day(double value) {
|
|
|
+
|
|
|
+ uCtr3Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ctr3day = 29;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUCtr3Day() {
|
|
|
+
|
|
|
+ uCtr3Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uStr3Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_str3day = 30;</code>
|
|
|
+ * @return The uStr3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getUStr3Day() {
|
|
|
+ return uStr3Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str3day = 30;</code>
|
|
|
+ * @param value The uStr3day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUStr3Day(double value) {
|
|
|
+
|
|
|
+ uStr3Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_str3day = 30;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUStr3Day() {
|
|
|
+
|
|
|
+ uStr3Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRov3Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_rov3day = 31;</code>
|
|
|
+ * @return The uRov3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURov3Day() {
|
|
|
+ return uRov3Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov3day = 31;</code>
|
|
|
+ * @param value The uRov3day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURov3Day(double value) {
|
|
|
+
|
|
|
+ uRov3Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_rov3day = 31;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURov3Day() {
|
|
|
+
|
|
|
+ uRov3Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private double uRos3Day_ ;
|
|
|
+ /**
|
|
|
+ * <code>double u_ros3day = 32;</code>
|
|
|
+ * @return The uRos3day.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public double getURos3Day() {
|
|
|
+ return uRos3Day_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros3day = 32;</code>
|
|
|
+ * @param value The uRos3day to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setURos3Day(double value) {
|
|
|
+
|
|
|
+ uRos3Day_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>double u_ros3day = 32;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearURos3Day() {
|
|
|
+
|
|
|
+ uRos3Day_ = 0D;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object mid_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @return The mid.
|
|
|
+ */
|
|
|
+ public java.lang.String getMid() {
|
|
|
+ java.lang.Object ref = mid_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ mid_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @return The bytes for mid.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMidBytes() {
|
|
|
+ java.lang.Object ref = mid_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ mid_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @param value The mid to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMid(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ mid_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearMid() {
|
|
|
+
|
|
|
+ mid_ = getDefaultInstance().getMid();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string mid = 33;</code>
|
|
|
+ * @param value The bytes for mid to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMidBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ mid_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object machineinfoBrand_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @return The machineinfoBrand.
|
|
|
+ */
|
|
|
+ public java.lang.String getMachineinfoBrand() {
|
|
|
+ java.lang.Object ref = machineinfoBrand_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ machineinfoBrand_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @return The bytes for machineinfoBrand.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoBrandBytes() {
|
|
|
+ java.lang.Object ref = machineinfoBrand_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoBrand_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @param value The machineinfoBrand to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoBrand(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ machineinfoBrand_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearMachineinfoBrand() {
|
|
|
+
|
|
|
+ machineinfoBrand_ = getDefaultInstance().getMachineinfoBrand();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_brand = 34;</code>
|
|
|
+ * @param value The bytes for machineinfoBrand to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoBrandBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ machineinfoBrand_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object machineinfoModel_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @return The machineinfoModel.
|
|
|
+ */
|
|
|
+ public java.lang.String getMachineinfoModel() {
|
|
|
+ java.lang.Object ref = machineinfoModel_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ machineinfoModel_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @return The bytes for machineinfoModel.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoModelBytes() {
|
|
|
+ java.lang.Object ref = machineinfoModel_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoModel_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @param value The machineinfoModel to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoModel(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ machineinfoModel_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearMachineinfoModel() {
|
|
|
+
|
|
|
+ machineinfoModel_ = getDefaultInstance().getMachineinfoModel();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_model = 35;</code>
|
|
|
+ * @param value The bytes for machineinfoModel to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoModelBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ machineinfoModel_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object machineinfoSystem_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @return The machineinfoSystem.
|
|
|
+ */
|
|
|
+ public java.lang.String getMachineinfoSystem() {
|
|
|
+ java.lang.Object ref = machineinfoSystem_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ machineinfoSystem_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @return The bytes for machineinfoSystem.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoSystemBytes() {
|
|
|
+ java.lang.Object ref = machineinfoSystem_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoSystem_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @param value The machineinfoSystem to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoSystem(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ machineinfoSystem_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearMachineinfoSystem() {
|
|
|
+
|
|
|
+ machineinfoSystem_ = getDefaultInstance().getMachineinfoSystem();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_system = 36;</code>
|
|
|
+ * @param value The bytes for machineinfoSystem to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoSystemBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ machineinfoSystem_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object machineinfoPlatform_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @return The machineinfoPlatform.
|
|
|
+ */
|
|
|
+ public java.lang.String getMachineinfoPlatform() {
|
|
|
+ java.lang.Object ref = machineinfoPlatform_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ machineinfoPlatform_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @return The bytes for machineinfoPlatform.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getMachineinfoPlatformBytes() {
|
|
|
+ java.lang.Object ref = machineinfoPlatform_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ machineinfoPlatform_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @param value The machineinfoPlatform to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoPlatform(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ machineinfoPlatform_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearMachineinfoPlatform() {
|
|
|
+
|
|
|
+ machineinfoPlatform_ = getDefaultInstance().getMachineinfoPlatform();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string machineinfo_platform = 37;</code>
|
|
|
+ * @param value The bytes for machineinfoPlatform to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setMachineinfoPlatformBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ machineinfoPlatform_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object gender_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @return The gender.
|
|
|
+ */
|
|
|
+ public java.lang.String getGender() {
|
|
|
+ java.lang.Object ref = gender_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ gender_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @return The bytes for gender.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getGenderBytes() {
|
|
|
+ java.lang.Object ref = gender_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ gender_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @param value The gender to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setGender(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ gender_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearGender() {
|
|
|
+
|
|
|
+ gender_ = getDefaultInstance().getGender();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string gender = 38;</code>
|
|
|
+ * @param value The bytes for gender to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setGenderBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ gender_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object country_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @return The country.
|
|
|
+ */
|
|
|
+ public java.lang.String getCountry() {
|
|
|
+ java.lang.Object ref = country_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ country_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @return The bytes for country.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCountryBytes() {
|
|
|
+ java.lang.Object ref = country_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ country_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @param value The country to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCountry(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ country_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearCountry() {
|
|
|
+
|
|
|
+ country_ = getDefaultInstance().getCountry();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string country = 39;</code>
|
|
|
+ * @param value The bytes for country to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCountryBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ country_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object province_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string province = 40;</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 = 40;</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 = 40;</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 = 40;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearProvince() {
|
|
|
+
|
|
|
+ province_ = getDefaultInstance().getProvince();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string province = 40;</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;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object city_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string city = 41;</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 = 41;</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 = 41;</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 = 41;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearCity() {
|
|
|
+
|
|
|
+ city_ = getDefaultInstance().getCity();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string city = 41;</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;
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ public final Builder setUnknownFields(
|
|
|
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
+ return super.setUnknownFields(unknownFields);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final Builder mergeUnknownFields(
|
|
|
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
+ return super.mergeUnknownFields(unknownFields);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(builder_scope:GetUserFeatureInfo)
|
|
|
+ }
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:GetUserFeatureInfo)
|
|
|
+ private static final com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo DEFAULT_INSTANCE;
|
|
|
+ static {
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo getDefaultInstance() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+ private static final com.google.protobuf.Parser<GetUserFeatureInfo>
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<GetUserFeatureInfo>() {
|
|
|
+ @java.lang.Override
|
|
|
+ public GetUserFeatureInfo parsePartialFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return new GetUserFeatureInfo(input, extensionRegistry);
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ public static com.google.protobuf.Parser<GetUserFeatureInfo> parser() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Parser<GetUserFeatureInfo> getParserForType() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureInfo getDefaultInstanceForType() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|