// 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
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