Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface SystemUndeleteTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SystemUndeleteTransactionBody,SystemUndeleteTransactionBody.Builder
@Generated
public interface SystemUndeleteTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A contract identifier.* A file identifier.boolean* A contract identifier.boolean* A file identifier.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasFileID
boolean hasFileID()* A file identifier. <p> The identified file MUST exist in the HFS.<br/> The identified file MUST be deleted.<br/> The identified file deletion MUST be a result of a `systemDelete` transaction.<br/> The identified file MUST NOT be a "system" file.<br/> This field is REQUIRED.
.proto.FileID fileID = 1;- Returns:
- Whether the fileID field is set.
-
getFileID
FileID getFileID()* A file identifier. <p> The identified file MUST exist in the HFS.<br/> The identified file MUST be deleted.<br/> The identified file deletion MUST be a result of a `systemDelete` transaction.<br/> The identified file MUST NOT be a "system" file.<br/> This field is REQUIRED.
.proto.FileID fileID = 1;- Returns:
- The fileID.
-
hasContractID
boolean hasContractID()* A contract identifier. <p> The identified contract MUST exist in network state.<br/> The identified contract bytecode MUST be deleted.<br/> The identified contract deletion MUST be a result of a `systemDelete` transaction. <p> This option is _unsupported_.
.proto.ContractID contractID = 2;- Returns:
- Whether the contractID field is set.
-
getContractID
ContractID getContractID()* A contract identifier. <p> The identified contract MUST exist in network state.<br/> The identified contract bytecode MUST be deleted.<br/> The identified contract deletion MUST be a result of a `systemDelete` transaction. <p> This option is _unsupported_.
.proto.ContractID contractID = 2;- Returns:
- The contractID.
-
getIdCase
SystemUndeleteTransactionBody.IdCase getIdCase()
-