com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/update_financial_instrument_request.proto
package com.redhat.mercury.merchandisingloan.v10;
public final class UpdateFinancialInstrumentRequestOuterClass {
private UpdateFinancialInstrumentRequestOuterClass() {}
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 UpdateFinancialInstrumentRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return Whether the financialInstrument field is set.
*/
boolean hasFinancialInstrument();
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return The financialInstrument.
*/
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument getFinancialInstrument();
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder getFinancialInstrumentOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequest}
*/
public static final class UpdateFinancialInstrumentRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequest)
UpdateFinancialInstrumentRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use UpdateFinancialInstrumentRequest.newBuilder() to construct.
private UpdateFinancialInstrumentRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private UpdateFinancialInstrumentRequest() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new UpdateFinancialInstrumentRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private UpdateFinancialInstrumentRequest(
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 1511811474: {
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder subBuilder = null;
if (financialInstrument_ != null) {
subBuilder = financialInstrument_.toBuilder();
}
financialInstrument_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(financialInstrument_);
financialInstrument_ = 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.UpdateFinancialInstrumentRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.class, com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.Builder.class);
}
public static final int FINANCIALINSTRUMENT_FIELD_NUMBER = 188976434;
private com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument financialInstrument_;
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return Whether the financialInstrument field is set.
*/
@java.lang.Override
public boolean hasFinancialInstrument() {
return financialInstrument_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return The financialInstrument.
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument getFinancialInstrument() {
return financialInstrument_ == null ? com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.getDefaultInstance() : financialInstrument_;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder getFinancialInstrumentOrBuilder() {
return getFinancialInstrument();
}
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 (financialInstrument_ != null) {
output.writeMessage(188976434, getFinancialInstrument());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (financialInstrument_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(188976434, getFinancialInstrument());
}
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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest other = (com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest) obj;
if (hasFinancialInstrument() != other.hasFinancialInstrument()) return false;
if (hasFinancialInstrument()) {
if (!getFinancialInstrument()
.equals(other.getFinancialInstrument())) 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 (hasFinancialInstrument()) {
hash = (37 * hash) + FINANCIALINSTRUMENT_FIELD_NUMBER;
hash = (53 * hash) + getFinancialInstrument().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest 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.UpdateFinancialInstrumentRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequest)
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.class, com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.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();
if (financialInstrumentBuilder_ == null) {
financialInstrument_ = null;
} else {
financialInstrument_ = null;
financialInstrumentBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest build() {
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest buildPartial() {
com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest result = new com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest(this);
if (financialInstrumentBuilder_ == null) {
result.financialInstrument_ = financialInstrument_;
} else {
result.financialInstrument_ = financialInstrumentBuilder_.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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest other) {
if (other == com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest.getDefaultInstance()) return this;
if (other.hasFinancialInstrument()) {
mergeFinancialInstrument(other.getFinancialInstrument());
}
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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument financialInstrument_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder> financialInstrumentBuilder_;
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return Whether the financialInstrument field is set.
*/
public boolean hasFinancialInstrument() {
return financialInstrumentBuilder_ != null || financialInstrument_ != null;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
* @return The financialInstrument.
*/
public com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument getFinancialInstrument() {
if (financialInstrumentBuilder_ == null) {
return financialInstrument_ == null ? com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.getDefaultInstance() : financialInstrument_;
} else {
return financialInstrumentBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public Builder setFinancialInstrument(com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument value) {
if (financialInstrumentBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
financialInstrument_ = value;
onChanged();
} else {
financialInstrumentBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public Builder setFinancialInstrument(
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder builderForValue) {
if (financialInstrumentBuilder_ == null) {
financialInstrument_ = builderForValue.build();
onChanged();
} else {
financialInstrumentBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public Builder mergeFinancialInstrument(com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument value) {
if (financialInstrumentBuilder_ == null) {
if (financialInstrument_ != null) {
financialInstrument_ =
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.newBuilder(financialInstrument_).mergeFrom(value).buildPartial();
} else {
financialInstrument_ = value;
}
onChanged();
} else {
financialInstrumentBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public Builder clearFinancialInstrument() {
if (financialInstrumentBuilder_ == null) {
financialInstrument_ = null;
onChanged();
} else {
financialInstrument_ = null;
financialInstrumentBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder getFinancialInstrumentBuilder() {
onChanged();
return getFinancialInstrumentFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
public com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder getFinancialInstrumentOrBuilder() {
if (financialInstrumentBuilder_ != null) {
return financialInstrumentBuilder_.getMessageOrBuilder();
} else {
return financialInstrument_ == null ?
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.getDefaultInstance() : financialInstrument_;
}
}
/**
* .com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrument FinancialInstrument = 188976434;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder>
getFinancialInstrumentFieldBuilder() {
if (financialInstrumentBuilder_ == null) {
financialInstrumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrument.Builder, com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.InitiateFinancialInstrumentRequestFinancialInstrumentOrBuilder>(
getFinancialInstrument(),
getParentForChildren(),
isClean());
financialInstrument_ = null;
}
return financialInstrumentBuilder_;
}
@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.UpdateFinancialInstrumentRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequest)
private static final com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest();
}
public static com.redhat.mercury.merchandisingloan.v10.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UpdateFinancialInstrumentRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new UpdateFinancialInstrumentRequest(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.UpdateFinancialInstrumentRequestOuterClass.UpdateFinancialInstrumentRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n3v10/model/update_financial_instrument_" +
"request.proto\022(com.redhat.mercury.mercha" +
"ndisingloan.v10\032Jv10/model/initiate_fina" +
"ncial_instrument_request_financial_instr" +
"ument.proto\"\243\001\n UpdateFinancialInstrumen" +
"tRequest\022\177\n\023FinancialInstrument\030\262\232\216Z \001(\013" +
"2_.com.redhat.mercury.merchandisingloan." +
"v10.InitiateFinancialInstrumentRequestFi" +
"nancialInstrumentP\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.getDescriptor(),
});
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_UpdateFinancialInstrumentRequest_descriptor,
new java.lang.String[] { "FinancialInstrument", });
com.redhat.mercury.merchandisingloan.v10.InitiateFinancialInstrumentRequestFinancialInstrumentOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy