com.hederahashgraph.api.proto.java.SystemUndeleteTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SystemUndelete.proto
package com.hederahashgraph.api.proto.java;
public interface SystemUndeleteTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.SystemUndeleteTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
* The file ID to undelete, in the format used in transactions
*
*
* .proto.FileID fileID = 1;
*/
boolean hasFileID();
/**
*
* The file ID to undelete, in the format used in transactions
*
*
* .proto.FileID fileID = 1;
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
* The file ID to undelete, in the format used in transactions
*
*
* .proto.FileID fileID = 1;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
/**
*
* The contract ID instance to undelete, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
boolean hasContractID();
/**
*
* The contract ID instance to undelete, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
* The contract ID instance to undelete, in the format used in transactions
*
*
* .proto.ContractID contractID = 2;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
public com.hederahashgraph.api.proto.java.SystemUndeleteTransactionBody.IdCase getIdCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy