|
|
@@ -1,951 +0,0 @@
|
|
|
-// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
-// source: advice.proto
|
|
|
-
|
|
|
-package com.kfzs.duanduan.proto;
|
|
|
-
|
|
|
-public final class AdviceOuterClass {
|
|
|
- private AdviceOuterClass() {}
|
|
|
- public static void registerAllExtensions(
|
|
|
- com.google.protobuf.ExtensionRegistryLite registry) {
|
|
|
- }
|
|
|
-
|
|
|
- public static void registerAllExtensions(
|
|
|
- com.google.protobuf.ExtensionRegistry registry) {
|
|
|
- registerAllExtensions(
|
|
|
- (com.google.protobuf.ExtensionRegistryLite) registry);
|
|
|
- }
|
|
|
- public interface AdviceOrBuilder extends
|
|
|
- // @@protoc_insertion_point(interface_extends:protobuf.Advice)
|
|
|
- com.google.protobuf.MessageOrBuilder {
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>int32 Id = 1;</code>
|
|
|
- */
|
|
|
- int getId();
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>int32 UserId = 2;</code>
|
|
|
- */
|
|
|
- int getUserId();
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- java.lang.String getContactWay();
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- com.google.protobuf.ByteString
|
|
|
- getContactWayBytes();
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>int32 Type = 4;</code>
|
|
|
- */
|
|
|
- int getType();
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- java.lang.String getAdviceContent();
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- com.google.protobuf.ByteString
|
|
|
- getAdviceContentBytes();
|
|
|
-
|
|
|
- /**
|
|
|
- * <code>int64 CreatedTime = 6;</code>
|
|
|
- */
|
|
|
- long getCreatedTime();
|
|
|
- }
|
|
|
- /**
|
|
|
- * Protobuf type {@code protobuf.Advice}
|
|
|
- */
|
|
|
- public static final class Advice extends
|
|
|
- com.google.protobuf.GeneratedMessageV3 implements
|
|
|
- // @@protoc_insertion_point(message_implements:protobuf.Advice)
|
|
|
- AdviceOrBuilder {
|
|
|
- // Use Advice.newBuilder() to construct.
|
|
|
- private Advice(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
- super(builder);
|
|
|
- }
|
|
|
- private Advice() {
|
|
|
- id_ = 0;
|
|
|
- userId_ = 0;
|
|
|
- contactWay_ = "";
|
|
|
- type_ = 0;
|
|
|
- adviceContent_ = "";
|
|
|
- createdTime_ = 0L;
|
|
|
- }
|
|
|
-
|
|
|
- @java.lang.Override
|
|
|
- public final com.google.protobuf.UnknownFieldSet
|
|
|
- getUnknownFields() {
|
|
|
- return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
|
|
|
- }
|
|
|
- private Advice(
|
|
|
- com.google.protobuf.CodedInputStream input,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- this();
|
|
|
- int mutable_bitField0_ = 0;
|
|
|
- try {
|
|
|
- boolean done = false;
|
|
|
- while (!done) {
|
|
|
- int tag = input.readTag();
|
|
|
- switch (tag) {
|
|
|
- case 0:
|
|
|
- done = true;
|
|
|
- break;
|
|
|
- default: {
|
|
|
- if (!input.skipField(tag)) {
|
|
|
- done = true;
|
|
|
- }
|
|
|
- break;
|
|
|
- }
|
|
|
- case 8: {
|
|
|
-
|
|
|
- id_ = input.readInt32();
|
|
|
- break;
|
|
|
- }
|
|
|
- case 16: {
|
|
|
-
|
|
|
- userId_ = input.readInt32();
|
|
|
- break;
|
|
|
- }
|
|
|
- case 26: {
|
|
|
- java.lang.String s = input.readStringRequireUtf8();
|
|
|
-
|
|
|
- contactWay_ = s;
|
|
|
- break;
|
|
|
- }
|
|
|
- case 32: {
|
|
|
-
|
|
|
- type_ = input.readInt32();
|
|
|
- break;
|
|
|
- }
|
|
|
- case 42: {
|
|
|
- java.lang.String s = input.readStringRequireUtf8();
|
|
|
-
|
|
|
- adviceContent_ = s;
|
|
|
- break;
|
|
|
- }
|
|
|
- case 48: {
|
|
|
-
|
|
|
- createdTime_ = input.readInt64();
|
|
|
- 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 {
|
|
|
- makeExtensionsImmutable();
|
|
|
- }
|
|
|
- }
|
|
|
- public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
- getDescriptor() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.internal_static_protobuf_Advice_descriptor;
|
|
|
- }
|
|
|
-
|
|
|
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
- internalGetFieldAccessorTable() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.internal_static_protobuf_Advice_fieldAccessorTable
|
|
|
- .ensureFieldAccessorsInitialized(
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice.class, com.kfzs.duanduan.proto.AdviceOuterClass.Advice.Builder.class);
|
|
|
- }
|
|
|
-
|
|
|
- public static final int ID_FIELD_NUMBER = 1;
|
|
|
- private int id_;
|
|
|
- /**
|
|
|
- * <code>int32 Id = 1;</code>
|
|
|
- */
|
|
|
- public int getId() {
|
|
|
- return id_;
|
|
|
- }
|
|
|
-
|
|
|
- public static final int USERID_FIELD_NUMBER = 2;
|
|
|
- private int userId_;
|
|
|
- /**
|
|
|
- * <code>int32 UserId = 2;</code>
|
|
|
- */
|
|
|
- public int getUserId() {
|
|
|
- return userId_;
|
|
|
- }
|
|
|
-
|
|
|
- public static final int CONTACTWAY_FIELD_NUMBER = 3;
|
|
|
- private volatile java.lang.Object contactWay_;
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public java.lang.String getContactWay() {
|
|
|
- java.lang.Object ref = contactWay_;
|
|
|
- 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();
|
|
|
- contactWay_ = s;
|
|
|
- return s;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public com.google.protobuf.ByteString
|
|
|
- getContactWayBytes() {
|
|
|
- java.lang.Object ref = contactWay_;
|
|
|
- if (ref instanceof java.lang.String) {
|
|
|
- com.google.protobuf.ByteString b =
|
|
|
- com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
- (java.lang.String) ref);
|
|
|
- contactWay_ = b;
|
|
|
- return b;
|
|
|
- } else {
|
|
|
- return (com.google.protobuf.ByteString) ref;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- public static final int TYPE_FIELD_NUMBER = 4;
|
|
|
- private int type_;
|
|
|
- /**
|
|
|
- * <code>int32 Type = 4;</code>
|
|
|
- */
|
|
|
- public int getType() {
|
|
|
- return type_;
|
|
|
- }
|
|
|
-
|
|
|
- public static final int ADVICECONTENT_FIELD_NUMBER = 5;
|
|
|
- private volatile java.lang.Object adviceContent_;
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public java.lang.String getAdviceContent() {
|
|
|
- java.lang.Object ref = adviceContent_;
|
|
|
- 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();
|
|
|
- adviceContent_ = s;
|
|
|
- return s;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public com.google.protobuf.ByteString
|
|
|
- getAdviceContentBytes() {
|
|
|
- java.lang.Object ref = adviceContent_;
|
|
|
- if (ref instanceof java.lang.String) {
|
|
|
- com.google.protobuf.ByteString b =
|
|
|
- com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
- (java.lang.String) ref);
|
|
|
- adviceContent_ = b;
|
|
|
- return b;
|
|
|
- } else {
|
|
|
- return (com.google.protobuf.ByteString) ref;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- public static final int CREATEDTIME_FIELD_NUMBER = 6;
|
|
|
- private long createdTime_;
|
|
|
- /**
|
|
|
- * <code>int64 CreatedTime = 6;</code>
|
|
|
- */
|
|
|
- public long getCreatedTime() {
|
|
|
- return createdTime_;
|
|
|
- }
|
|
|
-
|
|
|
- private byte memoizedIsInitialized = -1;
|
|
|
- public final boolean isInitialized() {
|
|
|
- byte isInitialized = memoizedIsInitialized;
|
|
|
- if (isInitialized == 1) return true;
|
|
|
- if (isInitialized == 0) return false;
|
|
|
-
|
|
|
- memoizedIsInitialized = 1;
|
|
|
- return true;
|
|
|
- }
|
|
|
-
|
|
|
- public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
- throws java.io.IOException {
|
|
|
- if (id_ != 0) {
|
|
|
- output.writeInt32(1, id_);
|
|
|
- }
|
|
|
- if (userId_ != 0) {
|
|
|
- output.writeInt32(2, userId_);
|
|
|
- }
|
|
|
- if (!getContactWayBytes().isEmpty()) {
|
|
|
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, contactWay_);
|
|
|
- }
|
|
|
- if (type_ != 0) {
|
|
|
- output.writeInt32(4, type_);
|
|
|
- }
|
|
|
- if (!getAdviceContentBytes().isEmpty()) {
|
|
|
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, adviceContent_);
|
|
|
- }
|
|
|
- if (createdTime_ != 0L) {
|
|
|
- output.writeInt64(6, createdTime_);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- public int getSerializedSize() {
|
|
|
- int size = memoizedSize;
|
|
|
- if (size != -1) return size;
|
|
|
-
|
|
|
- size = 0;
|
|
|
- if (id_ != 0) {
|
|
|
- size += com.google.protobuf.CodedOutputStream
|
|
|
- .computeInt32Size(1, id_);
|
|
|
- }
|
|
|
- if (userId_ != 0) {
|
|
|
- size += com.google.protobuf.CodedOutputStream
|
|
|
- .computeInt32Size(2, userId_);
|
|
|
- }
|
|
|
- if (!getContactWayBytes().isEmpty()) {
|
|
|
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, contactWay_);
|
|
|
- }
|
|
|
- if (type_ != 0) {
|
|
|
- size += com.google.protobuf.CodedOutputStream
|
|
|
- .computeInt32Size(4, type_);
|
|
|
- }
|
|
|
- if (!getAdviceContentBytes().isEmpty()) {
|
|
|
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, adviceContent_);
|
|
|
- }
|
|
|
- if (createdTime_ != 0L) {
|
|
|
- size += com.google.protobuf.CodedOutputStream
|
|
|
- .computeInt64Size(6, createdTime_);
|
|
|
- }
|
|
|
- memoizedSize = size;
|
|
|
- return size;
|
|
|
- }
|
|
|
-
|
|
|
- private static final long serialVersionUID = 0L;
|
|
|
- @java.lang.Override
|
|
|
- public boolean equals(final java.lang.Object obj) {
|
|
|
- if (obj == this) {
|
|
|
- return true;
|
|
|
- }
|
|
|
- if (!(obj instanceof com.kfzs.duanduan.proto.AdviceOuterClass.Advice)) {
|
|
|
- return super.equals(obj);
|
|
|
- }
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice other = (com.kfzs.duanduan.proto.AdviceOuterClass.Advice) obj;
|
|
|
-
|
|
|
- boolean result = true;
|
|
|
- result = result && (getId()
|
|
|
- == other.getId());
|
|
|
- result = result && (getUserId()
|
|
|
- == other.getUserId());
|
|
|
- result = result && getContactWay()
|
|
|
- .equals(other.getContactWay());
|
|
|
- result = result && (getType()
|
|
|
- == other.getType());
|
|
|
- result = result && getAdviceContent()
|
|
|
- .equals(other.getAdviceContent());
|
|
|
- result = result && (getCreatedTime()
|
|
|
- == other.getCreatedTime());
|
|
|
- return result;
|
|
|
- }
|
|
|
-
|
|
|
- @java.lang.Override
|
|
|
- public int hashCode() {
|
|
|
- if (memoizedHashCode != 0) {
|
|
|
- return memoizedHashCode;
|
|
|
- }
|
|
|
- int hash = 41;
|
|
|
- hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
- hash = (37 * hash) + ID_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getId();
|
|
|
- hash = (37 * hash) + USERID_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getUserId();
|
|
|
- hash = (37 * hash) + CONTACTWAY_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getContactWay().hashCode();
|
|
|
- hash = (37 * hash) + TYPE_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getType();
|
|
|
- hash = (37 * hash) + ADVICECONTENT_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + getAdviceContent().hashCode();
|
|
|
- hash = (37 * hash) + CREATEDTIME_FIELD_NUMBER;
|
|
|
- hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
- getCreatedTime());
|
|
|
- hash = (29 * hash) + unknownFields.hashCode();
|
|
|
- memoizedHashCode = hash;
|
|
|
- return hash;
|
|
|
- }
|
|
|
-
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(
|
|
|
- com.google.protobuf.ByteString data)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return PARSER.parseFrom(data);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(
|
|
|
- com.google.protobuf.ByteString data,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return PARSER.parseFrom(data, extensionRegistry);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(byte[] data)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return PARSER.parseFrom(data);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(
|
|
|
- byte[] data,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return PARSER.parseFrom(data, extensionRegistry);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(java.io.InputStream input)
|
|
|
- throws java.io.IOException {
|
|
|
- return com.google.protobuf.GeneratedMessageV3
|
|
|
- .parseWithIOException(PARSER, input);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice 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.kfzs.duanduan.proto.AdviceOuterClass.Advice parseDelimitedFrom(java.io.InputStream input)
|
|
|
- throws java.io.IOException {
|
|
|
- return com.google.protobuf.GeneratedMessageV3
|
|
|
- .parseDelimitedWithIOException(PARSER, input);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice 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.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(
|
|
|
- com.google.protobuf.CodedInputStream input)
|
|
|
- throws java.io.IOException {
|
|
|
- return com.google.protobuf.GeneratedMessageV3
|
|
|
- .parseWithIOException(PARSER, input);
|
|
|
- }
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice parseFrom(
|
|
|
- com.google.protobuf.CodedInputStream input,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws java.io.IOException {
|
|
|
- return com.google.protobuf.GeneratedMessageV3
|
|
|
- .parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
- }
|
|
|
-
|
|
|
- public Builder newBuilderForType() { return newBuilder(); }
|
|
|
- public static Builder newBuilder() {
|
|
|
- return DEFAULT_INSTANCE.toBuilder();
|
|
|
- }
|
|
|
- public static Builder newBuilder(com.kfzs.duanduan.proto.AdviceOuterClass.Advice prototype) {
|
|
|
- return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
- }
|
|
|
- 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 protobuf.Advice}
|
|
|
- */
|
|
|
- public static final class Builder extends
|
|
|
- com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
- // @@protoc_insertion_point(builder_implements:protobuf.Advice)
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.AdviceOrBuilder {
|
|
|
- public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
- getDescriptor() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.internal_static_protobuf_Advice_descriptor;
|
|
|
- }
|
|
|
-
|
|
|
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
- internalGetFieldAccessorTable() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.internal_static_protobuf_Advice_fieldAccessorTable
|
|
|
- .ensureFieldAccessorsInitialized(
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice.class, com.kfzs.duanduan.proto.AdviceOuterClass.Advice.Builder.class);
|
|
|
- }
|
|
|
-
|
|
|
- // Construct using com.kfzs.duanduan.proto.AdviceOuterClass.Advice.newBuilder()
|
|
|
- private Builder() {
|
|
|
- maybeForceBuilderInitialization();
|
|
|
- }
|
|
|
-
|
|
|
- private Builder(
|
|
|
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
- super(parent);
|
|
|
- maybeForceBuilderInitialization();
|
|
|
- }
|
|
|
- private void maybeForceBuilderInitialization() {
|
|
|
- if (com.google.protobuf.GeneratedMessageV3
|
|
|
- .alwaysUseFieldBuilders) {
|
|
|
- }
|
|
|
- }
|
|
|
- public Builder clear() {
|
|
|
- super.clear();
|
|
|
- id_ = 0;
|
|
|
-
|
|
|
- userId_ = 0;
|
|
|
-
|
|
|
- contactWay_ = "";
|
|
|
-
|
|
|
- type_ = 0;
|
|
|
-
|
|
|
- adviceContent_ = "";
|
|
|
-
|
|
|
- createdTime_ = 0L;
|
|
|
-
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- public com.google.protobuf.Descriptors.Descriptor
|
|
|
- getDescriptorForType() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.internal_static_protobuf_Advice_descriptor;
|
|
|
- }
|
|
|
-
|
|
|
- public com.kfzs.duanduan.proto.AdviceOuterClass.Advice getDefaultInstanceForType() {
|
|
|
- return com.kfzs.duanduan.proto.AdviceOuterClass.Advice.getDefaultInstance();
|
|
|
- }
|
|
|
-
|
|
|
- public com.kfzs.duanduan.proto.AdviceOuterClass.Advice build() {
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice result = buildPartial();
|
|
|
- if (!result.isInitialized()) {
|
|
|
- throw newUninitializedMessageException(result);
|
|
|
- }
|
|
|
- return result;
|
|
|
- }
|
|
|
-
|
|
|
- public com.kfzs.duanduan.proto.AdviceOuterClass.Advice buildPartial() {
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice result = new com.kfzs.duanduan.proto.AdviceOuterClass.Advice(this);
|
|
|
- result.id_ = id_;
|
|
|
- result.userId_ = userId_;
|
|
|
- result.contactWay_ = contactWay_;
|
|
|
- result.type_ = type_;
|
|
|
- result.adviceContent_ = adviceContent_;
|
|
|
- result.createdTime_ = createdTime_;
|
|
|
- onBuilt();
|
|
|
- return result;
|
|
|
- }
|
|
|
-
|
|
|
- public Builder clone() {
|
|
|
- return super.clone();
|
|
|
- }
|
|
|
- public Builder setField(
|
|
|
- com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
- Object value) {
|
|
|
- return super.setField(field, value);
|
|
|
- }
|
|
|
- public Builder clearField(
|
|
|
- com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
- return super.clearField(field);
|
|
|
- }
|
|
|
- public Builder clearOneof(
|
|
|
- com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
- return super.clearOneof(oneof);
|
|
|
- }
|
|
|
- public Builder setRepeatedField(
|
|
|
- com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
- int index, Object value) {
|
|
|
- return super.setRepeatedField(field, index, value);
|
|
|
- }
|
|
|
- public Builder addRepeatedField(
|
|
|
- com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
- Object value) {
|
|
|
- return super.addRepeatedField(field, value);
|
|
|
- }
|
|
|
- public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
- if (other instanceof com.kfzs.duanduan.proto.AdviceOuterClass.Advice) {
|
|
|
- return mergeFrom((com.kfzs.duanduan.proto.AdviceOuterClass.Advice)other);
|
|
|
- } else {
|
|
|
- super.mergeFrom(other);
|
|
|
- return this;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- public Builder mergeFrom(com.kfzs.duanduan.proto.AdviceOuterClass.Advice other) {
|
|
|
- if (other == com.kfzs.duanduan.proto.AdviceOuterClass.Advice.getDefaultInstance()) return this;
|
|
|
- if (other.getId() != 0) {
|
|
|
- setId(other.getId());
|
|
|
- }
|
|
|
- if (other.getUserId() != 0) {
|
|
|
- setUserId(other.getUserId());
|
|
|
- }
|
|
|
- if (!other.getContactWay().isEmpty()) {
|
|
|
- contactWay_ = other.contactWay_;
|
|
|
- onChanged();
|
|
|
- }
|
|
|
- if (other.getType() != 0) {
|
|
|
- setType(other.getType());
|
|
|
- }
|
|
|
- if (!other.getAdviceContent().isEmpty()) {
|
|
|
- adviceContent_ = other.adviceContent_;
|
|
|
- onChanged();
|
|
|
- }
|
|
|
- if (other.getCreatedTime() != 0L) {
|
|
|
- setCreatedTime(other.getCreatedTime());
|
|
|
- }
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- public final boolean isInitialized() {
|
|
|
- return true;
|
|
|
- }
|
|
|
-
|
|
|
- public Builder mergeFrom(
|
|
|
- com.google.protobuf.CodedInputStream input,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws java.io.IOException {
|
|
|
- com.kfzs.duanduan.proto.AdviceOuterClass.Advice parsedMessage = null;
|
|
|
- try {
|
|
|
- parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
- parsedMessage = (com.kfzs.duanduan.proto.AdviceOuterClass.Advice) e.getUnfinishedMessage();
|
|
|
- throw e.unwrapIOException();
|
|
|
- } finally {
|
|
|
- if (parsedMessage != null) {
|
|
|
- mergeFrom(parsedMessage);
|
|
|
- }
|
|
|
- }
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private int id_ ;
|
|
|
- /**
|
|
|
- * <code>int32 Id = 1;</code>
|
|
|
- */
|
|
|
- public int getId() {
|
|
|
- return id_;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 Id = 1;</code>
|
|
|
- */
|
|
|
- public Builder setId(int value) {
|
|
|
-
|
|
|
- id_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 Id = 1;</code>
|
|
|
- */
|
|
|
- public Builder clearId() {
|
|
|
-
|
|
|
- id_ = 0;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private int userId_ ;
|
|
|
- /**
|
|
|
- * <code>int32 UserId = 2;</code>
|
|
|
- */
|
|
|
- public int getUserId() {
|
|
|
- return userId_;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 UserId = 2;</code>
|
|
|
- */
|
|
|
- public Builder setUserId(int value) {
|
|
|
-
|
|
|
- userId_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 UserId = 2;</code>
|
|
|
- */
|
|
|
- public Builder clearUserId() {
|
|
|
-
|
|
|
- userId_ = 0;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private java.lang.Object contactWay_ = "";
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public java.lang.String getContactWay() {
|
|
|
- java.lang.Object ref = contactWay_;
|
|
|
- if (!(ref instanceof java.lang.String)) {
|
|
|
- com.google.protobuf.ByteString bs =
|
|
|
- (com.google.protobuf.ByteString) ref;
|
|
|
- java.lang.String s = bs.toStringUtf8();
|
|
|
- contactWay_ = s;
|
|
|
- return s;
|
|
|
- } else {
|
|
|
- return (java.lang.String) ref;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public com.google.protobuf.ByteString
|
|
|
- getContactWayBytes() {
|
|
|
- java.lang.Object ref = contactWay_;
|
|
|
- if (ref instanceof String) {
|
|
|
- com.google.protobuf.ByteString b =
|
|
|
- com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
- (java.lang.String) ref);
|
|
|
- contactWay_ = b;
|
|
|
- return b;
|
|
|
- } else {
|
|
|
- return (com.google.protobuf.ByteString) ref;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public Builder setContactWay(
|
|
|
- java.lang.String value) {
|
|
|
- if (value == null) {
|
|
|
- throw new NullPointerException();
|
|
|
- }
|
|
|
-
|
|
|
- contactWay_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public Builder clearContactWay() {
|
|
|
-
|
|
|
- contactWay_ = getDefaultInstance().getContactWay();
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string ContactWay = 3;</code>
|
|
|
- */
|
|
|
- public Builder setContactWayBytes(
|
|
|
- com.google.protobuf.ByteString value) {
|
|
|
- if (value == null) {
|
|
|
- throw new NullPointerException();
|
|
|
- }
|
|
|
- checkByteStringIsUtf8(value);
|
|
|
-
|
|
|
- contactWay_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private int type_ ;
|
|
|
- /**
|
|
|
- * <code>int32 Type = 4;</code>
|
|
|
- */
|
|
|
- public int getType() {
|
|
|
- return type_;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 Type = 4;</code>
|
|
|
- */
|
|
|
- public Builder setType(int value) {
|
|
|
-
|
|
|
- type_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int32 Type = 4;</code>
|
|
|
- */
|
|
|
- public Builder clearType() {
|
|
|
-
|
|
|
- type_ = 0;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private java.lang.Object adviceContent_ = "";
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public java.lang.String getAdviceContent() {
|
|
|
- java.lang.Object ref = adviceContent_;
|
|
|
- if (!(ref instanceof java.lang.String)) {
|
|
|
- com.google.protobuf.ByteString bs =
|
|
|
- (com.google.protobuf.ByteString) ref;
|
|
|
- java.lang.String s = bs.toStringUtf8();
|
|
|
- adviceContent_ = s;
|
|
|
- return s;
|
|
|
- } else {
|
|
|
- return (java.lang.String) ref;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public com.google.protobuf.ByteString
|
|
|
- getAdviceContentBytes() {
|
|
|
- java.lang.Object ref = adviceContent_;
|
|
|
- if (ref instanceof String) {
|
|
|
- com.google.protobuf.ByteString b =
|
|
|
- com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
- (java.lang.String) ref);
|
|
|
- adviceContent_ = b;
|
|
|
- return b;
|
|
|
- } else {
|
|
|
- return (com.google.protobuf.ByteString) ref;
|
|
|
- }
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public Builder setAdviceContent(
|
|
|
- java.lang.String value) {
|
|
|
- if (value == null) {
|
|
|
- throw new NullPointerException();
|
|
|
- }
|
|
|
-
|
|
|
- adviceContent_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public Builder clearAdviceContent() {
|
|
|
-
|
|
|
- adviceContent_ = getDefaultInstance().getAdviceContent();
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>string AdviceContent = 5;</code>
|
|
|
- */
|
|
|
- public Builder setAdviceContentBytes(
|
|
|
- com.google.protobuf.ByteString value) {
|
|
|
- if (value == null) {
|
|
|
- throw new NullPointerException();
|
|
|
- }
|
|
|
- checkByteStringIsUtf8(value);
|
|
|
-
|
|
|
- adviceContent_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- private long createdTime_ ;
|
|
|
- /**
|
|
|
- * <code>int64 CreatedTime = 6;</code>
|
|
|
- */
|
|
|
- public long getCreatedTime() {
|
|
|
- return createdTime_;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int64 CreatedTime = 6;</code>
|
|
|
- */
|
|
|
- public Builder setCreatedTime(long value) {
|
|
|
-
|
|
|
- createdTime_ = value;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- /**
|
|
|
- * <code>int64 CreatedTime = 6;</code>
|
|
|
- */
|
|
|
- public Builder clearCreatedTime() {
|
|
|
-
|
|
|
- createdTime_ = 0L;
|
|
|
- onChanged();
|
|
|
- return this;
|
|
|
- }
|
|
|
- public final Builder setUnknownFields(
|
|
|
- final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
- public final Builder mergeUnknownFields(
|
|
|
- final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
- return this;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- // @@protoc_insertion_point(builder_scope:protobuf.Advice)
|
|
|
- }
|
|
|
-
|
|
|
- // @@protoc_insertion_point(class_scope:protobuf.Advice)
|
|
|
- private static final com.kfzs.duanduan.proto.AdviceOuterClass.Advice DEFAULT_INSTANCE;
|
|
|
- static {
|
|
|
- DEFAULT_INSTANCE = new com.kfzs.duanduan.proto.AdviceOuterClass.Advice();
|
|
|
- }
|
|
|
-
|
|
|
- public static com.kfzs.duanduan.proto.AdviceOuterClass.Advice getDefaultInstance() {
|
|
|
- return DEFAULT_INSTANCE;
|
|
|
- }
|
|
|
-
|
|
|
- private static final com.google.protobuf.Parser<Advice>
|
|
|
- PARSER = new com.google.protobuf.AbstractParser<Advice>() {
|
|
|
- public Advice parsePartialFrom(
|
|
|
- com.google.protobuf.CodedInputStream input,
|
|
|
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
- throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
- return new Advice(input, extensionRegistry);
|
|
|
- }
|
|
|
- };
|
|
|
-
|
|
|
- public static com.google.protobuf.Parser<Advice> parser() {
|
|
|
- return PARSER;
|
|
|
- }
|
|
|
-
|
|
|
- @java.lang.Override
|
|
|
- public com.google.protobuf.Parser<Advice> getParserForType() {
|
|
|
- return PARSER;
|
|
|
- }
|
|
|
-
|
|
|
- public com.kfzs.duanduan.proto.AdviceOuterClass.Advice getDefaultInstanceForType() {
|
|
|
- return DEFAULT_INSTANCE;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
- internal_static_protobuf_Advice_descriptor;
|
|
|
- private static final
|
|
|
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
- internal_static_protobuf_Advice_fieldAccessorTable;
|
|
|
-
|
|
|
- public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
- getDescriptor() {
|
|
|
- return descriptor;
|
|
|
- }
|
|
|
- private static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
- descriptor;
|
|
|
- static {
|
|
|
- java.lang.String[] descriptorData = {
|
|
|
- "\n\014advice.proto\022\010protobuf\"r\n\006Advice\022\n\n\002Id" +
|
|
|
- "\030\001 \001(\005\022\016\n\006UserId\030\002 \001(\005\022\022\n\nContactWay\030\003 \001" +
|
|
|
- "(\t\022\014\n\004Type\030\004 \001(\005\022\025\n\rAdviceContent\030\005 \001(\t\022" +
|
|
|
- "\023\n\013CreatedTime\030\006 \001(\003B\031\n\027com.kfzs.duandua" +
|
|
|
- "n.protob\006proto3"
|
|
|
- };
|
|
|
- com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
|
|
- new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
|
|
|
- public com.google.protobuf.ExtensionRegistry assignDescriptors(
|
|
|
- com.google.protobuf.Descriptors.FileDescriptor root) {
|
|
|
- descriptor = root;
|
|
|
- return null;
|
|
|
- }
|
|
|
- };
|
|
|
- com.google.protobuf.Descriptors.FileDescriptor
|
|
|
- .internalBuildGeneratedFileFrom(descriptorData,
|
|
|
- new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
- }, assigner);
|
|
|
- internal_static_protobuf_Advice_descriptor =
|
|
|
- getDescriptor().getMessageTypes().get(0);
|
|
|
- internal_static_protobuf_Advice_fieldAccessorTable = new
|
|
|
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
- internal_static_protobuf_Advice_descriptor,
|
|
|
- new java.lang.String[] { "Id", "UserId", "ContactWay", "Type", "AdviceContent", "CreatedTime", });
|
|
|
- }
|
|
|
-
|
|
|
- // @@protoc_insertion_point(outer_class_scope)
|
|
|
-}
|