com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/merchandising_loan_outcome.proto
package com.redhat.mercury.merchandisingloan.v10;
public final class MerchandisingLoanOutcomeOuterClass {
private MerchandisingLoanOutcomeOuterClass() {}
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 MerchandisingLoanOutcomeOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcome)
com.google.protobuf.MessageOrBuilder {
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The merchandisingLoanFinancialFacility.
*/
java.lang.String getMerchandisingLoanFinancialFacility();
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The bytes for merchandisingLoanFinancialFacility.
*/
com.google.protobuf.ByteString
getMerchandisingLoanFinancialFacilityBytes();
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The merchandisingLoanWorkProduct.
*/
java.lang.String getMerchandisingLoanWorkProduct();
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The bytes for merchandisingLoanWorkProduct.
*/
com.google.protobuf.ByteString
getMerchandisingLoanWorkProductBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcome}
*/
public static final class MerchandisingLoanOutcome extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcome)
MerchandisingLoanOutcomeOrBuilder {
private static final long serialVersionUID = 0L;
// Use MerchandisingLoanOutcome.newBuilder() to construct.
private MerchandisingLoanOutcome(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MerchandisingLoanOutcome() {
merchandisingLoanFinancialFacility_ = "";
merchandisingLoanWorkProduct_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new MerchandisingLoanOutcome();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private MerchandisingLoanOutcome(
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 1651850218: {
java.lang.String s = input.readStringRequireUtf8();
merchandisingLoanFinancialFacility_ = s;
break;
}
case -1396740486: {
java.lang.String s = input.readStringRequireUtf8();
merchandisingLoanWorkProduct_ = 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.MerchandisingLoanOutcomeOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.class, com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.Builder.class);
}
public static final int MERCHANDISINGLOANFINANCIALFACILITY_FIELD_NUMBER = 206481277;
private volatile java.lang.Object merchandisingLoanFinancialFacility_;
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The merchandisingLoanFinancialFacility.
*/
@java.lang.Override
public java.lang.String getMerchandisingLoanFinancialFacility() {
java.lang.Object ref = merchandisingLoanFinancialFacility_;
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();
merchandisingLoanFinancialFacility_ = s;
return s;
}
}
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The bytes for merchandisingLoanFinancialFacility.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMerchandisingLoanFinancialFacilityBytes() {
java.lang.Object ref = merchandisingLoanFinancialFacility_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingLoanFinancialFacility_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MERCHANDISINGLOANWORKPRODUCT_FIELD_NUMBER = 362278351;
private volatile java.lang.Object merchandisingLoanWorkProduct_;
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The merchandisingLoanWorkProduct.
*/
@java.lang.Override
public java.lang.String getMerchandisingLoanWorkProduct() {
java.lang.Object ref = merchandisingLoanWorkProduct_;
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();
merchandisingLoanWorkProduct_ = s;
return s;
}
}
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The bytes for merchandisingLoanWorkProduct.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMerchandisingLoanWorkProductBytes() {
java.lang.Object ref = merchandisingLoanWorkProduct_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingLoanWorkProduct_ = 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(merchandisingLoanFinancialFacility_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 206481277, merchandisingLoanFinancialFacility_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanWorkProduct_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 362278351, merchandisingLoanWorkProduct_);
}
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(merchandisingLoanFinancialFacility_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(206481277, merchandisingLoanFinancialFacility_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingLoanWorkProduct_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(362278351, merchandisingLoanWorkProduct_);
}
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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome)) {
return super.equals(obj);
}
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome other = (com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome) obj;
if (!getMerchandisingLoanFinancialFacility()
.equals(other.getMerchandisingLoanFinancialFacility())) return false;
if (!getMerchandisingLoanWorkProduct()
.equals(other.getMerchandisingLoanWorkProduct())) 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) + MERCHANDISINGLOANFINANCIALFACILITY_FIELD_NUMBER;
hash = (53 * hash) + getMerchandisingLoanFinancialFacility().hashCode();
hash = (37 * hash) + MERCHANDISINGLOANWORKPRODUCT_FIELD_NUMBER;
hash = (53 * hash) + getMerchandisingLoanWorkProduct().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome 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.MerchandisingLoanOutcome}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcome)
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcomeOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.class, com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.Builder.class);
}
// Construct using com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.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();
merchandisingLoanFinancialFacility_ = "";
merchandisingLoanWorkProduct_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome getDefaultInstanceForType() {
return com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome build() {
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome buildPartial() {
com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome result = new com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome(this);
result.merchandisingLoanFinancialFacility_ = merchandisingLoanFinancialFacility_;
result.merchandisingLoanWorkProduct_ = merchandisingLoanWorkProduct_;
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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome) {
return mergeFrom((com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome other) {
if (other == com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome.getDefaultInstance()) return this;
if (!other.getMerchandisingLoanFinancialFacility().isEmpty()) {
merchandisingLoanFinancialFacility_ = other.merchandisingLoanFinancialFacility_;
onChanged();
}
if (!other.getMerchandisingLoanWorkProduct().isEmpty()) {
merchandisingLoanWorkProduct_ = other.merchandisingLoanWorkProduct_;
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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object merchandisingLoanFinancialFacility_ = "";
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The merchandisingLoanFinancialFacility.
*/
public java.lang.String getMerchandisingLoanFinancialFacility() {
java.lang.Object ref = merchandisingLoanFinancialFacility_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
merchandisingLoanFinancialFacility_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return The bytes for merchandisingLoanFinancialFacility.
*/
public com.google.protobuf.ByteString
getMerchandisingLoanFinancialFacilityBytes() {
java.lang.Object ref = merchandisingLoanFinancialFacility_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingLoanFinancialFacility_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @param value The merchandisingLoanFinancialFacility to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingLoanFinancialFacility(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
merchandisingLoanFinancialFacility_ = value;
onChanged();
return this;
}
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @return This builder for chaining.
*/
public Builder clearMerchandisingLoanFinancialFacility() {
merchandisingLoanFinancialFacility_ = getDefaultInstance().getMerchandisingLoanFinancialFacility();
onChanged();
return this;
}
/**
* string MerchandisingLoanFinancialFacility = 206481277;
* @param value The bytes for merchandisingLoanFinancialFacility to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingLoanFinancialFacilityBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
merchandisingLoanFinancialFacility_ = value;
onChanged();
return this;
}
private java.lang.Object merchandisingLoanWorkProduct_ = "";
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The merchandisingLoanWorkProduct.
*/
public java.lang.String getMerchandisingLoanWorkProduct() {
java.lang.Object ref = merchandisingLoanWorkProduct_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
merchandisingLoanWorkProduct_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return The bytes for merchandisingLoanWorkProduct.
*/
public com.google.protobuf.ByteString
getMerchandisingLoanWorkProductBytes() {
java.lang.Object ref = merchandisingLoanWorkProduct_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
merchandisingLoanWorkProduct_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @param value The merchandisingLoanWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingLoanWorkProduct(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
merchandisingLoanWorkProduct_ = value;
onChanged();
return this;
}
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @return This builder for chaining.
*/
public Builder clearMerchandisingLoanWorkProduct() {
merchandisingLoanWorkProduct_ = getDefaultInstance().getMerchandisingLoanWorkProduct();
onChanged();
return this;
}
/**
* string MerchandisingLoanWorkProduct = 362278351;
* @param value The bytes for merchandisingLoanWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setMerchandisingLoanWorkProductBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
merchandisingLoanWorkProduct_ = 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.MerchandisingLoanOutcome)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcome)
private static final com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome();
}
public static com.redhat.mercury.merchandisingloan.v10.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public MerchandisingLoanOutcome parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new MerchandisingLoanOutcome(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.MerchandisingLoanOutcomeOuterClass.MerchandisingLoanOutcome getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_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/model/merchandising_loan_outcome.p" +
"roto\022(com.redhat.mercury.merchandisinglo" +
"an.v10\"s\n\030MerchandisingLoanOutcome\022-\n\"Me" +
"rchandisingLoanFinancialFacility\030\375\316\272b \001(" +
"\t\022(\n\034MerchandisingLoanWorkProduct\030\317\333\337\254\001 " +
"\001(\tb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_merchandisingloan_v10_MerchandisingLoanOutcome_descriptor,
new java.lang.String[] { "MerchandisingLoanFinancialFacility", "MerchandisingLoanWorkProduct", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy