All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.FixedFee Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: custom_fees.proto

package com.hederahashgraph.api.proto.java;

/**
 * 
 **
 * A fixed number of units (hbar or token) to assess as a fee during a CryptoTransfer that transfers
 * units of the token to which this fixed fee is attached.
 * 
* * Protobuf type {@code proto.FixedFee} */ public final class FixedFee extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.FixedFee) FixedFeeOrBuilder { private static final long serialVersionUID = 0L; // Use FixedFee.newBuilder() to construct. private FixedFee(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FixedFee() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FixedFee(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private FixedFee( 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 8: { amount_ = input.readInt64(); break; } case 18: { com.hederahashgraph.api.proto.java.TokenID.Builder subBuilder = null; if (denominatingTokenId_ != null) { subBuilder = denominatingTokenId_.toBuilder(); } denominatingTokenId_ = input.readMessage(com.hederahashgraph.api.proto.java.TokenID.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(denominatingTokenId_); denominatingTokenId_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.CustomFees.internal_static_proto_FixedFee_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.CustomFees.internal_static_proto_FixedFee_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.FixedFee.class, com.hederahashgraph.api.proto.java.FixedFee.Builder.class); } public static final int AMOUNT_FIELD_NUMBER = 1; private long amount_; /** *
   **
   * The number of units to assess as a fee
   * 
* * int64 amount = 1; * @return The amount. */ @java.lang.Override public long getAmount() { return amount_; } public static final int DENOMINATING_TOKEN_ID_FIELD_NUMBER = 2; private com.hederahashgraph.api.proto.java.TokenID denominatingTokenId_; /** *
   **
   * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
   * of the newly created token if set to the sentinel value of 0.0.0
   * 
* * .proto.TokenID denominating_token_id = 2; * @return Whether the denominatingTokenId field is set. */ @java.lang.Override public boolean hasDenominatingTokenId() { return denominatingTokenId_ != null; } /** *
   **
   * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
   * of the newly created token if set to the sentinel value of 0.0.0
   * 
* * .proto.TokenID denominating_token_id = 2; * @return The denominatingTokenId. */ @java.lang.Override public com.hederahashgraph.api.proto.java.TokenID getDenominatingTokenId() { return denominatingTokenId_ == null ? com.hederahashgraph.api.proto.java.TokenID.getDefaultInstance() : denominatingTokenId_; } /** *
   **
   * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
   * of the newly created token if set to the sentinel value of 0.0.0
   * 
* * .proto.TokenID denominating_token_id = 2; */ @java.lang.Override public com.hederahashgraph.api.proto.java.TokenIDOrBuilder getDenominatingTokenIdOrBuilder() { return getDenominatingTokenId(); } 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 (amount_ != 0L) { output.writeInt64(1, amount_); } if (denominatingTokenId_ != null) { output.writeMessage(2, getDenominatingTokenId()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (amount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, amount_); } if (denominatingTokenId_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getDenominatingTokenId()); } 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.hederahashgraph.api.proto.java.FixedFee)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.FixedFee other = (com.hederahashgraph.api.proto.java.FixedFee) obj; if (getAmount() != other.getAmount()) return false; if (hasDenominatingTokenId() != other.hasDenominatingTokenId()) return false; if (hasDenominatingTokenId()) { if (!getDenominatingTokenId() .equals(other.getDenominatingTokenId())) 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) + AMOUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getAmount()); if (hasDenominatingTokenId()) { hash = (37 * hash) + DENOMINATING_TOKEN_ID_FIELD_NUMBER; hash = (53 * hash) + getDenominatingTokenId().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.FixedFee parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.FixedFee 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.hederahashgraph.api.proto.java.FixedFee parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.FixedFee 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.hederahashgraph.api.proto.java.FixedFee parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.FixedFee 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.hederahashgraph.api.proto.java.FixedFee 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; } /** *
   **
   * A fixed number of units (hbar or token) to assess as a fee during a CryptoTransfer that transfers
   * units of the token to which this fixed fee is attached.
   * 
* * Protobuf type {@code proto.FixedFee} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.FixedFee) com.hederahashgraph.api.proto.java.FixedFeeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.CustomFees.internal_static_proto_FixedFee_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.CustomFees.internal_static_proto_FixedFee_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.FixedFee.class, com.hederahashgraph.api.proto.java.FixedFee.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.FixedFee.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(); amount_ = 0L; if (denominatingTokenIdBuilder_ == null) { denominatingTokenId_ = null; } else { denominatingTokenId_ = null; denominatingTokenIdBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.CustomFees.internal_static_proto_FixedFee_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.FixedFee getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.FixedFee.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.FixedFee build() { com.hederahashgraph.api.proto.java.FixedFee result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.FixedFee buildPartial() { com.hederahashgraph.api.proto.java.FixedFee result = new com.hederahashgraph.api.proto.java.FixedFee(this); result.amount_ = amount_; if (denominatingTokenIdBuilder_ == null) { result.denominatingTokenId_ = denominatingTokenId_; } else { result.denominatingTokenId_ = denominatingTokenIdBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.hederahashgraph.api.proto.java.FixedFee) { return mergeFrom((com.hederahashgraph.api.proto.java.FixedFee)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.FixedFee other) { if (other == com.hederahashgraph.api.proto.java.FixedFee.getDefaultInstance()) return this; if (other.getAmount() != 0L) { setAmount(other.getAmount()); } if (other.hasDenominatingTokenId()) { mergeDenominatingTokenId(other.getDenominatingTokenId()); } 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.hederahashgraph.api.proto.java.FixedFee parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.FixedFee) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private long amount_ ; /** *
     **
     * The number of units to assess as a fee
     * 
* * int64 amount = 1; * @return The amount. */ @java.lang.Override public long getAmount() { return amount_; } /** *
     **
     * The number of units to assess as a fee
     * 
* * int64 amount = 1; * @param value The amount to set. * @return This builder for chaining. */ public Builder setAmount(long value) { amount_ = value; onChanged(); return this; } /** *
     **
     * The number of units to assess as a fee
     * 
* * int64 amount = 1; * @return This builder for chaining. */ public Builder clearAmount() { amount_ = 0L; onChanged(); return this; } private com.hederahashgraph.api.proto.java.TokenID denominatingTokenId_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TokenID, com.hederahashgraph.api.proto.java.TokenID.Builder, com.hederahashgraph.api.proto.java.TokenIDOrBuilder> denominatingTokenIdBuilder_; /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; * @return Whether the denominatingTokenId field is set. */ public boolean hasDenominatingTokenId() { return denominatingTokenIdBuilder_ != null || denominatingTokenId_ != null; } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; * @return The denominatingTokenId. */ public com.hederahashgraph.api.proto.java.TokenID getDenominatingTokenId() { if (denominatingTokenIdBuilder_ == null) { return denominatingTokenId_ == null ? com.hederahashgraph.api.proto.java.TokenID.getDefaultInstance() : denominatingTokenId_; } else { return denominatingTokenIdBuilder_.getMessage(); } } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public Builder setDenominatingTokenId(com.hederahashgraph.api.proto.java.TokenID value) { if (denominatingTokenIdBuilder_ == null) { if (value == null) { throw new NullPointerException(); } denominatingTokenId_ = value; onChanged(); } else { denominatingTokenIdBuilder_.setMessage(value); } return this; } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public Builder setDenominatingTokenId( com.hederahashgraph.api.proto.java.TokenID.Builder builderForValue) { if (denominatingTokenIdBuilder_ == null) { denominatingTokenId_ = builderForValue.build(); onChanged(); } else { denominatingTokenIdBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public Builder mergeDenominatingTokenId(com.hederahashgraph.api.proto.java.TokenID value) { if (denominatingTokenIdBuilder_ == null) { if (denominatingTokenId_ != null) { denominatingTokenId_ = com.hederahashgraph.api.proto.java.TokenID.newBuilder(denominatingTokenId_).mergeFrom(value).buildPartial(); } else { denominatingTokenId_ = value; } onChanged(); } else { denominatingTokenIdBuilder_.mergeFrom(value); } return this; } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public Builder clearDenominatingTokenId() { if (denominatingTokenIdBuilder_ == null) { denominatingTokenId_ = null; onChanged(); } else { denominatingTokenId_ = null; denominatingTokenIdBuilder_ = null; } return this; } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public com.hederahashgraph.api.proto.java.TokenID.Builder getDenominatingTokenIdBuilder() { onChanged(); return getDenominatingTokenIdFieldBuilder().getBuilder(); } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ public com.hederahashgraph.api.proto.java.TokenIDOrBuilder getDenominatingTokenIdOrBuilder() { if (denominatingTokenIdBuilder_ != null) { return denominatingTokenIdBuilder_.getMessageOrBuilder(); } else { return denominatingTokenId_ == null ? com.hederahashgraph.api.proto.java.TokenID.getDefaultInstance() : denominatingTokenId_; } } /** *
     **
     * The denomination of the fee; taken as hbar if left unset and, in a TokenCreate, taken as the id
     * of the newly created token if set to the sentinel value of 0.0.0
     * 
* * .proto.TokenID denominating_token_id = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TokenID, com.hederahashgraph.api.proto.java.TokenID.Builder, com.hederahashgraph.api.proto.java.TokenIDOrBuilder> getDenominatingTokenIdFieldBuilder() { if (denominatingTokenIdBuilder_ == null) { denominatingTokenIdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TokenID, com.hederahashgraph.api.proto.java.TokenID.Builder, com.hederahashgraph.api.proto.java.TokenIDOrBuilder>( getDenominatingTokenId(), getParentForChildren(), isClean()); denominatingTokenId_ = null; } return denominatingTokenIdBuilder_; } @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:proto.FixedFee) } // @@protoc_insertion_point(class_scope:proto.FixedFee) private static final com.hederahashgraph.api.proto.java.FixedFee DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.FixedFee(); } public static com.hederahashgraph.api.proto.java.FixedFee getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FixedFee parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new FixedFee(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.hederahashgraph.api.proto.java.FixedFee getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy