123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: ordercenter.proto
- package com.ywt.gapi.ordercenter;
- /**
- * <pre>
- * 支付宝下单响应
- * </pre>
- *
- * Protobuf type {@code com.ywt.gapi.ordercenter.CreateAlipayOrderResponse}
- */
- public final class CreateAlipayOrderResponse extends
- com.google.protobuf.GeneratedMessageV3 implements
- // @@protoc_insertion_point(message_implements:com.ywt.gapi.ordercenter.CreateAlipayOrderResponse)
- CreateAlipayOrderResponseOrBuilder {
- // Use CreateAlipayOrderResponse.newBuilder() to construct.
- private CreateAlipayOrderResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
- super(builder);
- }
- private CreateAlipayOrderResponse() {
- code_ = 0;
- info_ = "";
- tradeNo_ = "";
- orderId_ = 0;
- orderNo_ = "";
- }
- @java.lang.Override
- public final com.google.protobuf.UnknownFieldSet
- getUnknownFields() {
- return com.google.protobuf.UnknownFieldSet.getDefaultInstance();
- }
- private CreateAlipayOrderResponse(
- 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: {
- code_ = input.readInt32();
- break;
- }
- case 18: {
- java.lang.String s = input.readStringRequireUtf8();
- info_ = s;
- break;
- }
- case 26: {
- java.lang.String s = input.readStringRequireUtf8();
- tradeNo_ = s;
- break;
- }
- case 32: {
- orderId_ = input.readInt32();
- break;
- }
- case 42: {
- java.lang.String s = input.readStringRequireUtf8();
- orderNo_ = s;
- 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.ywt.gapi.ordercenter.Ordercenter.internal_static_com_ywt_gapi_ordercenter_CreateAlipayOrderResponse_descriptor;
- }
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internalGetFieldAccessorTable() {
- return com.ywt.gapi.ordercenter.Ordercenter.internal_static_com_ywt_gapi_ordercenter_CreateAlipayOrderResponse_fieldAccessorTable
- .ensureFieldAccessorsInitialized(
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.class, com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.Builder.class);
- }
- public static final int CODE_FIELD_NUMBER = 1;
- private int code_;
- /**
- * <code>int32 code = 1;</code>
- */
- public int getCode() {
- return code_;
- }
- public static final int INFO_FIELD_NUMBER = 2;
- private volatile java.lang.Object info_;
- /**
- * <code>string info = 2;</code>
- */
- public java.lang.String getInfo() {
- java.lang.Object ref = info_;
- 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();
- info_ = s;
- return s;
- }
- }
- /**
- * <code>string info = 2;</code>
- */
- public com.google.protobuf.ByteString
- getInfoBytes() {
- java.lang.Object ref = info_;
- if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- info_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- public static final int TRADENO_FIELD_NUMBER = 3;
- private volatile java.lang.Object tradeNo_;
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public java.lang.String getTradeNo() {
- java.lang.Object ref = tradeNo_;
- 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();
- tradeNo_ = s;
- return s;
- }
- }
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public com.google.protobuf.ByteString
- getTradeNoBytes() {
- java.lang.Object ref = tradeNo_;
- if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- tradeNo_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- public static final int ORDERID_FIELD_NUMBER = 4;
- private int orderId_;
- /**
- * <code>int32 orderId = 4;</code>
- */
- public int getOrderId() {
- return orderId_;
- }
- public static final int ORDERNO_FIELD_NUMBER = 5;
- private volatile java.lang.Object orderNo_;
- /**
- * <code>string orderNo = 5;</code>
- */
- public java.lang.String getOrderNo() {
- java.lang.Object ref = orderNo_;
- 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();
- orderNo_ = s;
- return s;
- }
- }
- /**
- * <code>string orderNo = 5;</code>
- */
- public com.google.protobuf.ByteString
- getOrderNoBytes() {
- java.lang.Object ref = orderNo_;
- if (ref instanceof java.lang.String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- orderNo_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- 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 (code_ != 0) {
- output.writeInt32(1, code_);
- }
- if (!getInfoBytes().isEmpty()) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, info_);
- }
- if (!getTradeNoBytes().isEmpty()) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, tradeNo_);
- }
- if (orderId_ != 0) {
- output.writeInt32(4, orderId_);
- }
- if (!getOrderNoBytes().isEmpty()) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, orderNo_);
- }
- }
- public int getSerializedSize() {
- int size = memoizedSize;
- if (size != -1) return size;
- size = 0;
- if (code_ != 0) {
- size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(1, code_);
- }
- if (!getInfoBytes().isEmpty()) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, info_);
- }
- if (!getTradeNoBytes().isEmpty()) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, tradeNo_);
- }
- if (orderId_ != 0) {
- size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(4, orderId_);
- }
- if (!getOrderNoBytes().isEmpty()) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, orderNo_);
- }
- 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.ywt.gapi.ordercenter.CreateAlipayOrderResponse)) {
- return super.equals(obj);
- }
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponse other = (com.ywt.gapi.ordercenter.CreateAlipayOrderResponse) obj;
- boolean result = true;
- result = result && (getCode()
- == other.getCode());
- result = result && getInfo()
- .equals(other.getInfo());
- result = result && getTradeNo()
- .equals(other.getTradeNo());
- result = result && (getOrderId()
- == other.getOrderId());
- result = result && getOrderNo()
- .equals(other.getOrderNo());
- return result;
- }
- @java.lang.Override
- public int hashCode() {
- if (memoizedHashCode != 0) {
- return memoizedHashCode;
- }
- int hash = 41;
- hash = (19 * hash) + getDescriptor().hashCode();
- hash = (37 * hash) + CODE_FIELD_NUMBER;
- hash = (53 * hash) + getCode();
- hash = (37 * hash) + INFO_FIELD_NUMBER;
- hash = (53 * hash) + getInfo().hashCode();
- hash = (37 * hash) + TRADENO_FIELD_NUMBER;
- hash = (53 * hash) + getTradeNo().hashCode();
- hash = (37 * hash) + ORDERID_FIELD_NUMBER;
- hash = (53 * hash) + getOrderId();
- hash = (37 * hash) + ORDERNO_FIELD_NUMBER;
- hash = (53 * hash) + getOrderNo().hashCode();
- hash = (29 * hash) + unknownFields.hashCode();
- memoizedHashCode = hash;
- return hash;
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- java.nio.ByteBuffer data)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- java.nio.ByteBuffer data,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data, extensionRegistry);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- com.google.protobuf.ByteString data)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- com.google.protobuf.ByteString data,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data, extensionRegistry);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(byte[] data)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- byte[] data,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return PARSER.parseFrom(data, extensionRegistry);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(java.io.InputStream input)
- throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
- .parseWithIOException(PARSER, input);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse 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.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseDelimitedFrom(java.io.InputStream input)
- throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
- .parseDelimitedWithIOException(PARSER, input);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse 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.ywt.gapi.ordercenter.CreateAlipayOrderResponse parseFrom(
- com.google.protobuf.CodedInputStream input)
- throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
- .parseWithIOException(PARSER, input);
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse 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.ywt.gapi.ordercenter.CreateAlipayOrderResponse 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;
- }
- /**
- * <pre>
- * 支付宝下单响应
- * </pre>
- *
- * Protobuf type {@code com.ywt.gapi.ordercenter.CreateAlipayOrderResponse}
- */
- public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
- // @@protoc_insertion_point(builder_implements:com.ywt.gapi.ordercenter.CreateAlipayOrderResponse)
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponseOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return com.ywt.gapi.ordercenter.Ordercenter.internal_static_com_ywt_gapi_ordercenter_CreateAlipayOrderResponse_descriptor;
- }
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
- internalGetFieldAccessorTable() {
- return com.ywt.gapi.ordercenter.Ordercenter.internal_static_com_ywt_gapi_ordercenter_CreateAlipayOrderResponse_fieldAccessorTable
- .ensureFieldAccessorsInitialized(
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.class, com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.Builder.class);
- }
- // Construct using com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.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();
- code_ = 0;
- info_ = "";
- tradeNo_ = "";
- orderId_ = 0;
- orderNo_ = "";
- return this;
- }
- public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return com.ywt.gapi.ordercenter.Ordercenter.internal_static_com_ywt_gapi_ordercenter_CreateAlipayOrderResponse_descriptor;
- }
- public com.ywt.gapi.ordercenter.CreateAlipayOrderResponse getDefaultInstanceForType() {
- return com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.getDefaultInstance();
- }
- public com.ywt.gapi.ordercenter.CreateAlipayOrderResponse build() {
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponse result = buildPartial();
- if (!result.isInitialized()) {
- throw newUninitializedMessageException(result);
- }
- return result;
- }
- public com.ywt.gapi.ordercenter.CreateAlipayOrderResponse buildPartial() {
- com.ywt.gapi.ordercenter.CreateAlipayOrderResponse result = new com.ywt.gapi.ordercenter.CreateAlipayOrderResponse(this);
- result.code_ = code_;
- result.info_ = info_;
- result.tradeNo_ = tradeNo_;
- result.orderId_ = orderId_;
- result.orderNo_ = orderNo_;
- onBuilt();
- return result;
- }
- public Builder clone() {
- return (Builder) super.clone();
- }
- public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
- return (Builder) super.setField(field, value);
- }
- public Builder clearField(
- com.google.protobuf.Descriptors.FieldDescriptor field) {
- return (Builder) super.clearField(field);
- }
- public Builder clearOneof(
- com.google.protobuf.Descriptors.OneofDescriptor oneof) {
- return (Builder) super.clearOneof(oneof);
- }
- public Builder setRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
- return (Builder) super.setRepeatedField(field, index, value);
- }
- public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
- return (Builder) super.addRepeatedField(field, value);
- }
- public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof com.ywt.gapi.ordercenter.CreateAlipayOrderResponse) {
- return mergeFrom((com.ywt.gapi.ordercenter.CreateAlipayOrderResponse)other);
- } else {
- super.mergeFrom(other);
- return this;
- }
- }
- public Builder mergeFrom(com.ywt.gapi.ordercenter.CreateAlipayOrderResponse other) {
- if (other == com.ywt.gapi.ordercenter.CreateAlipayOrderResponse.getDefaultInstance()) return this;
- if (other.getCode() != 0) {
- setCode(other.getCode());
- }
- if (!other.getInfo().isEmpty()) {
- info_ = other.info_;
- onChanged();
- }
- if (!other.getTradeNo().isEmpty()) {
- tradeNo_ = other.tradeNo_;
- onChanged();
- }
- if (other.getOrderId() != 0) {
- setOrderId(other.getOrderId());
- }
- if (!other.getOrderNo().isEmpty()) {
- orderNo_ = other.orderNo_;
- onChanged();
- }
- 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.ywt.gapi.ordercenter.CreateAlipayOrderResponse parsedMessage = null;
- try {
- parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
- } catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (com.ywt.gapi.ordercenter.CreateAlipayOrderResponse) e.getUnfinishedMessage();
- throw e.unwrapIOException();
- } finally {
- if (parsedMessage != null) {
- mergeFrom(parsedMessage);
- }
- }
- return this;
- }
- private int code_ ;
- /**
- * <code>int32 code = 1;</code>
- */
- public int getCode() {
- return code_;
- }
- /**
- * <code>int32 code = 1;</code>
- */
- public Builder setCode(int value) {
-
- code_ = value;
- onChanged();
- return this;
- }
- /**
- * <code>int32 code = 1;</code>
- */
- public Builder clearCode() {
-
- code_ = 0;
- onChanged();
- return this;
- }
- private java.lang.Object info_ = "";
- /**
- * <code>string info = 2;</code>
- */
- public java.lang.String getInfo() {
- java.lang.Object ref = info_;
- if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs =
- (com.google.protobuf.ByteString) ref;
- java.lang.String s = bs.toStringUtf8();
- info_ = s;
- return s;
- } else {
- return (java.lang.String) ref;
- }
- }
- /**
- * <code>string info = 2;</code>
- */
- public com.google.protobuf.ByteString
- getInfoBytes() {
- java.lang.Object ref = info_;
- if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- info_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- /**
- * <code>string info = 2;</code>
- */
- public Builder setInfo(
- java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
-
- info_ = value;
- onChanged();
- return this;
- }
- /**
- * <code>string info = 2;</code>
- */
- public Builder clearInfo() {
-
- info_ = getDefaultInstance().getInfo();
- onChanged();
- return this;
- }
- /**
- * <code>string info = 2;</code>
- */
- public Builder setInfoBytes(
- com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
-
- info_ = value;
- onChanged();
- return this;
- }
- private java.lang.Object tradeNo_ = "";
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public java.lang.String getTradeNo() {
- java.lang.Object ref = tradeNo_;
- if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs =
- (com.google.protobuf.ByteString) ref;
- java.lang.String s = bs.toStringUtf8();
- tradeNo_ = s;
- return s;
- } else {
- return (java.lang.String) ref;
- }
- }
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public com.google.protobuf.ByteString
- getTradeNoBytes() {
- java.lang.Object ref = tradeNo_;
- if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- tradeNo_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public Builder setTradeNo(
- java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
-
- tradeNo_ = value;
- onChanged();
- return this;
- }
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public Builder clearTradeNo() {
-
- tradeNo_ = getDefaultInstance().getTradeNo();
- onChanged();
- return this;
- }
- /**
- * <pre>
- * 支付宝交易号
- * </pre>
- *
- * <code>string tradeNo = 3;</code>
- */
- public Builder setTradeNoBytes(
- com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
-
- tradeNo_ = value;
- onChanged();
- return this;
- }
- private int orderId_ ;
- /**
- * <code>int32 orderId = 4;</code>
- */
- public int getOrderId() {
- return orderId_;
- }
- /**
- * <code>int32 orderId = 4;</code>
- */
- public Builder setOrderId(int value) {
-
- orderId_ = value;
- onChanged();
- return this;
- }
- /**
- * <code>int32 orderId = 4;</code>
- */
- public Builder clearOrderId() {
-
- orderId_ = 0;
- onChanged();
- return this;
- }
- private java.lang.Object orderNo_ = "";
- /**
- * <code>string orderNo = 5;</code>
- */
- public java.lang.String getOrderNo() {
- java.lang.Object ref = orderNo_;
- if (!(ref instanceof java.lang.String)) {
- com.google.protobuf.ByteString bs =
- (com.google.protobuf.ByteString) ref;
- java.lang.String s = bs.toStringUtf8();
- orderNo_ = s;
- return s;
- } else {
- return (java.lang.String) ref;
- }
- }
- /**
- * <code>string orderNo = 5;</code>
- */
- public com.google.protobuf.ByteString
- getOrderNoBytes() {
- java.lang.Object ref = orderNo_;
- if (ref instanceof String) {
- com.google.protobuf.ByteString b =
- com.google.protobuf.ByteString.copyFromUtf8(
- (java.lang.String) ref);
- orderNo_ = b;
- return b;
- } else {
- return (com.google.protobuf.ByteString) ref;
- }
- }
- /**
- * <code>string orderNo = 5;</code>
- */
- public Builder setOrderNo(
- java.lang.String value) {
- if (value == null) {
- throw new NullPointerException();
- }
-
- orderNo_ = value;
- onChanged();
- return this;
- }
- /**
- * <code>string orderNo = 5;</code>
- */
- public Builder clearOrderNo() {
-
- orderNo_ = getDefaultInstance().getOrderNo();
- onChanged();
- return this;
- }
- /**
- * <code>string orderNo = 5;</code>
- */
- public Builder setOrderNoBytes(
- com.google.protobuf.ByteString value) {
- if (value == null) {
- throw new NullPointerException();
- }
- checkByteStringIsUtf8(value);
-
- orderNo_ = value;
- 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:com.ywt.gapi.ordercenter.CreateAlipayOrderResponse)
- }
- // @@protoc_insertion_point(class_scope:com.ywt.gapi.ordercenter.CreateAlipayOrderResponse)
- private static final com.ywt.gapi.ordercenter.CreateAlipayOrderResponse DEFAULT_INSTANCE;
- static {
- DEFAULT_INSTANCE = new com.ywt.gapi.ordercenter.CreateAlipayOrderResponse();
- }
- public static com.ywt.gapi.ordercenter.CreateAlipayOrderResponse getDefaultInstance() {
- return DEFAULT_INSTANCE;
- }
- private static final com.google.protobuf.Parser<CreateAlipayOrderResponse>
- PARSER = new com.google.protobuf.AbstractParser<CreateAlipayOrderResponse>() {
- public CreateAlipayOrderResponse parsePartialFrom(
- com.google.protobuf.CodedInputStream input,
- com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws com.google.protobuf.InvalidProtocolBufferException {
- return new CreateAlipayOrderResponse(input, extensionRegistry);
- }
- };
- public static com.google.protobuf.Parser<CreateAlipayOrderResponse> parser() {
- return PARSER;
- }
- @java.lang.Override
- public com.google.protobuf.Parser<CreateAlipayOrderResponse> getParserForType() {
- return PARSER;
- }
- public com.ywt.gapi.ordercenter.CreateAlipayOrderResponse getDefaultInstanceForType() {
- return DEFAULT_INSTANCE;
- }
- }
|