com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/api/bq_withdrawals_service.proto
package com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice;
public final class BqWithdrawalsService {
private BqWithdrawalsService() {}
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 InitiateWithdrawalsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
java.lang.String getMerchandisingloanId();
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
com.google.protobuf.ByteString
getMerchandisingloanIdBytes();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return Whether the withdrawals field is set.
*/
boolean hasWithdrawals();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return The withdrawals.
*/
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest}
*/
public static final class InitiateWithdrawalsRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest)
InitiateWithdrawalsRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use InitiateWithdrawalsRequest.newBuilder() to construct.
private InitiateWithdrawalsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private InitiateWithdrawalsRequest() {
merchandisingloanId_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new InitiateWithdrawalsRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private InitiateWithdrawalsRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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 10: {
java.lang.String s = input.readStringRequireUtf8();
merchandisingloanId_ = s;
break;
}
case 18: {
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder subBuilder = null;
if (withdrawals_ != null) {
subBuilder = withdrawals_.toBuilder();
}
withdrawals_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(withdrawals_);
withdrawals_ = subBuilder.buildPartial();
}
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 {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.Builder.class);
}
public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
private volatile java.lang.Object merchandisingloanId_;
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
@java.lang.Override
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
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();
merchandisingloanId_ = s;
return s;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int WITHDRAWALS_FIELD_NUMBER = 2;
private com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals withdrawals_;
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return Whether the withdrawals field is set.
*/
@java.lang.Override
public boolean hasWithdrawals() {
return withdrawals_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return The withdrawals.
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals() {
return withdrawals_ == null ? com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder() {
return getWithdrawals();
}
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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
}
if (withdrawals_ != null) {
output.writeMessage(2, getWithdrawals());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
}
if (withdrawals_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getWithdrawals());
}
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest) obj;
if (!getMerchandisingloanId()
.equals(other.getMerchandisingloanId())) return false;
if (hasWithdrawals() != other.hasWithdrawals()) return false;
if (hasWithdrawals()) {
if (!getWithdrawals()
.equals(other.getWithdrawals())) 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();
hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
hash = (53 * hash) + getMerchandisingloanId().hashCode();
if (hasWithdrawals()) {
hash = (37 * hash) + WITHDRAWALS_FIELD_NUMBER;
hash = (53 * hash) + getWithdrawals().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest 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(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest 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;
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest)
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
merchandisingloanId_ = "";
if (withdrawalsBuilder_ == null) {
withdrawals_ = null;
} else {
withdrawals_ = null;
withdrawalsBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest build() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest buildPartial() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest(this);
result.merchandisingloanId_ = merchandisingloanId_;
if (withdrawalsBuilder_ == null) {
result.withdrawals_ = withdrawals_;
} else {
result.withdrawals_ = withdrawalsBuilder_.build();
}
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest other) {
if (other == com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest.getDefaultInstance()) return this;
if (!other.getMerchandisingloanId().isEmpty()) {
merchandisingloanId_ = other.merchandisingloanId_;
onChanged();
}
if (other.hasWithdrawals()) {
mergeWithdrawals(other.getWithdrawals());
}
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 {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object merchandisingloanId_ = "";
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
merchandisingloanId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string merchandisingloanId = 1;
* @param value The merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
merchandisingloanId_ = value;
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @return This builder for chaining.
*/
public Builder clearMerchandisingloanId() {
merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @param value The bytes for merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
merchandisingloanId_ = value;
onChanged();
return this;
}
private com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals withdrawals_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder> withdrawalsBuilder_;
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return Whether the withdrawals field is set.
*/
public boolean hasWithdrawals() {
return withdrawalsBuilder_ != null || withdrawals_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
* @return The withdrawals.
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals() {
if (withdrawalsBuilder_ == null) {
return withdrawals_ == null ? com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
} else {
return withdrawalsBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public Builder setWithdrawals(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals value) {
if (withdrawalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
withdrawals_ = value;
onChanged();
} else {
withdrawalsBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public Builder setWithdrawals(
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder builderForValue) {
if (withdrawalsBuilder_ == null) {
withdrawals_ = builderForValue.build();
onChanged();
} else {
withdrawalsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public Builder mergeWithdrawals(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals value) {
if (withdrawalsBuilder_ == null) {
if (withdrawals_ != null) {
withdrawals_ =
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.newBuilder(withdrawals_).mergeFrom(value).buildPartial();
} else {
withdrawals_ = value;
}
onChanged();
} else {
withdrawalsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public Builder clearWithdrawals() {
if (withdrawalsBuilder_ == null) {
withdrawals_ = null;
onChanged();
} else {
withdrawals_ = null;
withdrawalsBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder getWithdrawalsBuilder() {
onChanged();
return getWithdrawalsFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder() {
if (withdrawalsBuilder_ != null) {
return withdrawalsBuilder_.getMessageOrBuilder();
} else {
return withdrawals_ == null ?
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder>
getWithdrawalsFieldBuilder() {
if (withdrawalsBuilder_ == null) {
withdrawalsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder>(
getWithdrawals(),
getParentForChildren(),
isClean());
withdrawals_ = null;
}
return withdrawalsBuilder_;
}
@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:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.InitiateWithdrawalsRequest)
private static final com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest();
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public InitiateWithdrawalsRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new InitiateWithdrawalsRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.InitiateWithdrawalsRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface RetrieveWithdrawalsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
java.lang.String getMerchandisingloanId();
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
com.google.protobuf.ByteString
getMerchandisingloanIdBytes();
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
java.lang.String getWithdrawalsId();
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
com.google.protobuf.ByteString
getWithdrawalsIdBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest}
*/
public static final class RetrieveWithdrawalsRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest)
RetrieveWithdrawalsRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use RetrieveWithdrawalsRequest.newBuilder() to construct.
private RetrieveWithdrawalsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RetrieveWithdrawalsRequest() {
merchandisingloanId_ = "";
withdrawalsId_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RetrieveWithdrawalsRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private RetrieveWithdrawalsRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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 10: {
java.lang.String s = input.readStringRequireUtf8();
merchandisingloanId_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
withdrawalsId_ = s;
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 {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.Builder.class);
}
public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
private volatile java.lang.Object merchandisingloanId_;
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
@java.lang.Override
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
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();
merchandisingloanId_ = s;
return s;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int WITHDRAWALSID_FIELD_NUMBER = 2;
private volatile java.lang.Object withdrawalsId_;
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
@java.lang.Override
public java.lang.String getWithdrawalsId() {
java.lang.Object ref = withdrawalsId_;
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();
withdrawalsId_ = s;
return s;
}
}
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getWithdrawalsIdBytes() {
java.lang.Object ref = withdrawalsId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawalsId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawalsId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, withdrawalsId_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawalsId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, withdrawalsId_);
}
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest) obj;
if (!getMerchandisingloanId()
.equals(other.getMerchandisingloanId())) return false;
if (!getWithdrawalsId()
.equals(other.getWithdrawalsId())) 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();
hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
hash = (53 * hash) + getMerchandisingloanId().hashCode();
hash = (37 * hash) + WITHDRAWALSID_FIELD_NUMBER;
hash = (53 * hash) + getWithdrawalsId().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest 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(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest 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;
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest)
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
merchandisingloanId_ = "";
withdrawalsId_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest build() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest buildPartial() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest(this);
result.merchandisingloanId_ = merchandisingloanId_;
result.withdrawalsId_ = withdrawalsId_;
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest other) {
if (other == com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest.getDefaultInstance()) return this;
if (!other.getMerchandisingloanId().isEmpty()) {
merchandisingloanId_ = other.merchandisingloanId_;
onChanged();
}
if (!other.getWithdrawalsId().isEmpty()) {
withdrawalsId_ = other.withdrawalsId_;
onChanged();
}
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 {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object merchandisingloanId_ = "";
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
merchandisingloanId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string merchandisingloanId = 1;
* @param value The merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
merchandisingloanId_ = value;
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @return This builder for chaining.
*/
public Builder clearMerchandisingloanId() {
merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @param value The bytes for merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
merchandisingloanId_ = value;
onChanged();
return this;
}
private java.lang.Object withdrawalsId_ = "";
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
public java.lang.String getWithdrawalsId() {
java.lang.Object ref = withdrawalsId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
withdrawalsId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
public com.google.protobuf.ByteString
getWithdrawalsIdBytes() {
java.lang.Object ref = withdrawalsId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawalsId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string withdrawalsId = 2;
* @param value The withdrawalsId to set.
* @return This builder for chaining.
*/
public Builder setWithdrawalsId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
withdrawalsId_ = value;
onChanged();
return this;
}
/**
* string withdrawalsId = 2;
* @return This builder for chaining.
*/
public Builder clearWithdrawalsId() {
withdrawalsId_ = getDefaultInstance().getWithdrawalsId();
onChanged();
return this;
}
/**
* string withdrawalsId = 2;
* @param value The bytes for withdrawalsId to set.
* @return This builder for chaining.
*/
public Builder setWithdrawalsIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
withdrawalsId_ = value;
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:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.RetrieveWithdrawalsRequest)
private static final com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest();
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RetrieveWithdrawalsRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new RetrieveWithdrawalsRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.RetrieveWithdrawalsRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface UpdateWithdrawalsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
java.lang.String getMerchandisingloanId();
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
com.google.protobuf.ByteString
getMerchandisingloanIdBytes();
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
java.lang.String getWithdrawalsId();
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
com.google.protobuf.ByteString
getWithdrawalsIdBytes();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return Whether the withdrawals field is set.
*/
boolean hasWithdrawals();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return The withdrawals.
*/
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals();
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest}
*/
public static final class UpdateWithdrawalsRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest)
UpdateWithdrawalsRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use UpdateWithdrawalsRequest.newBuilder() to construct.
private UpdateWithdrawalsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private UpdateWithdrawalsRequest() {
merchandisingloanId_ = "";
withdrawalsId_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new UpdateWithdrawalsRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private UpdateWithdrawalsRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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 10: {
java.lang.String s = input.readStringRequireUtf8();
merchandisingloanId_ = s;
break;
}
case 18: {
java.lang.String s = input.readStringRequireUtf8();
withdrawalsId_ = s;
break;
}
case 26: {
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder subBuilder = null;
if (withdrawals_ != null) {
subBuilder = withdrawals_.toBuilder();
}
withdrawals_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(withdrawals_);
withdrawals_ = subBuilder.buildPartial();
}
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 {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.Builder.class);
}
public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
private volatile java.lang.Object merchandisingloanId_;
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
@java.lang.Override
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
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();
merchandisingloanId_ = s;
return s;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int WITHDRAWALSID_FIELD_NUMBER = 2;
private volatile java.lang.Object withdrawalsId_;
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
@java.lang.Override
public java.lang.String getWithdrawalsId() {
java.lang.Object ref = withdrawalsId_;
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();
withdrawalsId_ = s;
return s;
}
}
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getWithdrawalsIdBytes() {
java.lang.Object ref = withdrawalsId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawalsId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int WITHDRAWALS_FIELD_NUMBER = 3;
private com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals withdrawals_;
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return Whether the withdrawals field is set.
*/
@java.lang.Override
public boolean hasWithdrawals() {
return withdrawals_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return The withdrawals.
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals() {
return withdrawals_ == null ? com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder() {
return getWithdrawals();
}
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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawalsId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, withdrawalsId_);
}
if (withdrawals_ != null) {
output.writeMessage(3, getWithdrawals());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawalsId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, withdrawalsId_);
}
if (withdrawals_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getWithdrawals());
}
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest) obj;
if (!getMerchandisingloanId()
.equals(other.getMerchandisingloanId())) return false;
if (!getWithdrawalsId()
.equals(other.getWithdrawalsId())) return false;
if (hasWithdrawals() != other.hasWithdrawals()) return false;
if (hasWithdrawals()) {
if (!getWithdrawals()
.equals(other.getWithdrawals())) 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();
hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
hash = (53 * hash) + getMerchandisingloanId().hashCode();
hash = (37 * hash) + WITHDRAWALSID_FIELD_NUMBER;
hash = (53 * hash) + getWithdrawalsId().hashCode();
if (hasWithdrawals()) {
hash = (37 * hash) + WITHDRAWALS_FIELD_NUMBER;
hash = (53 * hash) + getWithdrawals().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest 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.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest 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(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest 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;
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest)
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
merchandisingloanId_ = "";
withdrawalsId_ = "";
if (withdrawalsBuilder_ == null) {
withdrawals_ = null;
} else {
withdrawals_ = null;
withdrawalsBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest build() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest buildPartial() {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest(this);
result.merchandisingloanId_ = merchandisingloanId_;
result.withdrawalsId_ = withdrawalsId_;
if (withdrawalsBuilder_ == null) {
result.withdrawals_ = withdrawals_;
} else {
result.withdrawals_ = withdrawalsBuilder_.build();
}
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 com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest other) {
if (other == com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest.getDefaultInstance()) return this;
if (!other.getMerchandisingloanId().isEmpty()) {
merchandisingloanId_ = other.merchandisingloanId_;
onChanged();
}
if (!other.getWithdrawalsId().isEmpty()) {
withdrawalsId_ = other.withdrawalsId_;
onChanged();
}
if (other.hasWithdrawals()) {
mergeWithdrawals(other.getWithdrawals());
}
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 {
com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object merchandisingloanId_ = "";
/**
* string merchandisingloanId = 1;
* @return The merchandisingloanId.
*/
public java.lang.String getMerchandisingloanId() {
java.lang.Object ref = merchandisingloanId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
merchandisingloanId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string merchandisingloanId = 1;
* @return The bytes for merchandisingloanId.
*/
public com.google.protobuf.ByteString
getMerchandisingloanIdBytes() {
java.lang.Object ref = merchandisingloanId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingloanId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string merchandisingloanId = 1;
* @param value The merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
merchandisingloanId_ = value;
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @return This builder for chaining.
*/
public Builder clearMerchandisingloanId() {
merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
onChanged();
return this;
}
/**
* string merchandisingloanId = 1;
* @param value The bytes for merchandisingloanId to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingloanIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
merchandisingloanId_ = value;
onChanged();
return this;
}
private java.lang.Object withdrawalsId_ = "";
/**
* string withdrawalsId = 2;
* @return The withdrawalsId.
*/
public java.lang.String getWithdrawalsId() {
java.lang.Object ref = withdrawalsId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
withdrawalsId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string withdrawalsId = 2;
* @return The bytes for withdrawalsId.
*/
public com.google.protobuf.ByteString
getWithdrawalsIdBytes() {
java.lang.Object ref = withdrawalsId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawalsId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string withdrawalsId = 2;
* @param value The withdrawalsId to set.
* @return This builder for chaining.
*/
public Builder setWithdrawalsId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
withdrawalsId_ = value;
onChanged();
return this;
}
/**
* string withdrawalsId = 2;
* @return This builder for chaining.
*/
public Builder clearWithdrawalsId() {
withdrawalsId_ = getDefaultInstance().getWithdrawalsId();
onChanged();
return this;
}
/**
* string withdrawalsId = 2;
* @param value The bytes for withdrawalsId to set.
* @return This builder for chaining.
*/
public Builder setWithdrawalsIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
withdrawalsId_ = value;
onChanged();
return this;
}
private com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals withdrawals_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder> withdrawalsBuilder_;
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return Whether the withdrawals field is set.
*/
public boolean hasWithdrawals() {
return withdrawalsBuilder_ != null || withdrawals_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
* @return The withdrawals.
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals getWithdrawals() {
if (withdrawalsBuilder_ == null) {
return withdrawals_ == null ? com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
} else {
return withdrawalsBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public Builder setWithdrawals(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals value) {
if (withdrawalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
withdrawals_ = value;
onChanged();
} else {
withdrawalsBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public Builder setWithdrawals(
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder builderForValue) {
if (withdrawalsBuilder_ == null) {
withdrawals_ = builderForValue.build();
onChanged();
} else {
withdrawalsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public Builder mergeWithdrawals(com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals value) {
if (withdrawalsBuilder_ == null) {
if (withdrawals_ != null) {
withdrawals_ =
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.newBuilder(withdrawals_).mergeFrom(value).buildPartial();
} else {
withdrawals_ = value;
}
onChanged();
} else {
withdrawalsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public Builder clearWithdrawals() {
if (withdrawalsBuilder_ == null) {
withdrawals_ = null;
onChanged();
} else {
withdrawals_ = null;
withdrawalsBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder getWithdrawalsBuilder() {
onChanged();
return getWithdrawalsFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
public com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder getWithdrawalsOrBuilder() {
if (withdrawalsBuilder_ != null) {
return withdrawalsBuilder_.getMessageOrBuilder();
} else {
return withdrawals_ == null ?
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.getDefaultInstance() : withdrawals_;
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.Withdrawals withdrawals = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder>
getWithdrawalsFieldBuilder() {
if (withdrawalsBuilder_ == null) {
withdrawalsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.Withdrawals.Builder, com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.WithdrawalsOrBuilder>(
getWithdrawals(),
getParentForChildren(),
isClean());
withdrawals_ = null;
}
return withdrawalsBuilder_;
}
@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:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.UpdateWithdrawalsRequest)
private static final com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest();
}
public static com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UpdateWithdrawalsRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new UpdateWithdrawalsRequest(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.api.bqwithdrawalsservice.BqWithdrawalsService.UpdateWithdrawalsRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_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$v10/api/bq_withdrawals_service.proto\022A" +
"com.redhat.mercury.merchandisingloan.v10" +
".api.bqwithdrawalsservice\032\033google/protob" +
"uf/empty.proto\032\032v10/model/http_error.pro" +
"to\032\033v10/model/withdrawals.proto\"\205\001\n\032Init" +
"iateWithdrawalsRequest\022\033\n\023merchandisingl" +
"oanId\030\001 \001(\t\022J\n\013withdrawals\030\002 \001(\01325.com.r" +
"edhat.mercury.merchandisingloan.v10.With" +
"drawals\"P\n\032RetrieveWithdrawalsRequest\022\033\n" +
"\023merchandisingloanId\030\001 \001(\t\022\025\n\rwithdrawal" +
"sId\030\002 \001(\t\"\232\001\n\030UpdateWithdrawalsRequest\022\033" +
"\n\023merchandisingloanId\030\001 \001(\t\022\025\n\rwithdrawa" +
"lsId\030\002 \001(\t\022J\n\013withdrawals\030\003 \001(\01325.com.re" +
"dhat.mercury.merchandisingloan.v10.Withd" +
"rawals2\234\004\n\024BQWithdrawalsService\022\253\001\n\023Init" +
"iateWithdrawals\022].com.redhat.mercury.mer" +
"chandisingloan.v10.api.bqwithdrawalsserv" +
"ice.InitiateWithdrawalsRequest\0325.com.red" +
"hat.mercury.merchandisingloan.v10.Withdr" +
"awals\022\253\001\n\023RetrieveWithdrawals\022].com.redh" +
"at.mercury.merchandisingloan.v10.api.bqw" +
"ithdrawalsservice.RetrieveWithdrawalsReq" +
"uest\0325.com.redhat.mercury.merchandisingl" +
"oan.v10.Withdrawals\022\247\001\n\021UpdateWithdrawal" +
"s\022[.com.redhat.mercury.merchandisingloan" +
".v10.api.bqwithdrawalsservice.UpdateWith" +
"drawalsRequest\0325.com.redhat.mercury.merc" +
"handisingloan.v10.WithdrawalsP\001P\002b\006proto" +
"3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.EmptyProto.getDescriptor(),
com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor(),
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.getDescriptor(),
});
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_InitiateWithdrawalsRequest_descriptor,
new java.lang.String[] { "MerchandisingloanId", "Withdrawals", });
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_RetrieveWithdrawalsRequest_descriptor,
new java.lang.String[] { "MerchandisingloanId", "WithdrawalsId", });
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqwithdrawalsservice_UpdateWithdrawalsRequest_descriptor,
new java.lang.String[] { "MerchandisingloanId", "WithdrawalsId", "Withdrawals", });
com.google.protobuf.EmptyProto.getDescriptor();
com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor();
com.redhat.mercury.merchandisingloan.v10.WithdrawalsOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy