
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/evaluate_credit_pricing_assessment_request_credit_pricing_assessment.proto
package com.redhat.mercury.creditmanagement.v10;
public final class EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass {
private EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass() {}
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 EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return Whether the businessUnitReference field is set.
*/
boolean hasBusinessUnitReference();
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return The businessUnitReference.
*/
com.google.protobuf.Any getBusinessUnitReference();
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
com.google.protobuf.AnyOrBuilder getBusinessUnitReferenceOrBuilder();
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
boolean hasCustomerReference();
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
com.google.protobuf.Any getCustomerReference();
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder();
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return Whether the sectorReference field is set.
*/
boolean hasSectorReference();
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return The sectorReference.
*/
com.google.protobuf.Any getSectorReference();
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
com.google.protobuf.AnyOrBuilder getSectorReferenceOrBuilder();
/**
* string ProductType = 176253097;
* @return The productType.
*/
java.lang.String getProductType();
/**
* string ProductType = 176253097;
* @return The bytes for productType.
*/
com.google.protobuf.ByteString
getProductTypeBytes();
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return Whether the proposedTransactionReference field is set.
*/
boolean hasProposedTransactionReference();
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return The proposedTransactionReference.
*/
com.google.protobuf.Any getProposedTransactionReference();
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
com.google.protobuf.AnyOrBuilder getProposedTransactionReferenceOrBuilder();
/**
* string ProposedTransactionRecord = 525973996;
* @return The proposedTransactionRecord.
*/
java.lang.String getProposedTransactionRecord();
/**
* string ProposedTransactionRecord = 525973996;
* @return The bytes for proposedTransactionRecord.
*/
com.google.protobuf.ByteString
getProposedTransactionRecordBytes();
/**
* string ProposedTransactionType = 510681812;
* @return The proposedTransactionType.
*/
java.lang.String getProposedTransactionType();
/**
* string ProposedTransactionType = 510681812;
* @return The bytes for proposedTransactionType.
*/
com.google.protobuf.ByteString
getProposedTransactionTypeBytes();
/**
* float ProposedTransactionAmount = 47029747;
* @return The proposedTransactionAmount.
*/
float getProposedTransactionAmount();
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The proposedTransactionRecordDate.
*/
java.lang.String getProposedTransactionRecordDate();
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The bytes for proposedTransactionRecordDate.
*/
com.google.protobuf.ByteString
getProposedTransactionRecordDateBytes();
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The proposedTransactionBookingEntity.
*/
java.lang.String getProposedTransactionBookingEntity();
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The bytes for proposedTransactionBookingEntity.
*/
com.google.protobuf.ByteString
getProposedTransactionBookingEntityBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment}
*/
public static final class EvaluateCreditPricingAssessmentRequestCreditPricingAssessment extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)
EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOrBuilder {
private static final long serialVersionUID = 0L;
// Use EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.newBuilder() to construct.
private EvaluateCreditPricingAssessmentRequestCreditPricingAssessment(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private EvaluateCreditPricingAssessmentRequestCreditPricingAssessment() {
productType_ = "";
proposedTransactionRecord_ = "";
proposedTransactionType_ = "";
proposedTransactionRecordDate_ = "";
proposedTransactionBookingEntity_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new EvaluateCreditPricingAssessmentRequestCreditPricingAssessment();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private EvaluateCreditPricingAssessmentRequestCreditPricingAssessment(
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 376237981: {
proposedTransactionAmount_ = input.readFloat();
break;
}
case 385402754: {
com.google.protobuf.Any.Builder subBuilder = null;
if (customerReference_ != null) {
subBuilder = customerReference_.toBuilder();
}
customerReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(customerReference_);
customerReference_ = subBuilder.buildPartial();
}
break;
}
case 910690770: {
java.lang.String s = input.readStringRequireUtf8();
proposedTransactionRecordDate_ = s;
break;
}
case 1410024778: {
java.lang.String s = input.readStringRequireUtf8();
productType_ = s;
break;
}
case -2144178958: {
com.google.protobuf.Any.Builder subBuilder = null;
if (sectorReference_ != null) {
subBuilder = sectorReference_.toBuilder();
}
sectorReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(sectorReference_);
sectorReference_ = subBuilder.buildPartial();
}
break;
}
case -1510557710: {
java.lang.String s = input.readStringRequireUtf8();
proposedTransactionBookingEntity_ = s;
break;
}
case -1049668174: {
com.google.protobuf.Any.Builder subBuilder = null;
if (proposedTransactionReference_ != null) {
subBuilder = proposedTransactionReference_.toBuilder();
}
proposedTransactionReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(proposedTransactionReference_);
proposedTransactionReference_ = subBuilder.buildPartial();
}
break;
}
case -209512798: {
java.lang.String s = input.readStringRequireUtf8();
proposedTransactionType_ = s;
break;
}
case -170749638: {
com.google.protobuf.Any.Builder subBuilder = null;
if (businessUnitReference_ != null) {
subBuilder = businessUnitReference_.toBuilder();
}
businessUnitReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(businessUnitReference_);
businessUnitReference_ = subBuilder.buildPartial();
}
break;
}
case -87175326: {
java.lang.String s = input.readStringRequireUtf8();
proposedTransactionRecord_ = 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.class, com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.Builder.class);
}
public static final int BUSINESSUNITREFERENCE_FIELD_NUMBER = 515527207;
private com.google.protobuf.Any businessUnitReference_;
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return Whether the businessUnitReference field is set.
*/
@java.lang.Override
public boolean hasBusinessUnitReference() {
return businessUnitReference_ != null;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return The businessUnitReference.
*/
@java.lang.Override
public com.google.protobuf.Any getBusinessUnitReference() {
return businessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessUnitReference_;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getBusinessUnitReferenceOrBuilder() {
return getBusinessUnitReference();
}
public static final int CUSTOMERREFERENCE_FIELD_NUMBER = 48175344;
private com.google.protobuf.Any customerReference_;
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
@java.lang.Override
public boolean hasCustomerReference() {
return customerReference_ != null;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
@java.lang.Override
public com.google.protobuf.Any getCustomerReference() {
return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
return getCustomerReference();
}
public static final int SECTORREFERENCE_FIELD_NUMBER = 268848542;
private com.google.protobuf.Any sectorReference_;
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return Whether the sectorReference field is set.
*/
@java.lang.Override
public boolean hasSectorReference() {
return sectorReference_ != null;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return The sectorReference.
*/
@java.lang.Override
public com.google.protobuf.Any getSectorReference() {
return sectorReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : sectorReference_;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getSectorReferenceOrBuilder() {
return getSectorReference();
}
public static final int PRODUCTTYPE_FIELD_NUMBER = 176253097;
private volatile java.lang.Object productType_;
/**
* string ProductType = 176253097;
* @return The productType.
*/
@java.lang.Override
public java.lang.String getProductType() {
java.lang.Object ref = productType_;
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();
productType_ = s;
return s;
}
}
/**
* string ProductType = 176253097;
* @return The bytes for productType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProductTypeBytes() {
java.lang.Object ref = productType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
productType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROPOSEDTRANSACTIONREFERENCE_FIELD_NUMBER = 405662390;
private com.google.protobuf.Any proposedTransactionReference_;
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return Whether the proposedTransactionReference field is set.
*/
@java.lang.Override
public boolean hasProposedTransactionReference() {
return proposedTransactionReference_ != null;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return The proposedTransactionReference.
*/
@java.lang.Override
public com.google.protobuf.Any getProposedTransactionReference() {
return proposedTransactionReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : proposedTransactionReference_;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getProposedTransactionReferenceOrBuilder() {
return getProposedTransactionReference();
}
public static final int PROPOSEDTRANSACTIONRECORD_FIELD_NUMBER = 525973996;
private volatile java.lang.Object proposedTransactionRecord_;
/**
* string ProposedTransactionRecord = 525973996;
* @return The proposedTransactionRecord.
*/
@java.lang.Override
public java.lang.String getProposedTransactionRecord() {
java.lang.Object ref = proposedTransactionRecord_;
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();
proposedTransactionRecord_ = s;
return s;
}
}
/**
* string ProposedTransactionRecord = 525973996;
* @return The bytes for proposedTransactionRecord.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProposedTransactionRecordBytes() {
java.lang.Object ref = proposedTransactionRecord_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROPOSEDTRANSACTIONTYPE_FIELD_NUMBER = 510681812;
private volatile java.lang.Object proposedTransactionType_;
/**
* string ProposedTransactionType = 510681812;
* @return The proposedTransactionType.
*/
@java.lang.Override
public java.lang.String getProposedTransactionType() {
java.lang.Object ref = proposedTransactionType_;
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();
proposedTransactionType_ = s;
return s;
}
}
/**
* string ProposedTransactionType = 510681812;
* @return The bytes for proposedTransactionType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProposedTransactionTypeBytes() {
java.lang.Object ref = proposedTransactionType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROPOSEDTRANSACTIONAMOUNT_FIELD_NUMBER = 47029747;
private float proposedTransactionAmount_;
/**
* float ProposedTransactionAmount = 47029747;
* @return The proposedTransactionAmount.
*/
@java.lang.Override
public float getProposedTransactionAmount() {
return proposedTransactionAmount_;
}
public static final int PROPOSEDTRANSACTIONRECORDDATE_FIELD_NUMBER = 113836346;
private volatile java.lang.Object proposedTransactionRecordDate_;
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The proposedTransactionRecordDate.
*/
@java.lang.Override
public java.lang.String getProposedTransactionRecordDate() {
java.lang.Object ref = proposedTransactionRecordDate_;
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();
proposedTransactionRecordDate_ = s;
return s;
}
}
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The bytes for proposedTransactionRecordDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProposedTransactionRecordDateBytes() {
java.lang.Object ref = proposedTransactionRecordDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionRecordDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROPOSEDTRANSACTIONBOOKINGENTITY_FIELD_NUMBER = 348051198;
private volatile java.lang.Object proposedTransactionBookingEntity_;
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The proposedTransactionBookingEntity.
*/
@java.lang.Override
public java.lang.String getProposedTransactionBookingEntity() {
java.lang.Object ref = proposedTransactionBookingEntity_;
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();
proposedTransactionBookingEntity_ = s;
return s;
}
}
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The bytes for proposedTransactionBookingEntity.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProposedTransactionBookingEntityBytes() {
java.lang.Object ref = proposedTransactionBookingEntity_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionBookingEntity_ = 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 (java.lang.Float.floatToRawIntBits(proposedTransactionAmount_) != 0) {
output.writeFloat(47029747, proposedTransactionAmount_);
}
if (customerReference_ != null) {
output.writeMessage(48175344, getCustomerReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionRecordDate_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 113836346, proposedTransactionRecordDate_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(productType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 176253097, productType_);
}
if (sectorReference_ != null) {
output.writeMessage(268848542, getSectorReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionBookingEntity_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 348051198, proposedTransactionBookingEntity_);
}
if (proposedTransactionReference_ != null) {
output.writeMessage(405662390, getProposedTransactionReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 510681812, proposedTransactionType_);
}
if (businessUnitReference_ != null) {
output.writeMessage(515527207, getBusinessUnitReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionRecord_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 525973996, proposedTransactionRecord_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (java.lang.Float.floatToRawIntBits(proposedTransactionAmount_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(47029747, proposedTransactionAmount_);
}
if (customerReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(48175344, getCustomerReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionRecordDate_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(113836346, proposedTransactionRecordDate_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(productType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(176253097, productType_);
}
if (sectorReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(268848542, getSectorReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionBookingEntity_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(348051198, proposedTransactionBookingEntity_);
}
if (proposedTransactionReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(405662390, getProposedTransactionReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(510681812, proposedTransactionType_);
}
if (businessUnitReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(515527207, getBusinessUnitReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(proposedTransactionRecord_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(525973996, proposedTransactionRecord_);
}
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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)) {
return super.equals(obj);
}
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment other = (com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment) obj;
if (hasBusinessUnitReference() != other.hasBusinessUnitReference()) return false;
if (hasBusinessUnitReference()) {
if (!getBusinessUnitReference()
.equals(other.getBusinessUnitReference())) return false;
}
if (hasCustomerReference() != other.hasCustomerReference()) return false;
if (hasCustomerReference()) {
if (!getCustomerReference()
.equals(other.getCustomerReference())) return false;
}
if (hasSectorReference() != other.hasSectorReference()) return false;
if (hasSectorReference()) {
if (!getSectorReference()
.equals(other.getSectorReference())) return false;
}
if (!getProductType()
.equals(other.getProductType())) return false;
if (hasProposedTransactionReference() != other.hasProposedTransactionReference()) return false;
if (hasProposedTransactionReference()) {
if (!getProposedTransactionReference()
.equals(other.getProposedTransactionReference())) return false;
}
if (!getProposedTransactionRecord()
.equals(other.getProposedTransactionRecord())) return false;
if (!getProposedTransactionType()
.equals(other.getProposedTransactionType())) return false;
if (java.lang.Float.floatToIntBits(getProposedTransactionAmount())
!= java.lang.Float.floatToIntBits(
other.getProposedTransactionAmount())) return false;
if (!getProposedTransactionRecordDate()
.equals(other.getProposedTransactionRecordDate())) return false;
if (!getProposedTransactionBookingEntity()
.equals(other.getProposedTransactionBookingEntity())) 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 (hasBusinessUnitReference()) {
hash = (37 * hash) + BUSINESSUNITREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getBusinessUnitReference().hashCode();
}
if (hasCustomerReference()) {
hash = (37 * hash) + CUSTOMERREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerReference().hashCode();
}
if (hasSectorReference()) {
hash = (37 * hash) + SECTORREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getSectorReference().hashCode();
}
hash = (37 * hash) + PRODUCTTYPE_FIELD_NUMBER;
hash = (53 * hash) + getProductType().hashCode();
if (hasProposedTransactionReference()) {
hash = (37 * hash) + PROPOSEDTRANSACTIONREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getProposedTransactionReference().hashCode();
}
hash = (37 * hash) + PROPOSEDTRANSACTIONRECORD_FIELD_NUMBER;
hash = (53 * hash) + getProposedTransactionRecord().hashCode();
hash = (37 * hash) + PROPOSEDTRANSACTIONTYPE_FIELD_NUMBER;
hash = (53 * hash) + getProposedTransactionType().hashCode();
hash = (37 * hash) + PROPOSEDTRANSACTIONAMOUNT_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getProposedTransactionAmount());
hash = (37 * hash) + PROPOSEDTRANSACTIONRECORDDATE_FIELD_NUMBER;
hash = (53 * hash) + getProposedTransactionRecordDate().hashCode();
hash = (37 * hash) + PROPOSEDTRANSACTIONBOOKINGENTITY_FIELD_NUMBER;
hash = (53 * hash) + getProposedTransactionBookingEntity().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.class, com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.Builder.class);
}
// Construct using com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.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 (businessUnitReferenceBuilder_ == null) {
businessUnitReference_ = null;
} else {
businessUnitReference_ = null;
businessUnitReferenceBuilder_ = null;
}
if (customerReferenceBuilder_ == null) {
customerReference_ = null;
} else {
customerReference_ = null;
customerReferenceBuilder_ = null;
}
if (sectorReferenceBuilder_ == null) {
sectorReference_ = null;
} else {
sectorReference_ = null;
sectorReferenceBuilder_ = null;
}
productType_ = "";
if (proposedTransactionReferenceBuilder_ == null) {
proposedTransactionReference_ = null;
} else {
proposedTransactionReference_ = null;
proposedTransactionReferenceBuilder_ = null;
}
proposedTransactionRecord_ = "";
proposedTransactionType_ = "";
proposedTransactionAmount_ = 0F;
proposedTransactionRecordDate_ = "";
proposedTransactionBookingEntity_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor;
}
@java.lang.Override
public com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment getDefaultInstanceForType() {
return com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment build() {
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment buildPartial() {
com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment result = new com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment(this);
if (businessUnitReferenceBuilder_ == null) {
result.businessUnitReference_ = businessUnitReference_;
} else {
result.businessUnitReference_ = businessUnitReferenceBuilder_.build();
}
if (customerReferenceBuilder_ == null) {
result.customerReference_ = customerReference_;
} else {
result.customerReference_ = customerReferenceBuilder_.build();
}
if (sectorReferenceBuilder_ == null) {
result.sectorReference_ = sectorReference_;
} else {
result.sectorReference_ = sectorReferenceBuilder_.build();
}
result.productType_ = productType_;
if (proposedTransactionReferenceBuilder_ == null) {
result.proposedTransactionReference_ = proposedTransactionReference_;
} else {
result.proposedTransactionReference_ = proposedTransactionReferenceBuilder_.build();
}
result.proposedTransactionRecord_ = proposedTransactionRecord_;
result.proposedTransactionType_ = proposedTransactionType_;
result.proposedTransactionAmount_ = proposedTransactionAmount_;
result.proposedTransactionRecordDate_ = proposedTransactionRecordDate_;
result.proposedTransactionBookingEntity_ = proposedTransactionBookingEntity_;
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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment) {
return mergeFrom((com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment other) {
if (other == com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment.getDefaultInstance()) return this;
if (other.hasBusinessUnitReference()) {
mergeBusinessUnitReference(other.getBusinessUnitReference());
}
if (other.hasCustomerReference()) {
mergeCustomerReference(other.getCustomerReference());
}
if (other.hasSectorReference()) {
mergeSectorReference(other.getSectorReference());
}
if (!other.getProductType().isEmpty()) {
productType_ = other.productType_;
onChanged();
}
if (other.hasProposedTransactionReference()) {
mergeProposedTransactionReference(other.getProposedTransactionReference());
}
if (!other.getProposedTransactionRecord().isEmpty()) {
proposedTransactionRecord_ = other.proposedTransactionRecord_;
onChanged();
}
if (!other.getProposedTransactionType().isEmpty()) {
proposedTransactionType_ = other.proposedTransactionType_;
onChanged();
}
if (other.getProposedTransactionAmount() != 0F) {
setProposedTransactionAmount(other.getProposedTransactionAmount());
}
if (!other.getProposedTransactionRecordDate().isEmpty()) {
proposedTransactionRecordDate_ = other.proposedTransactionRecordDate_;
onChanged();
}
if (!other.getProposedTransactionBookingEntity().isEmpty()) {
proposedTransactionBookingEntity_ = other.proposedTransactionBookingEntity_;
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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.Any businessUnitReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> businessUnitReferenceBuilder_;
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return Whether the businessUnitReference field is set.
*/
public boolean hasBusinessUnitReference() {
return businessUnitReferenceBuilder_ != null || businessUnitReference_ != null;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
* @return The businessUnitReference.
*/
public com.google.protobuf.Any getBusinessUnitReference() {
if (businessUnitReferenceBuilder_ == null) {
return businessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessUnitReference_;
} else {
return businessUnitReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public Builder setBusinessUnitReference(com.google.protobuf.Any value) {
if (businessUnitReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
businessUnitReference_ = value;
onChanged();
} else {
businessUnitReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public Builder setBusinessUnitReference(
com.google.protobuf.Any.Builder builderForValue) {
if (businessUnitReferenceBuilder_ == null) {
businessUnitReference_ = builderForValue.build();
onChanged();
} else {
businessUnitReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public Builder mergeBusinessUnitReference(com.google.protobuf.Any value) {
if (businessUnitReferenceBuilder_ == null) {
if (businessUnitReference_ != null) {
businessUnitReference_ =
com.google.protobuf.Any.newBuilder(businessUnitReference_).mergeFrom(value).buildPartial();
} else {
businessUnitReference_ = value;
}
onChanged();
} else {
businessUnitReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public Builder clearBusinessUnitReference() {
if (businessUnitReferenceBuilder_ == null) {
businessUnitReference_ = null;
onChanged();
} else {
businessUnitReference_ = null;
businessUnitReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public com.google.protobuf.Any.Builder getBusinessUnitReferenceBuilder() {
onChanged();
return getBusinessUnitReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
public com.google.protobuf.AnyOrBuilder getBusinessUnitReferenceOrBuilder() {
if (businessUnitReferenceBuilder_ != null) {
return businessUnitReferenceBuilder_.getMessageOrBuilder();
} else {
return businessUnitReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : businessUnitReference_;
}
}
/**
* .google.protobuf.Any BusinessUnitReference = 515527207;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getBusinessUnitReferenceFieldBuilder() {
if (businessUnitReferenceBuilder_ == null) {
businessUnitReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getBusinessUnitReference(),
getParentForChildren(),
isClean());
businessUnitReference_ = null;
}
return businessUnitReferenceBuilder_;
}
private com.google.protobuf.Any customerReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> customerReferenceBuilder_;
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
public boolean hasCustomerReference() {
return customerReferenceBuilder_ != null || customerReference_ != null;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
public com.google.protobuf.Any getCustomerReference() {
if (customerReferenceBuilder_ == null) {
return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
} else {
return customerReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder setCustomerReference(com.google.protobuf.Any value) {
if (customerReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
customerReference_ = value;
onChanged();
} else {
customerReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder setCustomerReference(
com.google.protobuf.Any.Builder builderForValue) {
if (customerReferenceBuilder_ == null) {
customerReference_ = builderForValue.build();
onChanged();
} else {
customerReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder mergeCustomerReference(com.google.protobuf.Any value) {
if (customerReferenceBuilder_ == null) {
if (customerReference_ != null) {
customerReference_ =
com.google.protobuf.Any.newBuilder(customerReference_).mergeFrom(value).buildPartial();
} else {
customerReference_ = value;
}
onChanged();
} else {
customerReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder clearCustomerReference() {
if (customerReferenceBuilder_ == null) {
customerReference_ = null;
onChanged();
} else {
customerReference_ = null;
customerReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public com.google.protobuf.Any.Builder getCustomerReferenceBuilder() {
onChanged();
return getCustomerReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
if (customerReferenceBuilder_ != null) {
return customerReferenceBuilder_.getMessageOrBuilder();
} else {
return customerReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : customerReference_;
}
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getCustomerReferenceFieldBuilder() {
if (customerReferenceBuilder_ == null) {
customerReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getCustomerReference(),
getParentForChildren(),
isClean());
customerReference_ = null;
}
return customerReferenceBuilder_;
}
private com.google.protobuf.Any sectorReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> sectorReferenceBuilder_;
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return Whether the sectorReference field is set.
*/
public boolean hasSectorReference() {
return sectorReferenceBuilder_ != null || sectorReference_ != null;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
* @return The sectorReference.
*/
public com.google.protobuf.Any getSectorReference() {
if (sectorReferenceBuilder_ == null) {
return sectorReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : sectorReference_;
} else {
return sectorReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public Builder setSectorReference(com.google.protobuf.Any value) {
if (sectorReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
sectorReference_ = value;
onChanged();
} else {
sectorReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public Builder setSectorReference(
com.google.protobuf.Any.Builder builderForValue) {
if (sectorReferenceBuilder_ == null) {
sectorReference_ = builderForValue.build();
onChanged();
} else {
sectorReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public Builder mergeSectorReference(com.google.protobuf.Any value) {
if (sectorReferenceBuilder_ == null) {
if (sectorReference_ != null) {
sectorReference_ =
com.google.protobuf.Any.newBuilder(sectorReference_).mergeFrom(value).buildPartial();
} else {
sectorReference_ = value;
}
onChanged();
} else {
sectorReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public Builder clearSectorReference() {
if (sectorReferenceBuilder_ == null) {
sectorReference_ = null;
onChanged();
} else {
sectorReference_ = null;
sectorReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public com.google.protobuf.Any.Builder getSectorReferenceBuilder() {
onChanged();
return getSectorReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
public com.google.protobuf.AnyOrBuilder getSectorReferenceOrBuilder() {
if (sectorReferenceBuilder_ != null) {
return sectorReferenceBuilder_.getMessageOrBuilder();
} else {
return sectorReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : sectorReference_;
}
}
/**
* .google.protobuf.Any SectorReference = 268848542;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getSectorReferenceFieldBuilder() {
if (sectorReferenceBuilder_ == null) {
sectorReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getSectorReference(),
getParentForChildren(),
isClean());
sectorReference_ = null;
}
return sectorReferenceBuilder_;
}
private java.lang.Object productType_ = "";
/**
* string ProductType = 176253097;
* @return The productType.
*/
public java.lang.String getProductType() {
java.lang.Object ref = productType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
productType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ProductType = 176253097;
* @return The bytes for productType.
*/
public com.google.protobuf.ByteString
getProductTypeBytes() {
java.lang.Object ref = productType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
productType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ProductType = 176253097;
* @param value The productType to set.
* @return This builder for chaining.
*/
public Builder setProductType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
productType_ = value;
onChanged();
return this;
}
/**
* string ProductType = 176253097;
* @return This builder for chaining.
*/
public Builder clearProductType() {
productType_ = getDefaultInstance().getProductType();
onChanged();
return this;
}
/**
* string ProductType = 176253097;
* @param value The bytes for productType to set.
* @return This builder for chaining.
*/
public Builder setProductTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
productType_ = value;
onChanged();
return this;
}
private com.google.protobuf.Any proposedTransactionReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> proposedTransactionReferenceBuilder_;
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return Whether the proposedTransactionReference field is set.
*/
public boolean hasProposedTransactionReference() {
return proposedTransactionReferenceBuilder_ != null || proposedTransactionReference_ != null;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
* @return The proposedTransactionReference.
*/
public com.google.protobuf.Any getProposedTransactionReference() {
if (proposedTransactionReferenceBuilder_ == null) {
return proposedTransactionReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : proposedTransactionReference_;
} else {
return proposedTransactionReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public Builder setProposedTransactionReference(com.google.protobuf.Any value) {
if (proposedTransactionReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
proposedTransactionReference_ = value;
onChanged();
} else {
proposedTransactionReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public Builder setProposedTransactionReference(
com.google.protobuf.Any.Builder builderForValue) {
if (proposedTransactionReferenceBuilder_ == null) {
proposedTransactionReference_ = builderForValue.build();
onChanged();
} else {
proposedTransactionReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public Builder mergeProposedTransactionReference(com.google.protobuf.Any value) {
if (proposedTransactionReferenceBuilder_ == null) {
if (proposedTransactionReference_ != null) {
proposedTransactionReference_ =
com.google.protobuf.Any.newBuilder(proposedTransactionReference_).mergeFrom(value).buildPartial();
} else {
proposedTransactionReference_ = value;
}
onChanged();
} else {
proposedTransactionReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public Builder clearProposedTransactionReference() {
if (proposedTransactionReferenceBuilder_ == null) {
proposedTransactionReference_ = null;
onChanged();
} else {
proposedTransactionReference_ = null;
proposedTransactionReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public com.google.protobuf.Any.Builder getProposedTransactionReferenceBuilder() {
onChanged();
return getProposedTransactionReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
public com.google.protobuf.AnyOrBuilder getProposedTransactionReferenceOrBuilder() {
if (proposedTransactionReferenceBuilder_ != null) {
return proposedTransactionReferenceBuilder_.getMessageOrBuilder();
} else {
return proposedTransactionReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : proposedTransactionReference_;
}
}
/**
* .google.protobuf.Any ProposedTransactionReference = 405662390;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getProposedTransactionReferenceFieldBuilder() {
if (proposedTransactionReferenceBuilder_ == null) {
proposedTransactionReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getProposedTransactionReference(),
getParentForChildren(),
isClean());
proposedTransactionReference_ = null;
}
return proposedTransactionReferenceBuilder_;
}
private java.lang.Object proposedTransactionRecord_ = "";
/**
* string ProposedTransactionRecord = 525973996;
* @return The proposedTransactionRecord.
*/
public java.lang.String getProposedTransactionRecord() {
java.lang.Object ref = proposedTransactionRecord_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
proposedTransactionRecord_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ProposedTransactionRecord = 525973996;
* @return The bytes for proposedTransactionRecord.
*/
public com.google.protobuf.ByteString
getProposedTransactionRecordBytes() {
java.lang.Object ref = proposedTransactionRecord_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ProposedTransactionRecord = 525973996;
* @param value The proposedTransactionRecord to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionRecord(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
proposedTransactionRecord_ = value;
onChanged();
return this;
}
/**
* string ProposedTransactionRecord = 525973996;
* @return This builder for chaining.
*/
public Builder clearProposedTransactionRecord() {
proposedTransactionRecord_ = getDefaultInstance().getProposedTransactionRecord();
onChanged();
return this;
}
/**
* string ProposedTransactionRecord = 525973996;
* @param value The bytes for proposedTransactionRecord to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionRecordBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
proposedTransactionRecord_ = value;
onChanged();
return this;
}
private java.lang.Object proposedTransactionType_ = "";
/**
* string ProposedTransactionType = 510681812;
* @return The proposedTransactionType.
*/
public java.lang.String getProposedTransactionType() {
java.lang.Object ref = proposedTransactionType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
proposedTransactionType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ProposedTransactionType = 510681812;
* @return The bytes for proposedTransactionType.
*/
public com.google.protobuf.ByteString
getProposedTransactionTypeBytes() {
java.lang.Object ref = proposedTransactionType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ProposedTransactionType = 510681812;
* @param value The proposedTransactionType to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
proposedTransactionType_ = value;
onChanged();
return this;
}
/**
* string ProposedTransactionType = 510681812;
* @return This builder for chaining.
*/
public Builder clearProposedTransactionType() {
proposedTransactionType_ = getDefaultInstance().getProposedTransactionType();
onChanged();
return this;
}
/**
* string ProposedTransactionType = 510681812;
* @param value The bytes for proposedTransactionType to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
proposedTransactionType_ = value;
onChanged();
return this;
}
private float proposedTransactionAmount_ ;
/**
* float ProposedTransactionAmount = 47029747;
* @return The proposedTransactionAmount.
*/
@java.lang.Override
public float getProposedTransactionAmount() {
return proposedTransactionAmount_;
}
/**
* float ProposedTransactionAmount = 47029747;
* @param value The proposedTransactionAmount to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionAmount(float value) {
proposedTransactionAmount_ = value;
onChanged();
return this;
}
/**
* float ProposedTransactionAmount = 47029747;
* @return This builder for chaining.
*/
public Builder clearProposedTransactionAmount() {
proposedTransactionAmount_ = 0F;
onChanged();
return this;
}
private java.lang.Object proposedTransactionRecordDate_ = "";
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The proposedTransactionRecordDate.
*/
public java.lang.String getProposedTransactionRecordDate() {
java.lang.Object ref = proposedTransactionRecordDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
proposedTransactionRecordDate_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ProposedTransactionRecordDate = 113836346;
* @return The bytes for proposedTransactionRecordDate.
*/
public com.google.protobuf.ByteString
getProposedTransactionRecordDateBytes() {
java.lang.Object ref = proposedTransactionRecordDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionRecordDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ProposedTransactionRecordDate = 113836346;
* @param value The proposedTransactionRecordDate to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionRecordDate(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
proposedTransactionRecordDate_ = value;
onChanged();
return this;
}
/**
* string ProposedTransactionRecordDate = 113836346;
* @return This builder for chaining.
*/
public Builder clearProposedTransactionRecordDate() {
proposedTransactionRecordDate_ = getDefaultInstance().getProposedTransactionRecordDate();
onChanged();
return this;
}
/**
* string ProposedTransactionRecordDate = 113836346;
* @param value The bytes for proposedTransactionRecordDate to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionRecordDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
proposedTransactionRecordDate_ = value;
onChanged();
return this;
}
private java.lang.Object proposedTransactionBookingEntity_ = "";
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The proposedTransactionBookingEntity.
*/
public java.lang.String getProposedTransactionBookingEntity() {
java.lang.Object ref = proposedTransactionBookingEntity_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
proposedTransactionBookingEntity_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return The bytes for proposedTransactionBookingEntity.
*/
public com.google.protobuf.ByteString
getProposedTransactionBookingEntityBytes() {
java.lang.Object ref = proposedTransactionBookingEntity_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
proposedTransactionBookingEntity_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string ProposedTransactionBookingEntity = 348051198;
* @param value The proposedTransactionBookingEntity to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionBookingEntity(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
proposedTransactionBookingEntity_ = value;
onChanged();
return this;
}
/**
* string ProposedTransactionBookingEntity = 348051198;
* @return This builder for chaining.
*/
public Builder clearProposedTransactionBookingEntity() {
proposedTransactionBookingEntity_ = getDefaultInstance().getProposedTransactionBookingEntity();
onChanged();
return this;
}
/**
* string ProposedTransactionBookingEntity = 348051198;
* @param value The bytes for proposedTransactionBookingEntity to set.
* @return This builder for chaining.
*/
public Builder setProposedTransactionBookingEntityBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
proposedTransactionBookingEntity_ = 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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment)
private static final com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment();
}
public static com.redhat.mercury.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public EvaluateCreditPricingAssessmentRequestCreditPricingAssessment parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new EvaluateCreditPricingAssessmentRequestCreditPricingAssessment(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.creditmanagement.v10.EvaluateCreditPricingAssessmentRequestCreditPricingAssessmentOuterClass.EvaluateCreditPricingAssessmentRequestCreditPricingAssessment getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\nTv10/model/evaluate_credit_pricing_asse" +
"ssment_request_credit_pricing_assessment" +
".proto\022\'com.redhat.mercury.creditmanagem" +
"ent.v10\032\031google/protobuf/any.proto\"\201\004\n=E" +
"valuateCreditPricingAssessmentRequestCre" +
"ditPricingAssessment\0227\n\025BusinessUnitRefe" +
"rence\030\247\244\351\365\001 \001(\0132\024.google.protobuf.Any\0222\n" +
"\021CustomerReference\030\360\261\374\026 \001(\0132\024.google.pro" +
"tobuf.Any\0221\n\017SectorReference\030\236\233\231\200\001 \001(\0132\024" +
".google.protobuf.Any\022\026\n\013ProductType\030\251\321\205T" +
" \001(\t\022>\n\034ProposedTransactionReference\030\266\325\267" +
"\301\001 \001(\0132\024.google.protobuf.Any\022%\n\031Proposed" +
"TransactionRecord\030\354\363\346\372\001 \001(\t\022#\n\027ProposedT" +
"ransactionType\030\324\305\301\363\001 \001(\t\022$\n\031ProposedTran" +
"sactionAmount\030\363\273\266\026 \001(\002\022(\n\035ProposedTransa" +
"ctionRecordDate\030\272\202\2446 \001(\t\022,\n ProposedTran" +
"sactionBookingEntity\030\376\255\373\245\001 \001(\tP\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_creditmanagement_v10_EvaluateCreditPricingAssessmentRequestCreditPricingAssessment_descriptor,
new java.lang.String[] { "BusinessUnitReference", "CustomerReference", "SectorReference", "ProductType", "ProposedTransactionReference", "ProposedTransactionRecord", "ProposedTransactionType", "ProposedTransactionAmount", "ProposedTransactionRecordDate", "ProposedTransactionBookingEntity", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy