|
@@ -0,0 +1,893 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: com/tzld/piaoquan/abtest/exp.proto
|
|
|
+
|
|
|
+package com.tzld.piaoquan.abtest.client.model;
|
|
|
+
|
|
|
+/**
|
|
|
+ * Protobuf type {@code GetExpResponse}
|
|
|
+ */
|
|
|
+public final class GetExpResponse extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3 implements
|
|
|
+ // @@protoc_insertion_point(message_implements:GetExpResponse)
|
|
|
+ GetExpResponseOrBuilder {
|
|
|
+private static final long serialVersionUID = 0L;
|
|
|
+ // Use GetExpResponse.newBuilder() to construct.
|
|
|
+ private GetExpResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
+ super(builder);
|
|
|
+ }
|
|
|
+ private GetExpResponse() {
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ @SuppressWarnings({"unused"})
|
|
|
+ protected java.lang.Object newInstance(
|
|
|
+ UnusedPrivateParameter unused) {
|
|
|
+ return new GetExpResponse();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public final com.google.protobuf.UnknownFieldSet
|
|
|
+ getUnknownFields() {
|
|
|
+ return this.unknownFields;
|
|
|
+ }
|
|
|
+ private GetExpResponse(
|
|
|
+ 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: {
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result.Builder subBuilder = null;
|
|
|
+ if (result_ != null) {
|
|
|
+ subBuilder = result_.toBuilder();
|
|
|
+ }
|
|
|
+ result_ = input.readMessage(com.tzld.piaoquan.abtest.client.model.Result.parser(), extensionRegistry);
|
|
|
+ if (subBuilder != null) {
|
|
|
+ subBuilder.mergeFrom(result_);
|
|
|
+ result_ = subBuilder.buildPartial();
|
|
|
+ }
|
|
|
+
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 18: {
|
|
|
+ if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
+ exp_ = com.google.protobuf.MapField.newMapField(
|
|
|
+ ExpDefaultEntryHolder.defaultEntry);
|
|
|
+ mutable_bitField0_ |= 0x00000001;
|
|
|
+ }
|
|
|
+ com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
|
+ exp__ = input.readMessage(
|
|
|
+ ExpDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
|
+ exp_.getMutableMap().put(
|
|
|
+ exp__.getKey(), exp__.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.abtest.client.model.Exp.internal_static_GetExpResponse_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.MapField internalGetMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 2:
|
|
|
+ return internalGetExp();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.abtest.client.model.Exp.internal_static_GetExpResponse_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponse.class, com.tzld.piaoquan.abtest.client.model.GetExpResponse.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int RESULT_FIELD_NUMBER = 1;
|
|
|
+ private com.tzld.piaoquan.abtest.client.model.Result result_;
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ * @return Whether the result field is set.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean hasResult() {
|
|
|
+ return result_ != null;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ * @return The result.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.Result getResult() {
|
|
|
+ return result_ == null ? com.tzld.piaoquan.abtest.client.model.Result.getDefaultInstance() : result_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.ResultOrBuilder getResultOrBuilder() {
|
|
|
+ return getResult();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int EXP_FIELD_NUMBER = 2;
|
|
|
+ private static final class ExpDefaultEntryHolder {
|
|
|
+ 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.abtest.client.model.Exp.internal_static_GetExpResponse_ExpEntry_descriptor,
|
|
|
+ com.google.protobuf.WireFormat.FieldType.STRING,
|
|
|
+ "",
|
|
|
+ com.google.protobuf.WireFormat.FieldType.STRING,
|
|
|
+ "");
|
|
|
+ }
|
|
|
+ private com.google.protobuf.MapField<
|
|
|
+ java.lang.String, java.lang.String> exp_;
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetExp() {
|
|
|
+ if (exp_ == null) {
|
|
|
+ return com.google.protobuf.MapField.emptyMapField(
|
|
|
+ ExpDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ return exp_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getExpCount() {
|
|
|
+ return internalGetExp().getMap().size();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean containsExp(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ return internalGetExp().getMap().containsKey(key);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use {@link #getExpMap()} instead.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getExp() {
|
|
|
+ return getExpMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getExpMap() {
|
|
|
+ return internalGetExp().getMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getExpOrDefault(
|
|
|
+ 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 =
|
|
|
+ internalGetExp().getMap();
|
|
|
+ return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getExpOrThrow(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetExp().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 (result_ != null) {
|
|
|
+ output.writeMessage(1, getResult());
|
|
|
+ }
|
|
|
+ com.google.protobuf.GeneratedMessageV3
|
|
|
+ .serializeStringMapTo(
|
|
|
+ output,
|
|
|
+ internalGetExp(),
|
|
|
+ ExpDefaultEntryHolder.defaultEntry,
|
|
|
+ 2);
|
|
|
+ unknownFields.writeTo(output);
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public int getSerializedSize() {
|
|
|
+ int size = memoizedSize;
|
|
|
+ if (size != -1) return size;
|
|
|
+
|
|
|
+ size = 0;
|
|
|
+ if (result_ != null) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeMessageSize(1, getResult());
|
|
|
+ }
|
|
|
+ for (java.util.Map.Entry<java.lang.String, java.lang.String> entry
|
|
|
+ : internalGetExp().getMap().entrySet()) {
|
|
|
+ com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
|
+ exp__ = ExpDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
|
+ .setKey(entry.getKey())
|
|
|
+ .setValue(entry.getValue())
|
|
|
+ .build();
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeMessageSize(2, exp__);
|
|
|
+ }
|
|
|
+ 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.abtest.client.model.GetExpResponse)) {
|
|
|
+ return super.equals(obj);
|
|
|
+ }
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponse other = (com.tzld.piaoquan.abtest.client.model.GetExpResponse) obj;
|
|
|
+
|
|
|
+ if (hasResult() != other.hasResult()) return false;
|
|
|
+ if (hasResult()) {
|
|
|
+ if (!getResult()
|
|
|
+ .equals(other.getResult())) return false;
|
|
|
+ }
|
|
|
+ if (!internalGetExp().equals(
|
|
|
+ other.internalGetExp())) 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();
|
|
|
+ if (hasResult()) {
|
|
|
+ hash = (37 * hash) + RESULT_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getResult().hashCode();
|
|
|
+ }
|
|
|
+ if (!internalGetExp().getMap().isEmpty()) {
|
|
|
+ hash = (37 * hash) + EXP_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + internalGetExp().hashCode();
|
|
|
+ }
|
|
|
+ hash = (29 * hash) + unknownFields.hashCode();
|
|
|
+ memoizedHashCode = hash;
|
|
|
+ return hash;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse parseFrom(
|
|
|
+ java.nio.ByteBuffer data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse 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.abtest.client.model.GetExpResponse parseFrom(
|
|
|
+ com.google.protobuf.ByteString data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse 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.abtest.client.model.GetExpResponse parseFrom(byte[] data)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse parseFrom(
|
|
|
+ byte[] data,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return PARSER.parseFrom(data, extensionRegistry);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse parseFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse 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.abtest.client.model.GetExpResponse parseDelimitedFrom(java.io.InputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseDelimitedWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse 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.abtest.client.model.GetExpResponse parseFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input)
|
|
|
+ throws java.io.IOException {
|
|
|
+ return com.google.protobuf.GeneratedMessageV3
|
|
|
+ .parseWithIOException(PARSER, input);
|
|
|
+ }
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse 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.abtest.client.model.GetExpResponse 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 GetExpResponse}
|
|
|
+ */
|
|
|
+ public static final class Builder extends
|
|
|
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
+ // @@protoc_insertion_point(builder_implements:GetExpResponse)
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponseOrBuilder {
|
|
|
+ public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptor() {
|
|
|
+ return com.tzld.piaoquan.abtest.client.model.Exp.internal_static_GetExpResponse_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ protected com.google.protobuf.MapField internalGetMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 2:
|
|
|
+ return internalGetExp();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @SuppressWarnings({"rawtypes"})
|
|
|
+ protected com.google.protobuf.MapField internalGetMutableMapField(
|
|
|
+ int number) {
|
|
|
+ switch (number) {
|
|
|
+ case 2:
|
|
|
+ return internalGetMutableExp();
|
|
|
+ default:
|
|
|
+ throw new RuntimeException(
|
|
|
+ "Invalid map field number: " + number);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @java.lang.Override
|
|
|
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
+ internalGetFieldAccessorTable() {
|
|
|
+ return com.tzld.piaoquan.abtest.client.model.Exp.internal_static_GetExpResponse_fieldAccessorTable
|
|
|
+ .ensureFieldAccessorsInitialized(
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponse.class, com.tzld.piaoquan.abtest.client.model.GetExpResponse.Builder.class);
|
|
|
+ }
|
|
|
+
|
|
|
+ // Construct using com.tzld.piaoquan.abtest.client.model.GetExpResponse.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();
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ result_ = null;
|
|
|
+ } else {
|
|
|
+ result_ = null;
|
|
|
+ resultBuilder_ = null;
|
|
|
+ }
|
|
|
+ internalGetMutableExp().clear();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Descriptors.Descriptor
|
|
|
+ getDescriptorForType() {
|
|
|
+ return com.tzld.piaoquan.abtest.client.model.Exp.internal_static_GetExpResponse_descriptor;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.GetExpResponse getDefaultInstanceForType() {
|
|
|
+ return com.tzld.piaoquan.abtest.client.model.GetExpResponse.getDefaultInstance();
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.GetExpResponse build() {
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponse result = buildPartial();
|
|
|
+ if (!result.isInitialized()) {
|
|
|
+ throw newUninitializedMessageException(result);
|
|
|
+ }
|
|
|
+ return result;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.GetExpResponse buildPartial() {
|
|
|
+ com.tzld.piaoquan.abtest.client.model.GetExpResponse result = new com.tzld.piaoquan.abtest.client.model.GetExpResponse(this);
|
|
|
+ int from_bitField0_ = bitField0_;
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ result.result_ = result_;
|
|
|
+ } else {
|
|
|
+ result.result_ = resultBuilder_.build();
|
|
|
+ }
|
|
|
+ result.exp_ = internalGetExp();
|
|
|
+ result.exp_.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.abtest.client.model.GetExpResponse) {
|
|
|
+ return mergeFrom((com.tzld.piaoquan.abtest.client.model.GetExpResponse)other);
|
|
|
+ } else {
|
|
|
+ super.mergeFrom(other);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder mergeFrom(com.tzld.piaoquan.abtest.client.model.GetExpResponse other) {
|
|
|
+ if (other == com.tzld.piaoquan.abtest.client.model.GetExpResponse.getDefaultInstance()) return this;
|
|
|
+ if (other.hasResult()) {
|
|
|
+ mergeResult(other.getResult());
|
|
|
+ }
|
|
|
+ internalGetMutableExp().mergeFrom(
|
|
|
+ other.internalGetExp());
|
|
|
+ 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.abtest.client.model.GetExpResponse parsedMessage = null;
|
|
|
+ try {
|
|
|
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
+ parsedMessage = (com.tzld.piaoquan.abtest.client.model.GetExpResponse) e.getUnfinishedMessage();
|
|
|
+ throw e.unwrapIOException();
|
|
|
+ } finally {
|
|
|
+ if (parsedMessage != null) {
|
|
|
+ mergeFrom(parsedMessage);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ private int bitField0_;
|
|
|
+
|
|
|
+ private com.tzld.piaoquan.abtest.client.model.Result result_;
|
|
|
+ private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result, com.tzld.piaoquan.abtest.client.model.Result.Builder, com.tzld.piaoquan.abtest.client.model.ResultOrBuilder> resultBuilder_;
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ * @return Whether the result field is set.
|
|
|
+ */
|
|
|
+ public boolean hasResult() {
|
|
|
+ return resultBuilder_ != null || result_ != null;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ * @return The result.
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.Result getResult() {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ return result_ == null ? com.tzld.piaoquan.abtest.client.model.Result.getDefaultInstance() : result_;
|
|
|
+ } else {
|
|
|
+ return resultBuilder_.getMessage();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder setResult(com.tzld.piaoquan.abtest.client.model.Result value) {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ result_ = value;
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ resultBuilder_.setMessage(value);
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder setResult(
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result.Builder builderForValue) {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ result_ = builderForValue.build();
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ resultBuilder_.setMessage(builderForValue.build());
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder mergeResult(com.tzld.piaoquan.abtest.client.model.Result value) {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ if (result_ != null) {
|
|
|
+ result_ =
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result.newBuilder(result_).mergeFrom(value).buildPartial();
|
|
|
+ } else {
|
|
|
+ result_ = value;
|
|
|
+ }
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ resultBuilder_.mergeFrom(value);
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public Builder clearResult() {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ result_ = null;
|
|
|
+ onChanged();
|
|
|
+ } else {
|
|
|
+ result_ = null;
|
|
|
+ resultBuilder_ = null;
|
|
|
+ }
|
|
|
+
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.Result.Builder getResultBuilder() {
|
|
|
+
|
|
|
+ onChanged();
|
|
|
+ return getResultFieldBuilder().getBuilder();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.ResultOrBuilder getResultOrBuilder() {
|
|
|
+ if (resultBuilder_ != null) {
|
|
|
+ return resultBuilder_.getMessageOrBuilder();
|
|
|
+ } else {
|
|
|
+ return result_ == null ?
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result.getDefaultInstance() : result_;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>.Result result = 1;</code>
|
|
|
+ */
|
|
|
+ private com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result, com.tzld.piaoquan.abtest.client.model.Result.Builder, com.tzld.piaoquan.abtest.client.model.ResultOrBuilder>
|
|
|
+ getResultFieldBuilder() {
|
|
|
+ if (resultBuilder_ == null) {
|
|
|
+ resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
|
+ com.tzld.piaoquan.abtest.client.model.Result, com.tzld.piaoquan.abtest.client.model.Result.Builder, com.tzld.piaoquan.abtest.client.model.ResultOrBuilder>(
|
|
|
+ getResult(),
|
|
|
+ getParentForChildren(),
|
|
|
+ isClean());
|
|
|
+ result_ = null;
|
|
|
+ }
|
|
|
+ return resultBuilder_;
|
|
|
+ }
|
|
|
+
|
|
|
+ private com.google.protobuf.MapField<
|
|
|
+ java.lang.String, java.lang.String> exp_;
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetExp() {
|
|
|
+ if (exp_ == null) {
|
|
|
+ return com.google.protobuf.MapField.emptyMapField(
|
|
|
+ ExpDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ return exp_;
|
|
|
+ }
|
|
|
+ private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
|
+ internalGetMutableExp() {
|
|
|
+ onChanged();;
|
|
|
+ if (exp_ == null) {
|
|
|
+ exp_ = com.google.protobuf.MapField.newMapField(
|
|
|
+ ExpDefaultEntryHolder.defaultEntry);
|
|
|
+ }
|
|
|
+ if (!exp_.isMutable()) {
|
|
|
+ exp_ = exp_.copy();
|
|
|
+ }
|
|
|
+ return exp_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getExpCount() {
|
|
|
+ return internalGetExp().getMap().size();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public boolean containsExp(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ return internalGetExp().getMap().containsKey(key);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use {@link #getExpMap()} instead.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getExp() {
|
|
|
+ return getExpMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String> getExpMap() {
|
|
|
+ return internalGetExp().getMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getExpOrDefault(
|
|
|
+ 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 =
|
|
|
+ internalGetExp().getMap();
|
|
|
+ return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+
|
|
|
+ public java.lang.String getExpOrThrow(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> map =
|
|
|
+ internalGetExp().getMap();
|
|
|
+ if (!map.containsKey(key)) {
|
|
|
+ throw new java.lang.IllegalArgumentException();
|
|
|
+ }
|
|
|
+ return map.get(key);
|
|
|
+ }
|
|
|
+
|
|
|
+ public Builder clearExp() {
|
|
|
+ internalGetMutableExp().getMutableMap()
|
|
|
+ .clear();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ public Builder removeExp(
|
|
|
+ java.lang.String key) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ internalGetMutableExp().getMutableMap()
|
|
|
+ .remove(key);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * Use alternate mutation accessors instead.
|
|
|
+ */
|
|
|
+ @java.lang.Deprecated
|
|
|
+ public java.util.Map<java.lang.String, java.lang.String>
|
|
|
+ getMutableExp() {
|
|
|
+ return internalGetMutableExp().getMutableMap();
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+ public Builder putExp(
|
|
|
+ java.lang.String key,
|
|
|
+ java.lang.String value) {
|
|
|
+ if (key == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ if (value == null) { throw new java.lang.NullPointerException(); }
|
|
|
+ internalGetMutableExp().getMutableMap()
|
|
|
+ .put(key, value);
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>map<string, string> exp = 2;</code>
|
|
|
+ */
|
|
|
+
|
|
|
+ public Builder putAllExp(
|
|
|
+ java.util.Map<java.lang.String, java.lang.String> values) {
|
|
|
+ internalGetMutableExp().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:GetExpResponse)
|
|
|
+ }
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:GetExpResponse)
|
|
|
+ private static final com.tzld.piaoquan.abtest.client.model.GetExpResponse DEFAULT_INSTANCE;
|
|
|
+ static {
|
|
|
+ DEFAULT_INSTANCE = new com.tzld.piaoquan.abtest.client.model.GetExpResponse();
|
|
|
+ }
|
|
|
+
|
|
|
+ public static com.tzld.piaoquan.abtest.client.model.GetExpResponse getDefaultInstance() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+ private static final com.google.protobuf.Parser<GetExpResponse>
|
|
|
+ PARSER = new com.google.protobuf.AbstractParser<GetExpResponse>() {
|
|
|
+ @java.lang.Override
|
|
|
+ public GetExpResponse parsePartialFrom(
|
|
|
+ com.google.protobuf.CodedInputStream input,
|
|
|
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
+ throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
+ return new GetExpResponse(input, extensionRegistry);
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ public static com.google.protobuf.Parser<GetExpResponse> parser() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.Parser<GetExpResponse> getParserForType() {
|
|
|
+ return PARSER;
|
|
|
+ }
|
|
|
+
|
|
|
+ @java.lang.Override
|
|
|
+ public com.tzld.piaoquan.abtest.client.model.GetExpResponse getDefaultInstanceForType() {
|
|
|
+ return DEFAULT_INSTANCE;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|