// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ordercenter.proto package com.ywt.gapi.ordercenter; /** *
 * 支付宝下单响应
 * 
* * 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_; /** * int32 code = 1; */ public int getCode() { return code_; } public static final int INFO_FIELD_NUMBER = 2; private volatile java.lang.Object info_; /** * string info = 2; */ 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; } } /** * string info = 2; */ 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_; /** *
   * 支付宝交易号
   * 
* * string tradeNo = 3; */ 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; } } /** *
   * 支付宝交易号
   * 
* * string tradeNo = 3; */ 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_; /** * int32 orderId = 4; */ public int getOrderId() { return orderId_; } public static final int ORDERNO_FIELD_NUMBER = 5; private volatile java.lang.Object orderNo_; /** * string orderNo = 5; */ 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; } } /** * string orderNo = 5; */ 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; } /** *
   * 支付宝下单响应
   * 
* * Protobuf type {@code com.ywt.gapi.ordercenter.CreateAlipayOrderResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.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_ ; /** * int32 code = 1; */ public int getCode() { return code_; } /** * int32 code = 1; */ public Builder setCode(int value) { code_ = value; onChanged(); return this; } /** * int32 code = 1; */ public Builder clearCode() { code_ = 0; onChanged(); return this; } private java.lang.Object info_ = ""; /** * string info = 2; */ 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; } } /** * string info = 2; */ 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; } } /** * string info = 2; */ public Builder setInfo( java.lang.String value) { if (value == null) { throw new NullPointerException(); } info_ = value; onChanged(); return this; } /** * string info = 2; */ public Builder clearInfo() { info_ = getDefaultInstance().getInfo(); onChanged(); return this; } /** * string info = 2; */ 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_ = ""; /** *
     * 支付宝交易号
     * 
* * string tradeNo = 3; */ 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; } } /** *
     * 支付宝交易号
     * 
* * string tradeNo = 3; */ 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; } } /** *
     * 支付宝交易号
     * 
* * string tradeNo = 3; */ public Builder setTradeNo( java.lang.String value) { if (value == null) { throw new NullPointerException(); } tradeNo_ = value; onChanged(); return this; } /** *
     * 支付宝交易号
     * 
* * string tradeNo = 3; */ public Builder clearTradeNo() { tradeNo_ = getDefaultInstance().getTradeNo(); onChanged(); return this; } /** *
     * 支付宝交易号
     * 
* * string tradeNo = 3; */ public Builder setTradeNoBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); tradeNo_ = value; onChanged(); return this; } private int orderId_ ; /** * int32 orderId = 4; */ public int getOrderId() { return orderId_; } /** * int32 orderId = 4; */ public Builder setOrderId(int value) { orderId_ = value; onChanged(); return this; } /** * int32 orderId = 4; */ public Builder clearOrderId() { orderId_ = 0; onChanged(); return this; } private java.lang.Object orderNo_ = ""; /** * string orderNo = 5; */ 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; } } /** * string orderNo = 5; */ 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; } } /** * string orderNo = 5; */ public Builder setOrderNo( java.lang.String value) { if (value == null) { throw new NullPointerException(); } orderNo_ = value; onChanged(); return this; } /** * string orderNo = 5; */ public Builder clearOrderNo() { orderNo_ = getDefaultInstance().getOrderNo(); onChanged(); return this; } /** * string orderNo = 5; */ 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 PARSER = new com.google.protobuf.AbstractParser() { 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 parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.ywt.gapi.ordercenter.CreateAlipayOrderResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }