com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: system_undelete.proto
package com.hedera.hashgraph.sdk.proto;
public interface SystemUndeleteTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.SystemUndeleteTransactionBody)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The file ID to undelete, in the format used in transactions
*
*
* .proto.FileID fileID = 1;
* @return Whether the fileID field is set.
*/
boolean hasFileID();
/**
*
**
* The file ID to undelete, in the format used in transactions
*
*
* .proto.FileID fileID = 1;
* @return The fileID.
*/
com.hedera.hashgraph.sdk.proto.FileID getFileID();
/**
*
**
* The contract ID instance to undelete, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
* @return Whether the contractID field is set.
*/
boolean hasContractID();
/**
*
**
* The contract ID instance to undelete, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
* @return The contractID.
*/
com.hedera.hashgraph.sdk.proto.ContractID getContractID();
public com.hedera.hashgraph.sdk.proto.SystemUndeleteTransactionBody.IdCase getIdCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy