|
@@ -16,7 +16,7 @@ private static final long serialVersionUID = 0L;
|
|
|
super(builder);
|
|
|
}
|
|
|
private GetUserFeatureRequest() {
|
|
|
- uid_ = "";
|
|
|
+ mid_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -52,7 +52,7 @@ private static final long serialVersionUID = 0L;
|
|
|
case 10: {
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
|
- uid_ = s;
|
|
|
+ mid_ = s;
|
|
|
break;
|
|
|
}
|
|
|
default: {
|
|
@@ -87,38 +87,38 @@ private static final long serialVersionUID = 0L;
|
|
|
com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest.class, com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest.Builder.class);
|
|
|
}
|
|
|
|
|
|
- public static final int UID_FIELD_NUMBER = 1;
|
|
|
- private volatile java.lang.Object uid_;
|
|
|
+ public static final int MID_FIELD_NUMBER = 1;
|
|
|
+ private volatile java.lang.Object mid_;
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @return The uid.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @return The mid.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
- public java.lang.String getUid() {
|
|
|
- java.lang.Object ref = uid_;
|
|
|
+ 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();
|
|
|
- uid_ = s;
|
|
|
+ mid_ = s;
|
|
|
return s;
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @return The bytes for uid.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @return The bytes for mid.
|
|
|
*/
|
|
|
@java.lang.Override
|
|
|
public com.google.protobuf.ByteString
|
|
|
- getUidBytes() {
|
|
|
- java.lang.Object ref = uid_;
|
|
|
+ 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);
|
|
|
- uid_ = b;
|
|
|
+ mid_ = b;
|
|
|
return b;
|
|
|
} else {
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
@@ -139,8 +139,8 @@ private static final long serialVersionUID = 0L;
|
|
|
@java.lang.Override
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
throws java.io.IOException {
|
|
|
- if (!getUidBytes().isEmpty()) {
|
|
|
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uid_);
|
|
|
+ if (!getMidBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, mid_);
|
|
|
}
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
@@ -151,8 +151,8 @@ private static final long serialVersionUID = 0L;
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
size = 0;
|
|
|
- if (!getUidBytes().isEmpty()) {
|
|
|
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uid_);
|
|
|
+ if (!getMidBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, mid_);
|
|
|
}
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
@@ -169,8 +169,8 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest other = (com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest) obj;
|
|
|
|
|
|
- if (!getUid()
|
|
|
- .equals(other.getUid())) return false;
|
|
|
+ if (!getMid()
|
|
|
+ .equals(other.getMid())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -182,8 +182,8 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
int hash = 41;
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
- hash = (37 * hash) + UID_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getUid().hashCode();
|
|
|
+ hash = (37 * hash) + MID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getMid().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -317,7 +317,7 @@ private static final long serialVersionUID = 0L;
|
|
|
@java.lang.Override
|
|
|
public Builder clear() {
|
|
|
super.clear();
|
|
|
- uid_ = "";
|
|
|
+ mid_ = "";
|
|
|
|
|
|
return this;
|
|
|
}
|
|
@@ -345,7 +345,7 @@ private static final long serialVersionUID = 0L;
|
|
|
@java.lang.Override
|
|
|
public com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest buildPartial() {
|
|
|
com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest result = new com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest(this);
|
|
|
- result.uid_ = uid_;
|
|
|
+ result.mid_ = mid_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -394,8 +394,8 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
public Builder mergeFrom(com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest other) {
|
|
|
if (other == com.tzld.piaoquan.recommend.feature.model.feature.GetUserFeatureRequest.getDefaultInstance()) return this;
|
|
|
- if (!other.getUid().isEmpty()) {
|
|
|
- uid_ = other.uid_;
|
|
|
+ if (!other.getMid().isEmpty()) {
|
|
|
+ mid_ = other.mid_;
|
|
|
onChanged();
|
|
|
}
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
@@ -427,78 +427,78 @@ private static final long serialVersionUID = 0L;
|
|
|
return this;
|
|
|
}
|
|
|
|
|
|
- private java.lang.Object uid_ = "";
|
|
|
+ private java.lang.Object mid_ = "";
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @return The uid.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @return The mid.
|
|
|
*/
|
|
|
- public java.lang.String getUid() {
|
|
|
- java.lang.Object ref = uid_;
|
|
|
+ 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();
|
|
|
- uid_ = s;
|
|
|
+ mid_ = s;
|
|
|
return s;
|
|
|
} else {
|
|
|
return (java.lang.String) ref;
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @return The bytes for uid.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @return The bytes for mid.
|
|
|
*/
|
|
|
public com.google.protobuf.ByteString
|
|
|
- getUidBytes() {
|
|
|
- java.lang.Object ref = uid_;
|
|
|
+ getMidBytes() {
|
|
|
+ java.lang.Object ref = mid_;
|
|
|
if (ref instanceof String) {
|
|
|
com.google.protobuf.ByteString b =
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
(java.lang.String) ref);
|
|
|
- uid_ = b;
|
|
|
+ mid_ = b;
|
|
|
return b;
|
|
|
} else {
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @param value The uid to set.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @param value The mid to set.
|
|
|
* @return This builder for chaining.
|
|
|
*/
|
|
|
- public Builder setUid(
|
|
|
+ public Builder setMid(
|
|
|
java.lang.String value) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
|
}
|
|
|
|
|
|
- uid_ = value;
|
|
|
+ mid_ = value;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
* @return This builder for chaining.
|
|
|
*/
|
|
|
- public Builder clearUid() {
|
|
|
+ public Builder clearMid() {
|
|
|
|
|
|
- uid_ = getDefaultInstance().getUid();
|
|
|
+ mid_ = getDefaultInstance().getMid();
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
/**
|
|
|
- * <code>string uid = 1;</code>
|
|
|
- * @param value The bytes for uid to set.
|
|
|
+ * <code>string mid = 1;</code>
|
|
|
+ * @param value The bytes for mid to set.
|
|
|
* @return This builder for chaining.
|
|
|
*/
|
|
|
- public Builder setUidBytes(
|
|
|
+ public Builder setMidBytes(
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
if (value == null) {
|
|
|
throw new NullPointerException();
|
|
|
}
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
|
- uid_ = value;
|
|
|
+ mid_ = value;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|