Interface FileDeleteTransactionBodyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
FileDeleteTransactionBody, FileDeleteTransactionBody.Builder

@Generated public interface FileDeleteTransactionBodyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * A file identifier.<br/> This identifies the file to delete.
    boolean
    * A file identifier.<br/> This identifies the file to delete.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasFileID

      boolean hasFileID()
       *
       A file identifier.<br/>
       This identifies the file to delete.
       <p>
       The identified file MUST NOT be a "system" file.<br/>
       This field is REQUIRED.
       
      .proto.FileID fileID = 2;
      Returns:
      Whether the fileID field is set.
    • getFileID

      FileID getFileID()
       *
       A file identifier.<br/>
       This identifies the file to delete.
       <p>
       The identified file MUST NOT be a "system" file.<br/>
       This field is REQUIRED.
       
      .proto.FileID fileID = 2;
      Returns:
      The fileID.