2023-04-01 10:32:25 +08:00
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
// source: BatchBuyGoodsRsp.proto
|
|
|
|
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
|
|
|
|
public final class BatchBuyGoodsRspOuterClass {
|
|
|
|
private BatchBuyGoodsRspOuterClass() {}
|
|
|
|
|
|
|
|
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 BatchBuyGoodsRspOrBuilder
|
|
|
|
extends
|
|
|
|
// @@protoc_insertion_point(interface_extends:BatchBuyGoodsRsp)
|
|
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
getBuyGoodsListList();
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam getBuyGoodsList(int index);
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
int getBuyGoodsListCount();
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
java.util.List<
|
|
|
|
? extends emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>
|
|
|
|
getBuyGoodsListOrBuilderList();
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder
|
|
|
|
getBuyGoodsListOrBuilder(int index);
|
|
|
|
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods> getGoodsListList();
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods getGoodsList(int index);
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
int getGoodsListCount();
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
java.util.List<? extends emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>
|
|
|
|
getGoodsListOrBuilderList();
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder getGoodsListOrBuilder(
|
|
|
|
int index);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <code>int32 retcode = 11;</code>
|
|
|
|
*
|
|
|
|
* @return The retcode.
|
|
|
|
*/
|
|
|
|
int getRetcode();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <code>uint32 shop_type = 13;</code>
|
|
|
|
*
|
|
|
|
* @return The shopType.
|
|
|
|
*/
|
|
|
|
int getShopType();
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* <pre>
|
|
|
|
* Name: LMIKBGJFDOA
|
|
|
|
* CmdId: 750
|
|
|
|
* </pre>
|
|
|
|
*
|
|
|
|
* Protobuf type {@code BatchBuyGoodsRsp}
|
|
|
|
*/
|
|
|
|
public static final class BatchBuyGoodsRsp extends com.google.protobuf.GeneratedMessageV3
|
|
|
|
implements
|
|
|
|
// @@protoc_insertion_point(message_implements:BatchBuyGoodsRsp)
|
|
|
|
BatchBuyGoodsRspOrBuilder {
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
// Use BatchBuyGoodsRsp.newBuilder() to construct.
|
|
|
|
private BatchBuyGoodsRsp(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
super(builder);
|
|
|
|
}
|
|
|
|
|
|
|
|
private BatchBuyGoodsRsp() {
|
|
|
|
buyGoodsList_ = java.util.Collections.emptyList();
|
|
|
|
goodsList_ = java.util.Collections.emptyList();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
|
|
|
|
return new BatchBuyGoodsRsp();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
|
|
|
|
return this.unknownFields;
|
|
|
|
}
|
|
|
|
|
|
|
|
private BatchBuyGoodsRsp(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
this();
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
}
|
|
|
|
int mutable_bitField0_ = 0;
|
|
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
|
try {
|
|
|
|
boolean done = false;
|
|
|
|
while (!done) {
|
|
|
|
int tag = input.readTag();
|
|
|
|
switch (tag) {
|
|
|
|
case 0:
|
|
|
|
done = true;
|
|
|
|
break;
|
|
|
|
case 74:
|
|
|
|
{
|
|
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
buyGoodsList_ =
|
|
|
|
new java.util.ArrayList<
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>();
|
|
|
|
mutable_bitField0_ |= 0x00000001;
|
|
|
|
}
|
|
|
|
buyGoodsList_.add(
|
|
|
|
input.readMessage(
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.parser(),
|
|
|
|
extensionRegistry));
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 88:
|
|
|
|
{
|
|
|
|
retcode_ = input.readInt32();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 104:
|
|
|
|
{
|
|
|
|
shopType_ = input.readUInt32();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 122:
|
|
|
|
{
|
|
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
|
|
goodsList_ =
|
|
|
|
new java.util.ArrayList<
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods>();
|
|
|
|
mutable_bitField0_ |= 0x00000002;
|
|
|
|
}
|
|
|
|
goodsList_.add(
|
|
|
|
input.readMessage(
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.parser(),
|
|
|
|
extensionRegistry));
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
{
|
|
|
|
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
done = true;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
} catch (java.io.IOException e) {
|
|
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
|
|
|
|
} finally {
|
|
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
buyGoodsList_ = java.util.Collections.unmodifiableList(buyGoodsList_);
|
|
|
|
}
|
|
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
|
|
goodsList_ = java.util.Collections.unmodifiableList(goodsList_);
|
|
|
|
}
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass
|
|
|
|
.internal_static_BatchBuyGoodsRsp_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass
|
|
|
|
.internal_static_BatchBuyGoodsRsp_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp.class,
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp.Builder.class);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int BUY_GOODS_LIST_FIELD_NUMBER = 9;
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
buyGoodsList_;
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
getBuyGoodsListList() {
|
|
|
|
return buyGoodsList_;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public java.util.List<
|
|
|
|
? extends emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>
|
|
|
|
getBuyGoodsListOrBuilderList() {
|
|
|
|
return buyGoodsList_;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public int getBuyGoodsListCount() {
|
|
|
|
return buyGoodsList_.size();
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam getBuyGoodsList(
|
|
|
|
int index) {
|
|
|
|
return buyGoodsList_.get(index);
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder
|
|
|
|
getBuyGoodsListOrBuilder(int index) {
|
|
|
|
return buyGoodsList_.get(index);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int GOODS_LIST_FIELD_NUMBER = 15;
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods> goodsList_;
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods>
|
|
|
|
getGoodsListList() {
|
|
|
|
return goodsList_;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public java.util.List<
|
|
|
|
? extends emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>
|
|
|
|
getGoodsListOrBuilderList() {
|
|
|
|
return goodsList_;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public int getGoodsListCount() {
|
|
|
|
return goodsList_.size();
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods getGoodsList(int index) {
|
|
|
|
return goodsList_.get(index);
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder getGoodsListOrBuilder(
|
|
|
|
int index) {
|
|
|
|
return goodsList_.get(index);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int RETCODE_FIELD_NUMBER = 11;
|
|
|
|
private int retcode_;
|
|
|
|
/**
|
|
|
|
* <code>int32 retcode = 11;</code>
|
|
|
|
*
|
|
|
|
* @return The retcode.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getRetcode() {
|
|
|
|
return retcode_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int SHOP_TYPE_FIELD_NUMBER = 13;
|
|
|
|
private int shopType_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 shop_type = 13;</code>
|
|
|
|
*
|
|
|
|
* @return The shopType.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getShopType() {
|
|
|
|
return shopType_;
|
|
|
|
}
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
if (isInitialized == 0) return false;
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
|
|
|
|
for (int i = 0; i < buyGoodsList_.size(); i++) {
|
|
|
|
output.writeMessage(9, buyGoodsList_.get(i));
|
|
|
|
}
|
|
|
|
if (retcode_ != 0) {
|
|
|
|
output.writeInt32(11, retcode_);
|
|
|
|
}
|
|
|
|
if (shopType_ != 0) {
|
|
|
|
output.writeUInt32(13, shopType_);
|
|
|
|
}
|
|
|
|
for (int i = 0; i < goodsList_.size(); i++) {
|
|
|
|
output.writeMessage(15, goodsList_.get(i));
|
|
|
|
}
|
|
|
|
unknownFields.writeTo(output);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int getSerializedSize() {
|
|
|
|
int size = memoizedSize;
|
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
size = 0;
|
|
|
|
for (int i = 0; i < buyGoodsList_.size(); i++) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, buyGoodsList_.get(i));
|
|
|
|
}
|
|
|
|
if (retcode_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream.computeInt32Size(11, retcode_);
|
|
|
|
}
|
|
|
|
if (shopType_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream.computeUInt32Size(13, shopType_);
|
|
|
|
}
|
|
|
|
for (int i = 0; i < goodsList_.size(); i++) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream.computeMessageSize(15, goodsList_.get(i));
|
|
|
|
}
|
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
memoizedSize = size;
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
if (obj == this) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (!(obj instanceof emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp)) {
|
|
|
|
return super.equals(obj);
|
|
|
|
}
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp other =
|
|
|
|
(emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp) obj;
|
|
|
|
|
|
|
|
if (!getBuyGoodsListList().equals(other.getBuyGoodsListList())) return false;
|
|
|
|
if (!getGoodsListList().equals(other.getGoodsListList())) return false;
|
|
|
|
if (getRetcode() != other.getRetcode()) return false;
|
|
|
|
if (getShopType() != other.getShopType()) return false;
|
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int hashCode() {
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
return memoizedHashCode;
|
|
|
|
}
|
|
|
|
int hash = 41;
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
|
if (getBuyGoodsListCount() > 0) {
|
|
|
|
hash = (37 * hash) + BUY_GOODS_LIST_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getBuyGoodsListList().hashCode();
|
|
|
|
}
|
|
|
|
if (getGoodsListCount() > 0) {
|
|
|
|
hash = (37 * hash) + GOODS_LIST_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getGoodsListList().hashCode();
|
|
|
|
}
|
|
|
|
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getRetcode();
|
|
|
|
hash = (37 * hash) + SHOP_TYPE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getShopType();
|
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
com.google.protobuf.ByteString data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
com.google.protobuf.ByteString data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
java.io.InputStream input) throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp 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 emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
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 emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
|
|
|
|
PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder newBuilderForType() {
|
|
|
|
return newBuilder();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static Builder newBuilder() {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static Builder newBuilder(
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp prototype) {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder toBuilder() {
|
|
|
|
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* <pre>
|
|
|
|
* Name: LMIKBGJFDOA
|
|
|
|
* CmdId: 750
|
|
|
|
* </pre>
|
|
|
|
*
|
|
|
|
* Protobuf type {@code BatchBuyGoodsRsp}
|
|
|
|
*/
|
|
|
|
public static final class Builder
|
|
|
|
extends com.google.protobuf.GeneratedMessageV3.Builder<Builder>
|
|
|
|
implements
|
|
|
|
// @@protoc_insertion_point(builder_implements:BatchBuyGoodsRsp)
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRspOrBuilder {
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass
|
|
|
|
.internal_static_BatchBuyGoodsRsp_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass
|
|
|
|
.internal_static_BatchBuyGoodsRsp_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp.class,
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp.Builder
|
|
|
|
.class);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Construct using
|
|
|
|
// emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp.newBuilder()
|
|
|
|
private Builder() {
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
|
|
|
|
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
super(parent);
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
|
|
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
|
|
|
|
getBuyGoodsListFieldBuilder();
|
|
|
|
getGoodsListFieldBuilder();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clear() {
|
|
|
|
super.clear();
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
buyGoodsList_ = java.util.Collections.emptyList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.clear();
|
|
|
|
}
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
goodsList_ = java.util.Collections.emptyList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.clear();
|
|
|
|
}
|
|
|
|
retcode_ = 0;
|
|
|
|
|
|
|
|
shopType_ = 0;
|
|
|
|
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass
|
|
|
|
.internal_static_BatchBuyGoodsRsp_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
getDefaultInstanceForType() {
|
|
|
|
return emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
.getDefaultInstance();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp build() {
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp result =
|
|
|
|
buildPartial();
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp buildPartial() {
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp result =
|
|
|
|
new emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp(this);
|
|
|
|
int from_bitField0_ = bitField0_;
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
buyGoodsList_ = java.util.Collections.unmodifiableList(buyGoodsList_);
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
}
|
|
|
|
result.buyGoodsList_ = buyGoodsList_;
|
|
|
|
} else {
|
|
|
|
result.buyGoodsList_ = buyGoodsListBuilder_.build();
|
|
|
|
}
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
|
|
goodsList_ = java.util.Collections.unmodifiableList(goodsList_);
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
}
|
|
|
|
result.goodsList_ = goodsList_;
|
|
|
|
} else {
|
|
|
|
result.goodsList_ = goodsListBuilder_.build();
|
|
|
|
}
|
|
|
|
result.retcode_ = retcode_;
|
|
|
|
result.shopType_ = shopType_;
|
|
|
|
onBuilt();
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clone() {
|
|
|
|
return super.clone();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
|
|
|
|
return super.setField(field, value);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
|
return super.clearField(field);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
int index,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
|
if (other
|
|
|
|
instanceof emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp) {
|
|
|
|
return mergeFrom(
|
|
|
|
(emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp) other);
|
|
|
|
} else {
|
|
|
|
super.mergeFrom(other);
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public Builder mergeFrom(
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp other) {
|
|
|
|
if (other
|
|
|
|
== emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
.getDefaultInstance()) return this;
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
if (!other.buyGoodsList_.isEmpty()) {
|
|
|
|
if (buyGoodsList_.isEmpty()) {
|
|
|
|
buyGoodsList_ = other.buyGoodsList_;
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
} else {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.addAll(other.buyGoodsList_);
|
|
|
|
}
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
if (!other.buyGoodsList_.isEmpty()) {
|
|
|
|
if (buyGoodsListBuilder_.isEmpty()) {
|
|
|
|
buyGoodsListBuilder_.dispose();
|
|
|
|
buyGoodsListBuilder_ = null;
|
|
|
|
buyGoodsList_ = other.buyGoodsList_;
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
buyGoodsListBuilder_ =
|
|
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
|
|
|
|
? getBuyGoodsListFieldBuilder()
|
|
|
|
: null;
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addAllMessages(other.buyGoodsList_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
if (!other.goodsList_.isEmpty()) {
|
|
|
|
if (goodsList_.isEmpty()) {
|
|
|
|
goodsList_ = other.goodsList_;
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
} else {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.addAll(other.goodsList_);
|
|
|
|
}
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
if (!other.goodsList_.isEmpty()) {
|
|
|
|
if (goodsListBuilder_.isEmpty()) {
|
|
|
|
goodsListBuilder_.dispose();
|
|
|
|
goodsListBuilder_ = null;
|
|
|
|
goodsList_ = other.goodsList_;
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
goodsListBuilder_ =
|
|
|
|
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
|
|
|
|
? getGoodsListFieldBuilder()
|
|
|
|
: null;
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addAllMessages(other.goodsList_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (other.getRetcode() != 0) {
|
|
|
|
setRetcode(other.getRetcode());
|
|
|
|
}
|
|
|
|
if (other.getShopType() != 0) {
|
|
|
|
setShopType(other.getShopType());
|
|
|
|
}
|
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp parsedMessage = null;
|
|
|
|
try {
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
parsedMessage =
|
|
|
|
(emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp)
|
|
|
|
e.getUnfinishedMessage();
|
|
|
|
throw e.unwrapIOException();
|
|
|
|
} finally {
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
private int bitField0_;
|
|
|
|
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
buyGoodsList_ = java.util.Collections.emptyList();
|
|
|
|
|
|
|
|
private void ensureBuyGoodsListIsMutable() {
|
|
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
buyGoodsList_ =
|
|
|
|
new java.util.ArrayList<
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>(buyGoodsList_);
|
|
|
|
bitField0_ |= 0x00000001;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>
|
|
|
|
buyGoodsListBuilder_;
|
|
|
|
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
getBuyGoodsListList() {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
return java.util.Collections.unmodifiableList(buyGoodsList_);
|
|
|
|
} else {
|
|
|
|
return buyGoodsListBuilder_.getMessageList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public int getBuyGoodsListCount() {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
return buyGoodsList_.size();
|
|
|
|
} else {
|
|
|
|
return buyGoodsListBuilder_.getCount();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam getBuyGoodsList(
|
|
|
|
int index) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
return buyGoodsList_.get(index);
|
|
|
|
} else {
|
|
|
|
return buyGoodsListBuilder_.getMessage(index);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder setBuyGoodsList(
|
|
|
|
int index, emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam value) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.set(index, value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.setMessage(index, value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder setBuyGoodsList(
|
|
|
|
int index,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder builderForValue) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.set(index, builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.setMessage(index, builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder addBuyGoodsList(
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam value) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.add(value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addMessage(value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder addBuyGoodsList(
|
|
|
|
int index, emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam value) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.add(index, value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addMessage(index, value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder addBuyGoodsList(
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder builderForValue) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.add(builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addMessage(builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder addBuyGoodsList(
|
|
|
|
int index,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder builderForValue) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.add(index, builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addMessage(index, builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder addAllBuyGoodsList(
|
|
|
|
java.lang.Iterable<
|
|
|
|
? extends emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam>
|
|
|
|
values) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, buyGoodsList_);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.addAllMessages(values);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder clearBuyGoodsList() {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
buyGoodsList_ = java.util.Collections.emptyList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.clear();
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public Builder removeBuyGoodsList(int index) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
ensureBuyGoodsListIsMutable();
|
|
|
|
buyGoodsList_.remove(index);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
buyGoodsListBuilder_.remove(index);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder
|
|
|
|
getBuyGoodsListBuilder(int index) {
|
|
|
|
return getBuyGoodsListFieldBuilder().getBuilder(index);
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder
|
|
|
|
getBuyGoodsListOrBuilder(int index) {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
return buyGoodsList_.get(index);
|
|
|
|
} else {
|
|
|
|
return buyGoodsListBuilder_.getMessageOrBuilder(index);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public java.util.List<
|
|
|
|
? extends emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>
|
|
|
|
getBuyGoodsListOrBuilderList() {
|
|
|
|
if (buyGoodsListBuilder_ != null) {
|
|
|
|
return buyGoodsListBuilder_.getMessageOrBuilderList();
|
|
|
|
} else {
|
|
|
|
return java.util.Collections.unmodifiableList(buyGoodsList_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder
|
|
|
|
addBuyGoodsListBuilder() {
|
|
|
|
return getBuyGoodsListFieldBuilder()
|
|
|
|
.addBuilder(
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam
|
|
|
|
.getDefaultInstance());
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder
|
|
|
|
addBuyGoodsListBuilder(int index) {
|
|
|
|
return getBuyGoodsListFieldBuilder()
|
|
|
|
.addBuilder(
|
|
|
|
index,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam
|
|
|
|
.getDefaultInstance());
|
|
|
|
}
|
|
|
|
/** <code>repeated .BuyGoodsParam buy_goods_list = 9;</code> */
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder>
|
|
|
|
getBuyGoodsListBuilderList() {
|
|
|
|
return getBuyGoodsListFieldBuilder().getBuilderList();
|
|
|
|
}
|
|
|
|
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>
|
|
|
|
getBuyGoodsListFieldBuilder() {
|
|
|
|
if (buyGoodsListBuilder_ == null) {
|
|
|
|
buyGoodsListBuilder_ =
|
|
|
|
new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParam.Builder,
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.BuyGoodsParamOrBuilder>(
|
|
|
|
buyGoodsList_,
|
|
|
|
((bitField0_ & 0x00000001) != 0),
|
|
|
|
getParentForChildren(),
|
|
|
|
isClean());
|
|
|
|
buyGoodsList_ = null;
|
|
|
|
}
|
|
|
|
return buyGoodsListBuilder_;
|
|
|
|
}
|
|
|
|
|
|
|
|
private java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods> goodsList_ =
|
|
|
|
java.util.Collections.emptyList();
|
|
|
|
|
|
|
|
private void ensureGoodsListIsMutable() {
|
|
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
|
|
goodsList_ =
|
|
|
|
new java.util.ArrayList<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods>(
|
|
|
|
goodsList_);
|
|
|
|
bitField0_ |= 0x00000002;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>
|
|
|
|
goodsListBuilder_;
|
|
|
|
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods>
|
|
|
|
getGoodsListList() {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
return java.util.Collections.unmodifiableList(goodsList_);
|
|
|
|
} else {
|
|
|
|
return goodsListBuilder_.getMessageList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public int getGoodsListCount() {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
return goodsList_.size();
|
|
|
|
} else {
|
|
|
|
return goodsListBuilder_.getCount();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods getGoodsList(int index) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
return goodsList_.get(index);
|
|
|
|
} else {
|
|
|
|
return goodsListBuilder_.getMessage(index);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder setGoodsList(
|
|
|
|
int index, emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods value) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.set(index, value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.setMessage(index, value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder setGoodsList(
|
|
|
|
int index,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder builderForValue) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.set(index, builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.setMessage(index, builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder addGoodsList(emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods value) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.add(value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addMessage(value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder addGoodsList(
|
|
|
|
int index, emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods value) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.add(index, value);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addMessage(index, value);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder addGoodsList(
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder builderForValue) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.add(builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addMessage(builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder addGoodsList(
|
|
|
|
int index,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder builderForValue) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.add(index, builderForValue.build());
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addMessage(index, builderForValue.build());
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder addAllGoodsList(
|
|
|
|
java.lang.Iterable<? extends emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods>
|
|
|
|
values) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, goodsList_);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.addAllMessages(values);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder clearGoodsList() {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
goodsList_ = java.util.Collections.emptyList();
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.clear();
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public Builder removeGoodsList(int index) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
ensureGoodsListIsMutable();
|
|
|
|
goodsList_.remove(index);
|
|
|
|
onChanged();
|
|
|
|
} else {
|
|
|
|
goodsListBuilder_.remove(index);
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder getGoodsListBuilder(
|
|
|
|
int index) {
|
|
|
|
return getGoodsListFieldBuilder().getBuilder(index);
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder getGoodsListOrBuilder(
|
|
|
|
int index) {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
return goodsList_.get(index);
|
|
|
|
} else {
|
|
|
|
return goodsListBuilder_.getMessageOrBuilder(index);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public java.util.List<
|
|
|
|
? extends emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>
|
|
|
|
getGoodsListOrBuilderList() {
|
|
|
|
if (goodsListBuilder_ != null) {
|
|
|
|
return goodsListBuilder_.getMessageOrBuilderList();
|
|
|
|
} else {
|
|
|
|
return java.util.Collections.unmodifiableList(goodsList_);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder addGoodsListBuilder() {
|
|
|
|
return getGoodsListFieldBuilder()
|
|
|
|
.addBuilder(
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.getDefaultInstance());
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder addGoodsListBuilder(
|
|
|
|
int index) {
|
|
|
|
return getGoodsListFieldBuilder()
|
|
|
|
.addBuilder(
|
|
|
|
index,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.getDefaultInstance());
|
|
|
|
}
|
|
|
|
/** <code>repeated .ShopGoods goods_list = 15;</code> */
|
|
|
|
public java.util.List<emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder>
|
|
|
|
getGoodsListBuilderList() {
|
|
|
|
return getGoodsListFieldBuilder().getBuilderList();
|
|
|
|
}
|
|
|
|
|
|
|
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>
|
|
|
|
getGoodsListFieldBuilder() {
|
|
|
|
if (goodsListBuilder_ == null) {
|
|
|
|
goodsListBuilder_ =
|
|
|
|
new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoods.Builder,
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.ShopGoodsOrBuilder>(
|
|
|
|
goodsList_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
|
|
|
|
goodsList_ = null;
|
|
|
|
}
|
|
|
|
return goodsListBuilder_;
|
|
|
|
}
|
|
|
|
|
|
|
|
private int retcode_;
|
|
|
|
/**
|
|
|
|
* <code>int32 retcode = 11;</code>
|
|
|
|
*
|
|
|
|
* @return The retcode.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getRetcode() {
|
|
|
|
return retcode_;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>int32 retcode = 11;</code>
|
|
|
|
*
|
|
|
|
* @param value The retcode to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setRetcode(int value) {
|
|
|
|
|
|
|
|
retcode_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>int32 retcode = 11;</code>
|
|
|
|
*
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearRetcode() {
|
|
|
|
|
|
|
|
retcode_ = 0;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
private int shopType_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 shop_type = 13;</code>
|
|
|
|
*
|
|
|
|
* @return The shopType.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getShopType() {
|
|
|
|
return shopType_;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 shop_type = 13;</code>
|
|
|
|
*
|
|
|
|
* @param value The shopType to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setShopType(int value) {
|
|
|
|
|
|
|
|
shopType_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 shop_type = 13;</code>
|
|
|
|
*
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearShopType() {
|
|
|
|
|
|
|
|
shopType_ = 0;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:BatchBuyGoodsRsp)
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:BatchBuyGoodsRsp)
|
|
|
|
private static final emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
DEFAULT_INSTANCE;
|
|
|
|
|
|
|
|
static {
|
|
|
|
DEFAULT_INSTANCE =
|
|
|
|
new emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
getDefaultInstance() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Parser<BatchBuyGoodsRsp> PARSER =
|
|
|
|
new com.google.protobuf.AbstractParser<BatchBuyGoodsRsp>() {
|
|
|
|
@java.lang.Override
|
|
|
|
public BatchBuyGoodsRsp parsePartialFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return new BatchBuyGoodsRsp(input, extensionRegistry);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
public static com.google.protobuf.Parser<BatchBuyGoodsRsp> parser() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Parser<BatchBuyGoodsRsp> getParserForType() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.BatchBuyGoodsRspOuterClass.BatchBuyGoodsRsp
|
|
|
|
getDefaultInstanceForType() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
internal_static_BatchBuyGoodsRsp_descriptor;
|
|
|
|
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internal_static_BatchBuyGoodsRsp_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\026BatchBuyGoodsRsp.proto\032\023BuyGoodsParam."
|
|
|
|
+ "proto\032\017ShopGoods.proto\"~\n\020BatchBuyGoodsR"
|
|
|
|
+ "sp\022&\n\016buy_goods_list\030\t \003(\0132\016.BuyGoodsPar"
|
|
|
|
+ "am\022\036\n\ngoods_list\030\017 \003(\0132\n.ShopGoods\022\017\n\007re"
|
|
|
|
+ "tcode\030\013 \001(\005\022\021\n\tshop_type\030\r \001(\rB\033\n\031emu.gr"
|
|
|
|
+ "asscutter.net.protob\006proto3"
|
|
|
|
};
|
|
|
|
descriptor =
|
|
|
|
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
|
|
|
|
descriptorData,
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.getDescriptor(),
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.getDescriptor(),
|
|
|
|
});
|
|
|
|
internal_static_BatchBuyGoodsRsp_descriptor = getDescriptor().getMessageTypes().get(0);
|
|
|
|
internal_static_BatchBuyGoodsRsp_fieldAccessorTable =
|
|
|
|
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
internal_static_BatchBuyGoodsRsp_descriptor,
|
|
|
|
new java.lang.String[] {
|
|
|
|
"BuyGoodsList", "GoodsList", "Retcode", "ShopType",
|
|
|
|
});
|
|
|
|
emu.grasscutter.net.proto.BuyGoodsParamOuterClass.getDescriptor();
|
|
|
|
emu.grasscutter.net.proto.ShopGoodsOuterClass.getDescriptor();
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
}
|