com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/execute_service_fees_response_service_fees.proto
package com.redhat.mercury.consumeradvisoryservices.v10;
public final class ExecuteServiceFeesResponseServiceFeesOuterClass {
private ExecuteServiceFeesResponseServiceFeesOuterClass() {}
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 ExecuteServiceFeesResponseServiceFeesOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees)
com.google.protobuf.MessageOrBuilder {
/**
* string FeeApplicationRecord = 46807302;
* @return The feeApplicationRecord.
*/
java.lang.String getFeeApplicationRecord();
/**
* string FeeApplicationRecord = 46807302;
* @return The bytes for feeApplicationRecord.
*/
com.google.protobuf.ByteString
getFeeApplicationRecordBytes();
/**
* string FeeTransaction = 394826857;
* @return The feeTransaction.
*/
java.lang.String getFeeTransaction();
/**
* string FeeTransaction = 394826857;
* @return The bytes for feeTransaction.
*/
com.google.protobuf.ByteString
getFeeTransactionBytes();
/**
* string FeeTransactionType = 514858256;
* @return The feeTransactionType.
*/
java.lang.String getFeeTransactionType();
/**
* string FeeTransactionType = 514858256;
* @return The bytes for feeTransactionType.
*/
com.google.protobuf.ByteString
getFeeTransactionTypeBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees}
*/
public static final class ExecuteServiceFeesResponseServiceFees extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees)
ExecuteServiceFeesResponseServiceFeesOrBuilder {
private static final long serialVersionUID = 0L;
// Use ExecuteServiceFeesResponseServiceFees.newBuilder() to construct.
private ExecuteServiceFeesResponseServiceFees(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ExecuteServiceFeesResponseServiceFees() {
feeApplicationRecord_ = "";
feeTransaction_ = "";
feeTransactionType_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ExecuteServiceFeesResponseServiceFees();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ExecuteServiceFeesResponseServiceFees(
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 374458418: {
java.lang.String s = input.readStringRequireUtf8();
feeApplicationRecord_ = s;
break;
}
case -1136352438: {
java.lang.String s = input.readStringRequireUtf8();
feeTransaction_ = s;
break;
}
case -176101246: {
java.lang.String s = input.readStringRequireUtf8();
feeTransactionType_ = 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.class, com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.Builder.class);
}
public static final int FEEAPPLICATIONRECORD_FIELD_NUMBER = 46807302;
private volatile java.lang.Object feeApplicationRecord_;
/**
* string FeeApplicationRecord = 46807302;
* @return The feeApplicationRecord.
*/
@java.lang.Override
public java.lang.String getFeeApplicationRecord() {
java.lang.Object ref = feeApplicationRecord_;
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();
feeApplicationRecord_ = s;
return s;
}
}
/**
* string FeeApplicationRecord = 46807302;
* @return The bytes for feeApplicationRecord.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFeeApplicationRecordBytes() {
java.lang.Object ref = feeApplicationRecord_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeApplicationRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FEETRANSACTION_FIELD_NUMBER = 394826857;
private volatile java.lang.Object feeTransaction_;
/**
* string FeeTransaction = 394826857;
* @return The feeTransaction.
*/
@java.lang.Override
public java.lang.String getFeeTransaction() {
java.lang.Object ref = feeTransaction_;
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();
feeTransaction_ = s;
return s;
}
}
/**
* string FeeTransaction = 394826857;
* @return The bytes for feeTransaction.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFeeTransactionBytes() {
java.lang.Object ref = feeTransaction_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeTransaction_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FEETRANSACTIONTYPE_FIELD_NUMBER = 514858256;
private volatile java.lang.Object feeTransactionType_;
/**
* string FeeTransactionType = 514858256;
* @return The feeTransactionType.
*/
@java.lang.Override
public java.lang.String getFeeTransactionType() {
java.lang.Object ref = feeTransactionType_;
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();
feeTransactionType_ = s;
return s;
}
}
/**
* string FeeTransactionType = 514858256;
* @return The bytes for feeTransactionType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFeeTransactionTypeBytes() {
java.lang.Object ref = feeTransactionType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeTransactionType_ = 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(feeApplicationRecord_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 46807302, feeApplicationRecord_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransaction_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 394826857, feeTransaction_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 514858256, feeTransactionType_);
}
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(feeApplicationRecord_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(46807302, feeApplicationRecord_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransaction_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(394826857, feeTransaction_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(feeTransactionType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(514858256, feeTransactionType_);
}
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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees)) {
return super.equals(obj);
}
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees other = (com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees) obj;
if (!getFeeApplicationRecord()
.equals(other.getFeeApplicationRecord())) return false;
if (!getFeeTransaction()
.equals(other.getFeeTransaction())) return false;
if (!getFeeTransactionType()
.equals(other.getFeeTransactionType())) 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) + FEEAPPLICATIONRECORD_FIELD_NUMBER;
hash = (53 * hash) + getFeeApplicationRecord().hashCode();
hash = (37 * hash) + FEETRANSACTION_FIELD_NUMBER;
hash = (53 * hash) + getFeeTransaction().hashCode();
hash = (37 * hash) + FEETRANSACTIONTYPE_FIELD_NUMBER;
hash = (53 * hash) + getFeeTransactionType().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees)
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFeesOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.class, com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.Builder.class);
}
// Construct using com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.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();
feeApplicationRecord_ = "";
feeTransaction_ = "";
feeTransactionType_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor;
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees getDefaultInstanceForType() {
return com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees build() {
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees buildPartial() {
com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees result = new com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees(this);
result.feeApplicationRecord_ = feeApplicationRecord_;
result.feeTransaction_ = feeTransaction_;
result.feeTransactionType_ = feeTransactionType_;
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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees) {
return mergeFrom((com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees other) {
if (other == com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees.getDefaultInstance()) return this;
if (!other.getFeeApplicationRecord().isEmpty()) {
feeApplicationRecord_ = other.feeApplicationRecord_;
onChanged();
}
if (!other.getFeeTransaction().isEmpty()) {
feeTransaction_ = other.feeTransaction_;
onChanged();
}
if (!other.getFeeTransactionType().isEmpty()) {
feeTransactionType_ = other.feeTransactionType_;
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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object feeApplicationRecord_ = "";
/**
* string FeeApplicationRecord = 46807302;
* @return The feeApplicationRecord.
*/
public java.lang.String getFeeApplicationRecord() {
java.lang.Object ref = feeApplicationRecord_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
feeApplicationRecord_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string FeeApplicationRecord = 46807302;
* @return The bytes for feeApplicationRecord.
*/
public com.google.protobuf.ByteString
getFeeApplicationRecordBytes() {
java.lang.Object ref = feeApplicationRecord_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeApplicationRecord_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string FeeApplicationRecord = 46807302;
* @param value The feeApplicationRecord to set.
* @return This builder for chaining.
*/
public Builder setFeeApplicationRecord(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
feeApplicationRecord_ = value;
onChanged();
return this;
}
/**
* string FeeApplicationRecord = 46807302;
* @return This builder for chaining.
*/
public Builder clearFeeApplicationRecord() {
feeApplicationRecord_ = getDefaultInstance().getFeeApplicationRecord();
onChanged();
return this;
}
/**
* string FeeApplicationRecord = 46807302;
* @param value The bytes for feeApplicationRecord to set.
* @return This builder for chaining.
*/
public Builder setFeeApplicationRecordBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
feeApplicationRecord_ = value;
onChanged();
return this;
}
private java.lang.Object feeTransaction_ = "";
/**
* string FeeTransaction = 394826857;
* @return The feeTransaction.
*/
public java.lang.String getFeeTransaction() {
java.lang.Object ref = feeTransaction_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
feeTransaction_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string FeeTransaction = 394826857;
* @return The bytes for feeTransaction.
*/
public com.google.protobuf.ByteString
getFeeTransactionBytes() {
java.lang.Object ref = feeTransaction_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeTransaction_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string FeeTransaction = 394826857;
* @param value The feeTransaction to set.
* @return This builder for chaining.
*/
public Builder setFeeTransaction(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
feeTransaction_ = value;
onChanged();
return this;
}
/**
* string FeeTransaction = 394826857;
* @return This builder for chaining.
*/
public Builder clearFeeTransaction() {
feeTransaction_ = getDefaultInstance().getFeeTransaction();
onChanged();
return this;
}
/**
* string FeeTransaction = 394826857;
* @param value The bytes for feeTransaction to set.
* @return This builder for chaining.
*/
public Builder setFeeTransactionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
feeTransaction_ = value;
onChanged();
return this;
}
private java.lang.Object feeTransactionType_ = "";
/**
* string FeeTransactionType = 514858256;
* @return The feeTransactionType.
*/
public java.lang.String getFeeTransactionType() {
java.lang.Object ref = feeTransactionType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
feeTransactionType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string FeeTransactionType = 514858256;
* @return The bytes for feeTransactionType.
*/
public com.google.protobuf.ByteString
getFeeTransactionTypeBytes() {
java.lang.Object ref = feeTransactionType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
feeTransactionType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string FeeTransactionType = 514858256;
* @param value The feeTransactionType to set.
* @return This builder for chaining.
*/
public Builder setFeeTransactionType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
feeTransactionType_ = value;
onChanged();
return this;
}
/**
* string FeeTransactionType = 514858256;
* @return This builder for chaining.
*/
public Builder clearFeeTransactionType() {
feeTransactionType_ = getDefaultInstance().getFeeTransactionType();
onChanged();
return this;
}
/**
* string FeeTransactionType = 514858256;
* @param value The bytes for feeTransactionType to set.
* @return This builder for chaining.
*/
public Builder setFeeTransactionTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
feeTransactionType_ = 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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFees)
private static final com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees();
}
public static com.redhat.mercury.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ExecuteServiceFeesResponseServiceFees parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ExecuteServiceFeesResponseServiceFees(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.consumeradvisoryservices.v10.ExecuteServiceFeesResponseServiceFeesOuterClass.ExecuteServiceFeesResponseServiceFees getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_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/execute_service_fees_respons" +
"e_service_fees.proto\022/com.redhat.mercury" +
".consumeradvisoryservices.v10\"\204\001\n%Execut" +
"eServiceFeesResponseServiceFees\022\037\n\024FeeAp" +
"plicationRecord\030\206\362\250\026 \001(\t\022\032\n\016FeeTransacti" +
"on\030\351\250\242\274\001 \001(\t\022\036\n\022FeeTransactionType\030\220\272\300\365\001" +
" \001(\tb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_ExecuteServiceFeesResponseServiceFees_descriptor,
new java.lang.String[] { "FeeApplicationRecord", "FeeTransaction", "FeeTransactionType", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy