Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/token/account.proto
package com.hederahashgraph.api.proto.java;
/**
*
**
* Allowance granted by this account to a spender for a specific non-fungible token
* using ApproveForAll. This allows spender to spend all serial numbers for the given
* non-fungible token id.
*
*
* Protobuf type {@code proto.AccountApprovalForAllAllowance}
*/
public final class AccountApprovalForAllAllowance extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:proto.AccountApprovalForAllAllowance)
AccountApprovalForAllAllowanceOrBuilder {
private static final long serialVersionUID = 0L;
// Use AccountApprovalForAllAllowance.newBuilder() to construct.
private AccountApprovalForAllAllowance(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AccountApprovalForAllAllowance() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AccountApprovalForAllAllowance();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private AccountApprovalForAllAllowance(
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 10: {
com.hederahashgraph.api.proto.java.TokenID.Builder subBuilder = null;
if (tokenId_ != null) {
subBuilder = tokenId_.toBuilder();
}
tokenId_ = input.readMessage(com.hederahashgraph.api.proto.java.TokenID.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(tokenId_);
tokenId_ = subBuilder.buildPartial();
}
break;
}
case 18: {
com.hederahashgraph.api.proto.java.AccountID.Builder subBuilder = null;
if (spenderId_ != null) {
subBuilder = spenderId_.toBuilder();
}
spenderId_ = input.readMessage(com.hederahashgraph.api.proto.java.AccountID.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(spenderId_);
spenderId_ = 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.AccountOuterClass.internal_static_proto_AccountApprovalForAllAllowance_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hederahashgraph.api.proto.java.AccountOuterClass.internal_static_proto_AccountApprovalForAllAllowance_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance.class, com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance.Builder.class);
}
public static final int TOKEN_ID_FIELD_NUMBER = 1;
private com.hederahashgraph.api.proto.java.TokenID tokenId_;
/**
* .proto.TokenID token_id = 1;
* @return Whether the tokenId field is set.
*/
@java.lang.Override
public boolean hasTokenId() {
return tokenId_ != null;
}
/**
* .proto.TokenID token_id = 1;
* @return The tokenId.
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.TokenID getTokenId() {
return tokenId_ == null ? com.hederahashgraph.api.proto.java.TokenID.getDefaultInstance() : tokenId_;
}
/**
* .proto.TokenID token_id = 1;
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder() {
return getTokenId();
}
public static final int SPENDER_ID_FIELD_NUMBER = 2;
private com.hederahashgraph.api.proto.java.AccountID spenderId_;
/**
* .proto.AccountID spender_id = 2;
* @return Whether the spenderId field is set.
*/
@java.lang.Override
public boolean hasSpenderId() {
return spenderId_ != null;
}
/**
* .proto.AccountID spender_id = 2;
* @return The spenderId.
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.AccountID getSpenderId() {
return spenderId_ == null ? com.hederahashgraph.api.proto.java.AccountID.getDefaultInstance() : spenderId_;
}
/**
* .proto.AccountID spender_id = 2;
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.AccountIDOrBuilder getSpenderIdOrBuilder() {
return getSpenderId();
}
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 (tokenId_ != null) {
output.writeMessage(1, getTokenId());
}
if (spenderId_ != null) {
output.writeMessage(2, getSpenderId());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (tokenId_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getTokenId());
}
if (spenderId_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getSpenderId());
}
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.AccountApprovalForAllAllowance)) {
return super.equals(obj);
}
com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance other = (com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance) obj;
if (hasTokenId() != other.hasTokenId()) return false;
if (hasTokenId()) {
if (!getTokenId()
.equals(other.getTokenId())) return false;
}
if (hasSpenderId() != other.hasSpenderId()) return false;
if (hasSpenderId()) {
if (!getSpenderId()
.equals(other.getSpenderId())) 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 (hasTokenId()) {
hash = (37 * hash) + TOKEN_ID_FIELD_NUMBER;
hash = (53 * hash) + getTokenId().hashCode();
}
if (hasSpenderId()) {
hash = (37 * hash) + SPENDER_ID_FIELD_NUMBER;
hash = (53 * hash) + getSpenderId().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.hederahashgraph.api.proto.java.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance 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.AccountApprovalForAllAllowance 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;
}
/**
*
**
* Allowance granted by this account to a spender for a specific non-fungible token
* using ApproveForAll. This allows spender to spend all serial numbers for the given
* non-fungible token id.
*