|
@@ -0,0 +1,981 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: com/tzld/piaoquan/recommend/feature/featureV2.proto
|
|
|
+
|
|
|
+package com.tzld.piaoquan.recommend.feature.model.feature;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Protobuf type {@code FeatureKeyProto}
|
|
|
+ */
|
|
|
+public final class FeatureKeyProto extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3 implements
|
|
|
+ // @@protoc_insertion_point(message_implements:FeatureKeyProto)
|
|
|
+ FeatureKeyProtoOrBuilder {
|
|
|
+private static final long serialVersionUID = 0L;
|
|
|
+ // Use FeatureKeyProto.newBuilder() to construct.
|
|
|
+ private FeatureKeyProto(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
+ super(builder);
|
|
|
+ }
|
|
|
+ private FeatureKeyProto() {
|
|
|
+ uniqueKey_ = "";
|
|
|
+ tableName_ = "";
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ @SuppressWarnings({"unused"})
|
|
|
+ protected java.lang.Object newInstance(
|
|
|
+ UnusedPrivateParameter unused) {
|
|
|
+ return new FeatureKeyProto();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final com.google.protobuf.UnknownFieldSet
|
|
|
+ getUnknownFields() {
|
|
|
+ return this.unknownFields;
|
|
|
+ }
|
|
|
+ private FeatureKeyProto(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ this();
|
|
|
+ if (extensionRegistry == null) {
|
|
|
+ throw new java.lang.NullPointerException();
|
|
|
+ }
|
|
|
+ int mutable_bitField0_ = 0;
|
|
|
+ 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 10: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ uniqueKey_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 18: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ tableName_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 26: {
|
|
|
+ if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
+ fieldValue_ = com.google.protobuf.MapField.newMapField(
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry);
|
|
|
+ mutable_bitField0_ |= 0x00000001;
|
|
|
+ }
|
|
|
+ com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
|
+ fieldValue__ = input.readMessage(
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
|
+ fieldValue_.getMutableMap().put(
|
|
|
+ fieldValue__.getKey(), fieldValue__.getValue());
|
|
|
+ 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.FeatureV2.internal_static_FeatureKeyProto_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.MapField internalGetMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 3:
|
|
|
+ return internalGetFieldValue();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.FeatureV2.internal_static_FeatureKeyProto_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.class, com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int UNIQUE_KEY_FIELD_NUMBER = 1;
|
|
|
+ private volatile java.lang.Object uniqueKey_;
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @return The uniqueKey.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getUniqueKey() {
|
|
|
+ java.lang.Object ref = uniqueKey_;
|
|
|
+ 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();
|
|
|
+ uniqueKey_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @return The bytes for uniqueKey.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getUniqueKeyBytes() {
|
|
|
+ java.lang.Object ref = uniqueKey_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ uniqueKey_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int TABLE_NAME_FIELD_NUMBER = 2;
|
|
|
+ private volatile java.lang.Object tableName_;
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @return The tableName.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getTableName() {
|
|
|
+ java.lang.Object ref = tableName_;
|
|
|
+ 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();
|
|
|
+ tableName_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @return The bytes for tableName.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getTableNameBytes() {
|
|
|
+ java.lang.Object ref = tableName_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ tableName_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int FIELD_VALUE_FIELD_NUMBER = 3;
|
|
|
+ private static final class FieldValueDefaultEntryHolder {
|
|
|
+ static final com.google.protobuf.MapEntry<
|
|
|
+ java.lang.String, java.lang.String> defaultEntry =
|
|
|
+ com.google.protobuf.MapEntry
|
|
|
+ .<java.lang.String, java.lang.String>newDefaultInstance(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureV2.internal_static_FeatureKeyProto_FieldValueEntry_descriptor,
|
|
|
+ com.google.protobuf.WireFormat.FieldType.STRING,
|
|
|
+ "",
|
|
|
+ com.google.protobuf.WireFormat.FieldType.STRING,
|
|
|
+ "");
|
|
|
+ }
|
|
|
+ private com.google.protobuf.MapField<
|
|
|
+ java.lang.String, java.lang.String> fieldValue_;
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetFieldValue() {
|
|
|
+ if (fieldValue_ == null) {
|
|
|
+ return com.google.protobuf.MapField.emptyMapField(
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ return fieldValue_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getFieldValueCount() {
|
|
|
+ return internalGetFieldValue().getMap().size();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean containsFieldValue(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ return internalGetFieldValue().getMap().containsKey(key);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use {@link #getFieldValueMap()} instead.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getFieldValue() {
|
|
|
+ return getFieldValueMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getFieldValueMap() {
|
|
|
+ return internalGetFieldValue().getMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getFieldValueOrDefault(
|
|
|
+ java.lang.String key,
|
|
|
+ java.lang.String defaultValue) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetFieldValue().getMap();
|
|
|
+ return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getFieldValueOrThrow(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetFieldValue().getMap();
|
|
|
+ if (!map.containsKey(key)) {
|
|
|
+ throw new java.lang.IllegalArgumentException();
|
|
|
+ }
|
|
|
+ return map.get(key);
|
|
|
+ }
|
|
|
+
|
|
|
+ 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 (!getUniqueKeyBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uniqueKey_);
|
|
|
+ }
|
|
|
+ if (!getTableNameBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, tableName_);
|
|
|
+ }
|
|
|
+ com.google.protobuf.GeneratedMessageV3
|
|
|
+ .serializeStringMapTo(
|
|
|
+ output,
|
|
|
+ internalGetFieldValue(),
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry,
|
|
|
+ 3);
|
|
|
+ unknownFields.writeTo(output);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public int getSerializedSize() {
|
|
|
+ int size = memoizedSize;
|
|
|
+ if (size != -1) return size;
|
|
|
+
|
|
|
+ size = 0;
|
|
|
+ if (!getUniqueKeyBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uniqueKey_);
|
|
|
+ }
|
|
|
+ if (!getTableNameBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, tableName_);
|
|
|
+ }
|
|
|
+ for (java.util.Map.Entry<java.lang.String, java.lang.String> entry
|
|
|
+ : internalGetFieldValue().getMap().entrySet()) {
|
|
|
+ com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
|
+ fieldValue__ = FieldValueDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
|
+ .setKey(entry.getKey())
|
|
|
+ .setValue(entry.getValue())
|
|
|
+ .build();
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeMessageSize(3, fieldValue__);
|
|
|
+ }
|
|
|
+ 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.FeatureKeyProto)) {
|
|
|
+ return super.equals(obj);
|
|
|
+ }
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto other = (com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto) obj;
|
|
|
+
|
|
|
+ if (!getUniqueKey()
|
|
|
+ .equals(other.getUniqueKey())) return false;
|
|
|
+ if (!getTableName()
|
|
|
+ .equals(other.getTableName())) return false;
|
|
|
+ if (!internalGetFieldValue().equals(
|
|
|
+ other.internalGetFieldValue())) 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) + UNIQUE_KEY_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getUniqueKey().hashCode();
|
|
|
+ hash = (37 * hash) + TABLE_NAME_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getTableName().hashCode();
|
|
|
+ if (!internalGetFieldValue().getMap().isEmpty()) {
|
|
|
+ hash = (37 * hash) + FIELD_VALUE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + internalGetFieldValue().hashCode();
|
|
|
+ }
|
|
|
+ hash = (29 * hash) + unknownFields.hashCode();
|
|
|
+ memoizedHashCode = hash;
|
|
|
+ return hash;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto parseFrom(
|
|
|
+ java.nio.ByteBuffer data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto 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.FeatureKeyProto parseFrom(
|
|
|
+ com.google.protobuf.ByteString data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto 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.FeatureKeyProto parseFrom(byte[] data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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.FeatureKeyProto 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 FeatureKeyProto}
|
|
|
+ */
|
|
|
+ public static final class Builder extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
+ // @@protoc_insertion_point(builder_implements:FeatureKeyProto)
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProtoOrBuilder {
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.FeatureV2.internal_static_FeatureKeyProto_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ protected com.google.protobuf.MapField internalGetMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 3:
|
|
|
+ return internalGetFieldValue();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ protected com.google.protobuf.MapField internalGetMutableMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 3:
|
|
|
+ return internalGetMutableFieldValue();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.FeatureV2.internal_static_FeatureKeyProto_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.class, com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ // Construct using com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.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();
|
|
|
+ uniqueKey_ = "";
|
|
|
+
|
|
|
+ tableName_ = "";
|
|
|
+
|
|
|
+ internalGetMutableFieldValue().clear();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptorForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.FeatureV2.internal_static_FeatureKeyProto_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.getDefaultInstance();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto build() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto result = buildPartial();
|
|
|
+ if (!result.isInitialized()) {
|
|
|
+ throw newUninitializedMessageException(result);
|
|
|
+ }
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto buildPartial() {
|
|
|
+ com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto result = new com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto(this);
|
|
|
+ int from_bitField0_ = bitField0_;
|
|
|
+ result.uniqueKey_ = uniqueKey_;
|
|
|
+ result.tableName_ = tableName_;
|
|
|
+ result.fieldValue_ = internalGetFieldValue();
|
|
|
+ result.fieldValue_.makeImmutable();
|
|
|
+ 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.FeatureKeyProto) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto)other);
|
|
|
+ } else {
|
|
|
+ super.mergeFrom(other);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto other) {
|
|
|
+ if (other == com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto.getDefaultInstance()) return this;
|
|
|
+ if (!other.getUniqueKey().isEmpty()) {
|
|
|
+ uniqueKey_ = other.uniqueKey_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ if (!other.getTableName().isEmpty()) {
|
|
|
+ tableName_ = other.tableName_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
+ internalGetMutableFieldValue().mergeFrom(
|
|
|
+ other.internalGetFieldValue());
|
|
|
+ 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.FeatureKeyProto parsedMessage = null;
|
|
|
+ try {
|
|
|
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ parsedMessage = (com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto) e.getUnfinishedMessage();
|
|
|
+ throw e.unwrapIOException();
|
|
|
+ } finally {
|
|
|
+ if (parsedMessage != null) {
|
|
|
+ mergeFrom(parsedMessage);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ private int bitField0_;
|
|
|
+
|
|
|
+ private java.lang.Object uniqueKey_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @return The uniqueKey.
|
|
|
+ */
|
|
|
+ public java.lang.String getUniqueKey() {
|
|
|
+ java.lang.Object ref = uniqueKey_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ uniqueKey_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @return The bytes for uniqueKey.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getUniqueKeyBytes() {
|
|
|
+ java.lang.Object ref = uniqueKey_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ uniqueKey_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @param value The uniqueKey to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUniqueKey(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ uniqueKey_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearUniqueKey() {
|
|
|
+
|
|
|
+ uniqueKey_ = getDefaultInstance().getUniqueKey();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string unique_key = 1;</code>
|
|
|
+ * @param value The bytes for uniqueKey to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setUniqueKeyBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ uniqueKey_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object tableName_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @return The tableName.
|
|
|
+ */
|
|
|
+ public java.lang.String getTableName() {
|
|
|
+ java.lang.Object ref = tableName_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ tableName_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @return The bytes for tableName.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getTableNameBytes() {
|
|
|
+ java.lang.Object ref = tableName_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ tableName_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @param value The tableName to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setTableName(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ tableName_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearTableName() {
|
|
|
+
|
|
|
+ tableName_ = getDefaultInstance().getTableName();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string table_name = 2;</code>
|
|
|
+ * @param value The bytes for tableName to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setTableNameBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ tableName_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private com.google.protobuf.MapField<
|
|
|
+ java.lang.String, java.lang.String> fieldValue_;
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetFieldValue() {
|
|
|
+ if (fieldValue_ == null) {
|
|
|
+ return com.google.protobuf.MapField.emptyMapField(
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ return fieldValue_;
|
|
|
+ }
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetMutableFieldValue() {
|
|
|
+ onChanged();;
|
|
|
+ if (fieldValue_ == null) {
|
|
|
+ fieldValue_ = com.google.protobuf.MapField.newMapField(
|
|
|
+ FieldValueDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ if (!fieldValue_.isMutable()) {
|
|
|
+ fieldValue_ = fieldValue_.copy();
|
|
|
+ }
|
|
|
+ return fieldValue_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getFieldValueCount() {
|
|
|
+ return internalGetFieldValue().getMap().size();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean containsFieldValue(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ return internalGetFieldValue().getMap().containsKey(key);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use {@link #getFieldValueMap()} instead.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getFieldValue() {
|
|
|
+ return getFieldValueMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getFieldValueMap() {
|
|
|
+ return internalGetFieldValue().getMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getFieldValueOrDefault(
|
|
|
+ java.lang.String key,
|
|
|
+ java.lang.String defaultValue) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetFieldValue().getMap();
|
|
|
+ return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getFieldValueOrThrow(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetFieldValue().getMap();
|
|
|
+ if (!map.containsKey(key)) {
|
|
|
+ throw new java.lang.IllegalArgumentException();
|
|
|
+ }
|
|
|
+ return map.get(key);
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder clearFieldValue() {
|
|
|
+ internalGetMutableFieldValue().getMutableMap()
|
|
|
+ .clear();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ public Builder removeFieldValue(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ internalGetMutableFieldValue().getMutableMap()
|
|
|
+ .remove(key);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use alternate mutation accessors instead.
|
|
|
+ */
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String>
|
|
|
+ getMutableFieldValue() {
|
|
|
+ return internalGetMutableFieldValue().getMutableMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+ public Builder putFieldValue(
|
|
|
+ java.lang.String key,
|
|
|
+ java.lang.String value) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ if (value == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ internalGetMutableFieldValue().getMutableMap()
|
|
|
+ .put(key, value);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> field_value = 3;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ public Builder putAllFieldValue(
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> values) {
|
|
|
+ internalGetMutableFieldValue().getMutableMap()
|
|
|
+ .putAll(values);
|
|
|
+ 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:FeatureKeyProto)
|
|
|
+ }
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:FeatureKeyProto)
|
|
|
+ private static final com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto DEFAULT_INSTANCE;
|
|
|
+ static {
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto getDefaultInstance() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+ private static final com.google.protobuf.Parser<FeatureKeyProto>
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<FeatureKeyProto>() {
|
|
|
+ @java.lang.Override
|
|
|
+ public FeatureKeyProto parsePartialFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return new FeatureKeyProto(input, extensionRegistry);
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ public static com.google.protobuf.Parser<FeatureKeyProto> parser() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Parser<FeatureKeyProto> getParserForType() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.recommend.feature.model.feature.FeatureKeyProto getDefaultInstanceForType() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|