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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: system_undelete.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; * @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.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; * @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.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 - 2024 Weber Informatics LLC | Privacy Policy